From eeb6f383b74980bc29ff1ecab8f6c3eb6ac17d54 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Tue, 31 Jul 2018 13:49:53 -0700 Subject: [PATCH] Release 2.12. --- app/build.gradle | 4 +- app/src/main/assets/blocklists/easylist.txt | 845 +++++++++--- .../main/assets/blocklists/easyprivacy.txt | 130 +- .../assets/blocklists/fanboy-annoyance.txt | 1172 ++++++++++++++--- .../main/assets/blocklists/fanboy-social.txt | 374 +++++- .../main/assets/de/about_changelog_dark.html | 16 + .../main/assets/de/about_changelog_light.html | 16 + .../main/assets/en/about_changelog_dark.html | 22 +- .../main/assets/en/about_changelog_light.html | 16 + .../main/assets/es/about_changelog_dark.html | 16 + .../main/assets/es/about_changelog_light.html | 16 + .../main/assets/it/about_changelog_dark.html | 16 + .../main/assets/it/about_changelog_light.html | 16 + .../main/assets/ru/about_changelog_dark.html | 16 + .../main/assets/ru/about_changelog_light.html | 16 + .../metadata/android/de-DE/changelogs/35.txt | 11 + .../images/phoneScreenshots/01-DuckDuckGo.png | Bin 152783 -> 0 bytes .../images/phoneScreenshots/01-Homepage.png | Bin 0 -> 231633 bytes .../02-FullScreen-TranslucentBars.png | Bin 122277 -> 0 bytes ...{04-OptionsMenu.png => 02-OptionsMenu.png} | Bin .../images/phoneScreenshots/03-FullScreen.png | Bin 107486 -> 0 bytes ...vigationMenu.png => 03-NavigationMenu.png} | Bin .../{06-Bookmarks.png => 04-Bookmarks.png} | Bin .../{07-Tor.png => 05-Tor.png} | Bin .../{08-History.png => 06-History.png} | Bin .../metadata/android/en-US/changelogs/35.txt | 11 + .../images/phoneScreenshots/01-DuckDuckGo.png | Bin 195830 -> 0 bytes .../images/phoneScreenshots/01-Homepage.png | Bin 0 -> 231633 bytes .../02-FullScreen-TranslucentBars.png | Bin 192249 -> 0 bytes ...{04-OptionsMenu.png => 02-OptionsMenu.png} | Bin .../images/phoneScreenshots/03-FullScreen.png | Bin 180036 -> 0 bytes ...vigationMenu.png => 03-NavigationMenu.png} | Bin .../{06-Bookmarks.png => 04-Bookmarks.png} | Bin .../{07-Tor.png => 05-Tor.png} | Bin .../{08-History.png => 06-History.png} | Bin .../metadata/android/es-ES/changelogs/35.txt | 11 + .../images/phoneScreenshots/01-DuckDuckGo.png | Bin 147903 -> 0 bytes .../images/phoneScreenshots/01-Homepage.png | Bin 0 -> 231633 bytes .../02-FullScreen-TranslucentBars.png | Bin 118635 -> 0 bytes ...{04-OptionsMenu.png => 02-OptionsMenu.png} | Bin .../phoneScreenshots/03-Full Screen.png | Bin 103613 -> 0 bytes ...vigationMenu.png => 03-NavigationMenu.png} | Bin .../{06-Bookmarks.png => 04-Bookmarks.png} | Bin .../{07-Tor.png => 05-Tor.png} | Bin .../{08-History.png => 06-History.png} | Bin .../metadata/android/it-IT/changelogs/35.txt | 11 + .../images/phoneScreenshots/01-DuckDuckGo.png | Bin 148250 -> 0 bytes .../images/phoneScreenshots/01-Homepage.png | Bin 0 -> 231633 bytes .../02-FullScreen-TranslucentBars.png | Bin 118213 -> 0 bytes ...{04-OptionsMenu.png => 02-OptionsMenu.png} | Bin .../images/phoneScreenshots/03-FullScreen.png | Bin 103206 -> 0 bytes ...vigationMenu.png => 03-NavigationMenu.png} | Bin .../{06-Bookmarks.png => 04-Bookmarks.png} | Bin .../{07-Tor.png => 05-Tor.png} | Bin .../{08-History.png => 06-History.png} | Bin .../metadata/android/ru-RU/changelogs/35.txt | 11 + .../images/phoneScreenshots/01-DuckDuckGo.png | Bin 161704 -> 0 bytes .../images/phoneScreenshots/01-Homepage.png | Bin 0 -> 231633 bytes .../02-Full Screen-Translucent Bars.png | Bin 108311 -> 0 bytes ...{04-OptionsMenu.png => 02-OptionsMenu.png} | Bin .../images/phoneScreenshots/03-FullScreen.png | Bin 89246 -> 0 bytes ...vigationMenu.png => 03-NavigationMenu.png} | Bin .../{06-Bookmarks.png => 04-Bookmarks.png} | Bin .../{07-Tor.png => 05-Tor.png} | Bin .../{08-History.png => 06-History.png} | Bin 65 files changed, 2317 insertions(+), 429 deletions(-) create mode 100644 fastlane/metadata/android/de-DE/changelogs/35.txt delete mode 100644 fastlane/metadata/android/de-DE/images/phoneScreenshots/01-DuckDuckGo.png create mode 100644 fastlane/metadata/android/de-DE/images/phoneScreenshots/01-Homepage.png delete mode 100644 fastlane/metadata/android/de-DE/images/phoneScreenshots/02-FullScreen-TranslucentBars.png rename fastlane/metadata/android/de-DE/images/phoneScreenshots/{04-OptionsMenu.png => 02-OptionsMenu.png} (100%) delete mode 100644 fastlane/metadata/android/de-DE/images/phoneScreenshots/03-FullScreen.png rename fastlane/metadata/android/de-DE/images/phoneScreenshots/{05-NavigationMenu.png => 03-NavigationMenu.png} (100%) rename fastlane/metadata/android/de-DE/images/phoneScreenshots/{06-Bookmarks.png => 04-Bookmarks.png} (100%) rename fastlane/metadata/android/de-DE/images/phoneScreenshots/{07-Tor.png => 05-Tor.png} (100%) rename fastlane/metadata/android/de-DE/images/phoneScreenshots/{08-History.png => 06-History.png} (100%) create mode 100644 fastlane/metadata/android/en-US/changelogs/35.txt delete mode 100644 fastlane/metadata/android/en-US/images/phoneScreenshots/01-DuckDuckGo.png create mode 100644 fastlane/metadata/android/en-US/images/phoneScreenshots/01-Homepage.png delete mode 100644 fastlane/metadata/android/en-US/images/phoneScreenshots/02-FullScreen-TranslucentBars.png rename fastlane/metadata/android/en-US/images/phoneScreenshots/{04-OptionsMenu.png => 02-OptionsMenu.png} (100%) delete mode 100644 fastlane/metadata/android/en-US/images/phoneScreenshots/03-FullScreen.png rename fastlane/metadata/android/en-US/images/phoneScreenshots/{05-NavigationMenu.png => 03-NavigationMenu.png} (100%) rename fastlane/metadata/android/en-US/images/phoneScreenshots/{06-Bookmarks.png => 04-Bookmarks.png} (100%) rename fastlane/metadata/android/en-US/images/phoneScreenshots/{07-Tor.png => 05-Tor.png} (100%) rename fastlane/metadata/android/en-US/images/phoneScreenshots/{08-History.png => 06-History.png} (100%) create mode 100644 fastlane/metadata/android/es-ES/changelogs/35.txt delete mode 100644 fastlane/metadata/android/es-ES/images/phoneScreenshots/01-DuckDuckGo.png create mode 100644 fastlane/metadata/android/es-ES/images/phoneScreenshots/01-Homepage.png delete mode 100644 fastlane/metadata/android/es-ES/images/phoneScreenshots/02-FullScreen-TranslucentBars.png rename fastlane/metadata/android/es-ES/images/phoneScreenshots/{04-OptionsMenu.png => 02-OptionsMenu.png} (100%) delete mode 100644 fastlane/metadata/android/es-ES/images/phoneScreenshots/03-Full Screen.png rename fastlane/metadata/android/es-ES/images/phoneScreenshots/{05-NavigationMenu.png => 03-NavigationMenu.png} (100%) rename fastlane/metadata/android/es-ES/images/phoneScreenshots/{06-Bookmarks.png => 04-Bookmarks.png} (100%) rename fastlane/metadata/android/es-ES/images/phoneScreenshots/{07-Tor.png => 05-Tor.png} (100%) rename fastlane/metadata/android/es-ES/images/phoneScreenshots/{08-History.png => 06-History.png} (100%) create mode 100644 fastlane/metadata/android/it-IT/changelogs/35.txt delete mode 100644 fastlane/metadata/android/it-IT/images/phoneScreenshots/01-DuckDuckGo.png create mode 100644 fastlane/metadata/android/it-IT/images/phoneScreenshots/01-Homepage.png delete mode 100644 fastlane/metadata/android/it-IT/images/phoneScreenshots/02-FullScreen-TranslucentBars.png rename fastlane/metadata/android/it-IT/images/phoneScreenshots/{04-OptionsMenu.png => 02-OptionsMenu.png} (100%) delete mode 100644 fastlane/metadata/android/it-IT/images/phoneScreenshots/03-FullScreen.png rename fastlane/metadata/android/it-IT/images/phoneScreenshots/{05-NavigationMenu.png => 03-NavigationMenu.png} (100%) rename fastlane/metadata/android/it-IT/images/phoneScreenshots/{06-Bookmarks.png => 04-Bookmarks.png} (100%) rename fastlane/metadata/android/it-IT/images/phoneScreenshots/{07-Tor.png => 05-Tor.png} (100%) rename fastlane/metadata/android/it-IT/images/phoneScreenshots/{08-History.png => 06-History.png} (100%) create mode 100644 fastlane/metadata/android/ru-RU/changelogs/35.txt delete mode 100644 fastlane/metadata/android/ru-RU/images/phoneScreenshots/01-DuckDuckGo.png create mode 100644 fastlane/metadata/android/ru-RU/images/phoneScreenshots/01-Homepage.png delete mode 100644 fastlane/metadata/android/ru-RU/images/phoneScreenshots/02-Full Screen-Translucent Bars.png rename fastlane/metadata/android/ru-RU/images/phoneScreenshots/{04-OptionsMenu.png => 02-OptionsMenu.png} (100%) delete mode 100644 fastlane/metadata/android/ru-RU/images/phoneScreenshots/03-FullScreen.png rename fastlane/metadata/android/ru-RU/images/phoneScreenshots/{05-NavigationMenu.png => 03-NavigationMenu.png} (100%) rename fastlane/metadata/android/ru-RU/images/phoneScreenshots/{06-Bookmarks.png => 04-Bookmarks.png} (100%) rename fastlane/metadata/android/ru-RU/images/phoneScreenshots/{07-Tor.png => 05-Tor.png} (100%) rename fastlane/metadata/android/ru-RU/images/phoneScreenshots/{08-History.png => 06-History.png} (100%) diff --git a/app/build.gradle b/app/build.gradle index 80662c0d..a98b368d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 27 - versionCode 34 - versionName "2.11" + versionCode 35 + versionName "2.12" } buildTypes { diff --git a/app/src/main/assets/blocklists/easylist.txt b/app/src/main/assets/blocklists/easylist.txt index 94647ff1..5af56481 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: 201807091009 +! Version: 201807302233 ! Title: EasyList -! Last modified: 09 Jul 2018 10:09 UTC +! Last modified: 30 Jul 2018 22:33 UTC ! Expires: 4 days (update frequency) ! Homepage: https://easylist.to/ ! Licence: https://easylist.to/pages/licence.html @@ -218,6 +218,7 @@ -ads-ns. -ads-placement. -ads-prod/ +-ads-production. -ads-right. -ads-rotator/ -ads-widget/ @@ -318,6 +319,7 @@ -Box-Ad. -box2-ad? -content-ad. +-ContentAd- -contest-ad. -contrib-ads/ -core-ads. @@ -376,6 +378,7 @@ -page-ad? -page-peel/ -pagead-id. +-PagePeelPro/ -panel-ad. -panel_ad_ -peel-ads- @@ -386,7 +389,6 @@ -popunder. -popup-ad. -popup-ads- --prebid/ -pri/adv- -printhousead- -publicidad. @@ -1636,6 +1638,7 @@ /adchoicesv4. /adcircle. /adcla/* +/adclick- /adclick. /adclick/* /adClick? @@ -1926,6 +1929,7 @@ /adlist_ /adload. /adloader. +/adloader/* /adlock300. /adlog.php? /adlogix. @@ -2077,7 +2081,7 @@ /adpoint. /adpolestar/* /adpool/* -/adpop. +/adpop.$domain=~adpop.ro /adpop32. /adpopup. /adPos? @@ -2436,7 +2440,6 @@ /ads/popup_ /ads/post- /ads/postscribe. -/ads/prebid_ /ads/preloader/* /ads/preroll- /ads/preroll/* @@ -2650,6 +2653,7 @@ /ads_server_ /ads_show_ /ads_sidebar. +/ads_sprout_ /ads_start. /ads_text_ /ads_top_ @@ -2999,6 +3003,7 @@ /adsync/* /adsyndication. /adsyndication/* +/adsynth- /adsys. /adsys/* /adsystem. @@ -3224,12 +3229,13 @@ /advertbanner. /advertbanner2. /advertbox. +/advertbuttons_ /advertguruonline1. /adverth. /adverthorisontalfullwidth. /advertical. -/advertise- -/advertise.$domain=~advertise.apartments.com|~advertise.bingads.microsoft.com|~advertise.directoryofillustration.com|~advertise.isleofskye.com|~advertise.market|~advertise.medillsb.com|~advertise.movem.co.uk|~advertise.sobihamilton.ca|~advertise.sphamovingads.com|~advertise.welovebuzz.com|~engineering.com +/advertise-$domain=~bingads.microsoft.com +/advertise.$domain=~advertise.apartments.com|~advertise.directoryofillustration.com|~advertise.isleofskye.com|~advertise.market|~advertise.medillsb.com|~advertise.movem.co.uk|~advertise.sobihamilton.ca|~advertise.sphamovingads.com|~advertise.welovebuzz.com|~bingads.microsoft.com|~engineering.com /advertise/*$domain=~legl.co /advertise125x125. /advertise_ @@ -3262,7 +3268,7 @@ /advertiserwidget. /advertises/* /advertisewithus_ -/advertising-$domain=~abramarketing.com|~advertising-direct.com|~advertising-factory.de|~outbrain.com|~yellowimages.com +/advertising-$domain=~abramarketing.com|~advertising-direct.com|~advertising-factory.de|~microsoft.com|~outbrain.com|~yellowimages.com /advertising.$domain=~advertising.berlin-airport.de|~advertising.bulurum.com|~advertising.byhoxby.com|~advertising.dailymotion.com|~advertising.expedia.com|~advertising.lavenir.net|~advertising.mobile.de|~advertising.org.il|~advertising.sevenwestmedia.com.au|~advertising.shpock.com|~advertising.theguardian.com /advertising/*$~xmlhttprequest,domain=~advertising.org.il|~commercialplanet.eu|~kloterfarms.com|~temple.edu|~themarker.com /advertising02. @@ -3439,6 +3445,7 @@ /aff-exchange/* /aff.htm /aff/ads_ +/aff/banners/* /aff/images/* /aff_ad? /aff_banner/* @@ -3484,7 +3491,7 @@ /affiliateserver. /affiliatetags/* /affiliatewiz/* -/affiliation/* +/affiliation/*$domain=~esi.evetech.net /affiliation_banners/* /affiliationcash. /affilinet/*$domain=~affilinet-inside.com|~affilinet-inside.fr @@ -3786,6 +3793,7 @@ /binary/ad/* /bizad. /bkgrndads/* +/Block-Ad. /blockad_ /blocks/ads/* /blog-ad- @@ -3930,6 +3938,7 @@ /classifieds/banners/* /click/ads_ /click/creative/* +/click/zone? /clickboothad. /clicksor. /clickunder. @@ -4309,6 +4318,7 @@ /euads/* /eureka-ads. /eureka/eureka.js +/eureka_ban/* /europixads. /event.ng/* /exads/* @@ -4323,6 +4333,7 @@ /exo120x60. /exo5x1. /exo_bck_ +/exoads/* /exobanner. /exoclick.$domain=~exoclick.bamboohr.co.uk|~exoclick.com|~exoclick.kayako.com /exoclick/*$domain=~exoclick.com @@ -4341,7 +4352,6 @@ /exports/tour_20/* /ext/adform- /ext/ads/* -/ext/prebid /ext_ads. /extadv/* /extendedadvert. @@ -4783,6 +4793,7 @@ /iframead/* /iframead_ /iframeadcontent. +/iframeadopinionarticle_ /iframeads. /iframeads/* /iframeadsense. @@ -5446,6 +5457,7 @@ /p2ads/* /p8network.js /packages/adz/* +/packages/dfp/* /pads/default/* /page-ads. /page-peel @@ -5475,6 +5487,7 @@ /pagepeel/* /pagepeel_ /pagepeelads. +/pagepeelpro. /pages/ads /PageTopAD. /paidads/* @@ -5645,9 +5658,6 @@ /pounder-$~image /ppd_ads. /ppd_ads_ -/prebid/* -/prebid2. -/prebid? /predictad. /premierebtnad/* /premium_ad. @@ -5713,6 +5723,7 @@ /public/ad/* /public/ad? /public/ads/* +/public/ads_ /public/adv/* /public/js/ad/* /publicidad.$~object-subrequest,~stylesheet @@ -6105,6 +6116,7 @@ /smartad. /smartad/* /smartAd? +/smartad_ /smartads.$domain=~smartads.cz|~smartads.io /smartadserver.$domain=~smartadserver.com|~smartadserver.com.br|~smartadserver.de|~smartadserver.es|~smartadserver.fr|~smartadserver.it|~smartadserver.pl|~smartadserver.ru /smartlinks.epl? @@ -6247,6 +6259,7 @@ /storyads. /stream-ad. /streamads. +/streamads/* /streamatepop. /studioads/* /stuff/ad- @@ -6304,7 +6317,7 @@ /tdlads/* /teamplayer-ads. /teaseimg/ads/* -/technomedia. +/technomedia.$domain=~technomedia.co /telegraph-advertising/* /teletoon_ad. /tempads/* @@ -6484,6 +6497,7 @@ /utep_ad.js /v1/ads. /v1/ads/* +/v2/ads. /v5/ads/* /v9/adv/* /vads/* @@ -6737,7 +6751,7 @@ ://a.ads. ://ad.*/jstag^ ://adcl.$domain=~adcl.com -://ads.$domain=~ads.adstream.com.ro|~ads.am|~ads.colombiaonline.com|~ads.comeon.com|~ads.elcarado.com|~ads.google.com|~ads.harvard.edu|~ads.lapalingo.com|~ads.lordlucky.com|~ads.mobilebet.com|~ads.msstate.edu|~ads.nc|~ads.quasaraffiliates.com|~ads.red|~ads.route.cc|~ads.sk|~ads.socialtheater.com|~ads.toplayaffiliates.com|~ads.viksaffiliates.com|~ads.watson.ch|~ads.xtribeapp.com|~badassembly.com|~caravansforsale.co.uk|~fusac.fr|~memo2.nl|~reempresa.org|~seriouswheels.com +://ads.$domain=~ads.ac.uk|~ads.adstream.com.ro|~ads.am|~ads.colombiaonline.com|~ads.comeon.com|~ads.elcarado.com|~ads.google.com|~ads.harvard.edu|~ads.lapalingo.com|~ads.lordlucky.com|~ads.mobilebet.com|~ads.msstate.edu|~ads.nc|~ads.quasaraffiliates.com|~ads.red|~ads.route.cc|~ads.sk|~ads.socialtheater.com|~ads.toplayaffiliates.com|~ads.viksaffiliates.com|~ads.watson.ch|~ads.xtribeapp.com|~badassembly.com|~caravansforsale.co.uk|~fusac.fr|~memo2.nl|~reempresa.org|~seriouswheels.com ://adv.$domain=~adv.co.it|~adv.ee|~adv.gg|~adv.michaelgat.com|~adv.msk.ru|~adv.ru|~adv.vg|~adv.works|~advids.co|~erti.se|~escreverdireito.com|~farapp.com|~forex-tv-online.com|~r7.com|~typeform.com|~welaika.com ://affiliate.$third-party ://affiliates.$third-party @@ -6803,6 +6817,7 @@ =displayAds& =dynamicads& =dynamicwebad& +=eureka_ =GetSponsorAds& =half-page-ad& =iframe_adv& @@ -6903,6 +6918,8 @@ ?view=ad& ?vmAdID= ?wm=*&prm=rev& +?wppaszoneid= +?wpproads- ?wpproadszoneid= ?ZoneID=*&PageID=*&SiteID= ?ZoneID=*&SiteID=*&PageID= @@ -6945,6 +6962,7 @@ _ad300x250. _ad4. _ad5. _ad6.$domain=~facebook.com|~messenger.com +_ad640. _ad728x90. _ad9. _ad?darttag= @@ -7397,7 +7415,6 @@ _popunder. _popunder_ _popupunder. _post_ads. -_prebid_ _preorderad. _prime_ad. _promo_ad/ @@ -7526,7 +7543,7 @@ takeover_banner_ ! Ad-insertion script (see on: celebrityweightloss.com, myfirstclasslife.com, cultofmac.com) /ez_aba_load/* /ezf-min.$script -/ezo/*$script,~third-party +/ezo/*$script,~third-party,domain=~yandex.by|~yandex.com|~yandex.kz|~yandex.ru|~yandex.ua /ezoic/*$script,~third-party ! Self hosted Ad scripts (seen on: ibtimes.co.uk/newsweek.com) /ima3.js @@ -7542,6 +7559,7 @@ takeover_banner_ /b3.php?img=$image /backend_loader.php$script,~third-party /bl.php?*=$image,script +/ebldr.php /exads- /exbl.js? /exbl.min.js? @@ -7560,16 +7578,24 @@ takeover_banner_ _nb_sys.$script,~third-party ! prebid scripts -prebid.$script +-prebid/ +/ads/prebid_ +/AudienceNetworkPrebid. /biddr-*.js +/ext/prebid /pb.min. /prebid- /prebid.$script,domain=~prebid.org +/prebid/* /prebid1. +/prebid2. +/prebid? /prebid_$script /pubfig.js /pubfig.min.js /st_prebid.js /tagman/* +_prebid_ ! /g00 adware insertion ! https://github.com/uBlockOrigin/uAssets/issues/227 /g00/*/clientprofiler/adb @@ -8275,6 +8301,7 @@ _a468x60. /?pmxy=$popup /?redirect&placement=$popup /?reef=$popup +/?utm_source=*=referral&$popup,domain=~zergnet.com /?zoneid=*&timeout=$popup /a/display.php?$popup /ad.php?tag=$popup @@ -8347,10 +8374,13 @@ _a468x60. ://adv.$popup =popunder&$popup =popunders&$popup +=redirect_adv&$popup ?ad_domain=$popup ?AdUrl=$popup ?bannerid=*&punder=$popup +?bver=1&refer=$popup ?iiadext=$popup +?partnerkey=*&utm_source=$popup ?xref=*&zoneid=$popup ?zoneid=*_bannerid=$popup _popunder+$popup @@ -8522,6 +8552,7 @@ _popunder+$popup ###AdPanelBigBox ###AdPanelLogo ###AdPopUp +###AdPubsPromo ###AdRectangle ###AdRectangleBanner ###AdSense-Skyscraper @@ -9158,6 +9189,7 @@ _popunder+$popup ###ad-adsensemedium ###ad-advertorial ###ad-affiliate +###ad-anchor ###ad-area ###ad-around-the-web ###ad-article @@ -9677,7 +9709,10 @@ _popunder+$popup ###ad768top1 ###ad90 ###ad97090 +###adATF300x250 ###adAd +###adBTF300x250 +###adBTF300x250IC ###adBadges ###adBanner ###adBanner1 @@ -9801,6 +9836,7 @@ _popunder+$popup ###adIframe ###adInBetweenPosts ###adInCopy +###adInhouse ###adInstoryOneWrap ###adInstoryTwoWrap ###adInteractive1 @@ -10789,6 +10825,7 @@ _popunder+$popup ###adimg3 ###adimg4 ###adimg6 +###adition_Skyscraper ###adition_content_ad ###adjacency ###adjacent-list-ad @@ -10914,16 +10951,6 @@ _popunder+$popup ###adrightrail ###adriver_middle ###adriver_top -###adrotate_widgets-11 -###adrotate_widgets-12 -###adrotate_widgets-2 -###adrotate_widgets-20 -###adrotate_widgets-24 -###adrotate_widgets-3 -###adrotate_widgets-4 -###adrotate_widgets-5 -###adrotate_widgets-6 -###adrotate_widgets-7 ###adrow ###adrow-house ###adrow1 @@ -12268,6 +12295,7 @@ _popunder+$popup ###base-advertising-top ###base-board-ad ###baseAdvertising +###baseMedRec ###baseboard-ad ###baseboard-ad-wrapper ###basket-adContainer @@ -12357,6 +12385,7 @@ _popunder+$popup ###block-bean-artadocean300x250-6 ###block-bean-in-content-ad ###block-boxes-taboola +###block-br-hhog-module-br-hhog-ad-billboard-front ###block-dart-dart-tag-ad_top_728x90 ###block-dart-dart-tag-gfc-ad-top-2 ###block-dctv-ad-banners-wrapper @@ -13097,6 +13126,7 @@ _popunder+$popup ###dfp-ad-content_4-wrapper ###dfp-ad-dfp_ad_atf_728x90 ###dfp-ad-dfp_ad_atf_728x90-wrapper +###dfp-ad-floating ###dfp-ad-fm_300x250-wrapper ###dfp-ad-half_page-wrapper ###dfp-ad-half_page_sidebar-wrapper @@ -14964,6 +14994,7 @@ _popunder+$popup ###post-adsense-top-banner ###post-bottom-ads ###post-content-ad +###post-main-banner-ad ###post-page-ad ###post-promo-ad ###post5_adbox @@ -14982,6 +15013,7 @@ _popunder+$popup ###pr_advertising ###pre-adv ###pre-footer-ad +###pre-main-banner-ad ###pre_advertising_wrapper ###pregame_header_ad ###preloaded-ad-frame @@ -15848,7 +15880,9 @@ _popunder+$popup ###story-ad-b ###story-ad-top ###story-ad-wrap +###story-bottom-ad ###story-leaderboard-ad +###story-page-embedded-after2-ad ###story-page-leaderboard-ad ###story-separator-ads ###story-sponsoredlinks @@ -16437,6 +16471,7 @@ _popunder+$popup ###yan-advert-nt1 ###yan-question-advert ###yan-sponsored +###yandex_ad ###yatadsky ###ybf-ads ###yfi-sponsor @@ -16609,6 +16644,7 @@ _popunder+$popup ##.AdUnit ##.AdUnit300 ##.AdUnit300x250 +##.AdUnit300x600 ##.AdUnitBox ##.AdWidget_ImageWidget ##.AdZone120 @@ -16983,6 +17019,7 @@ _popunder+$popup ##.YEN_Ads_125 ##.ZventsSponsoredLabel ##.ZventsSponsoredList +##.__hub--ad ##.__xX20sponsored20banners ##._ap_adrecover_ad ##._articleAdvert @@ -17026,12 +17063,15 @@ _popunder+$popup ##.absoluteAd_wss ##.ac_adbox ##.ac_adbox_inner +##.acf-ad ##.acm_ad_zones ##.ad--300 ##.ad--300x250 ##.ad--468 ##.ad--468-60 ##.ad--728x90 +##.ad--BANNER +##.ad--MAIN ##.ad--article-top ##.ad--b ##.ad--bottom @@ -17062,6 +17102,7 @@ _popunder+$popup ##.ad--showmob ##.ad--sidebar ##.ad--square-rectangle +##.ad--top ##.ad--top-label ##.ad--top-leaderboard ##.ad--top-slot @@ -17297,6 +17338,7 @@ _popunder+$popup ##.ad-choices ##.ad-circ ##.ad-click +##.ad-close-button ##.ad-cluster ##.ad-cluster-container ##.ad-codes @@ -17375,6 +17417,7 @@ _popunder+$popup ##.ad-field ##.ad-filler ##.ad-fix +##.ad-fixed ##.ad-flag ##.ad-flex ##.ad-flex-center @@ -17563,6 +17606,7 @@ _popunder+$popup ##.ad-national-1 ##.ad-native-dfp ##.ad-nav-ad +##.ad-nav-ad-plus ##.ad-new ##.ad-no-style ##.ad-noBorderAndMargin @@ -17685,6 +17729,7 @@ _popunder+$popup ##.ad-sidebar300 ##.ad-sidebar_right_above ##.ad-sidebar_right_below +##.ad-sidekick ##.ad-siderail ##.ad-signup ##.ad-sitewide @@ -17706,6 +17751,7 @@ _popunder+$popup ##.ad-slot--mpu-banner-ad ##.ad-slot--rendered ##.ad-slot--right +##.ad-slot--top ##.ad-slot--top-above-nav ##.ad-slot--top-banner-ad ##.ad-slot--top-banner-ad-desktop @@ -17721,6 +17767,7 @@ _popunder+$popup ##.ad-slot-sidebar-b ##.ad-slot-tall ##.ad-slot-top-728 +##.ad-slot__ad--top ##.ad-slot__content ##.ad-slot__label ##.ad-slot__oas @@ -17792,6 +17839,7 @@ _popunder+$popup ##.ad-top-left ##.ad-top-mpu ##.ad-top-rectangle +##.ad-top-side ##.ad-top-wrapper ##.ad-top1 ##.ad-top2 @@ -19022,6 +19070,7 @@ _popunder+$popup ##.adamazon ##.adarea ##.adarea-long +##.adarticle ##.adb-728x90 ##.adback ##.adbadge @@ -19093,6 +19142,8 @@ _popunder+$popup ##.adbox336 ##.adbox600 ##.adbox728 +##.adboxRightSide +##.adboxTopBanner ##.adboxVert ##.adbox_300x600 ##.adbox_366x280 @@ -19241,6 +19292,7 @@ _popunder+$popup ##.adintext-unten ##.adintro ##.adisland +##.adition_Skyscraper ##.adits ##.adjimage2 ##.adjlink @@ -19303,6 +19355,7 @@ _popunder+$popup ##.adnation-banner ##.adnet120 ##.adnet_area +##.adnewslist ##.adnl_zone ##.adnotecenter ##.adnotice @@ -19337,6 +19390,7 @@ _popunder+$popup ##.adrect ##.adrectangle ##.adrectwrapper +##.adrequest-iframe-wrapper ##.adright ##.adright265x90 ##.adright300 @@ -19344,6 +19398,7 @@ _popunder+$popup ##.adrighttop ##.adriverBanner ##.adroot +##.adrotate-sponsor ##.adrotate_top_banner ##.adrotate_widget ##.adrotate_widgets @@ -19356,8 +19411,11 @@ _popunder+$popup ##.adrow2 ##.adrrr ##.adrule +##.ads--bottom-spacing ##.ads--desktop +##.ads--full ##.ads--sidebar +##.ads--single ##.ads--square ##.ads--top ##.ads-1 @@ -20066,6 +20124,8 @@ _popunder+$popup ##.adslider ##.adslink ##.adslist +##.adslisting +##.adslistingz ##.adslogan ##.adslot ##.adslot-banner @@ -20270,6 +20330,8 @@ _popunder+$popup ##.adv-intext-label ##.adv-key ##.adv-label +##.adv-lb +##.adv-lb-wrap ##.adv-leaderboard ##.adv-leaderboard-banner ##.adv-list @@ -20280,7 +20342,10 @@ _popunder+$popup ##.adv-mpu ##.adv-mpu-shoulder ##.adv-outer +##.adv-overlay ##.adv-p +##.adv-phone +##.adv-phone-hp ##.adv-rectangle ##.adv-right ##.adv-right-300 @@ -20380,6 +20445,7 @@ _popunder+$popup ##.adv_here ##.adv_in_body_a ##.adv_info_text +##.adv_jump ##.adv_leaderboard ##.adv_left ##.adv_link @@ -21045,6 +21111,7 @@ _popunder+$popup ##.art_new_ads_468_60 ##.artcl_promo_ad ##.article--adv__before +##.article--content-ad ##.article-ad ##.article-ad-300x250 ##.article-ad-970x90 @@ -21063,6 +21130,7 @@ _popunder+$popup ##.article-advert-dfp ##.article-aside-ad ##.article-content-adwrap +##.article-first-ad ##.article-footer-ad-container ##.article-footer__ad ##.article-footer__ads @@ -21070,10 +21138,12 @@ _popunder+$popup ##.article-grid__item--advert ##.article-header-ad ##.article-inline-ad +##.article-mid-ad ##.article-news-videoad ##.article-sidebar__advert ##.article-sponsor ##.article-sponsored-content-list +##.article-top-ad ##.article-upper-ad-unit ##.article-v2-rail__advert ##.article-view__footer-ad @@ -21177,6 +21247,7 @@ _popunder+$popup ##.b5ad_bigbox ##.b5ad_skyscraper ##.b_ad +##.b_adLastChild ##.b_ads ##.b_ads_cont ##.b_ads_r @@ -21196,6 +21267,7 @@ _popunder+$popup ##.ban980x90 ##.bank-rate-ad ##.banmanad +##.banner--ad ##.banner-125 ##.banner-300 ##.banner-300-100 @@ -21563,6 +21635,7 @@ _popunder+$popup ##.blxAdopsPlacement ##.bmg-sidebar-ads-125 ##.bmg-sidebar-ads-300 +##.bn_ads ##.bn_advert ##.bn_textads ##.bnr_ad @@ -21695,6 +21768,7 @@ _popunder+$popup ##.box-adverts ##.box-entry-ad ##.box-entry-ad-bottom-single +##.box-entry-detail--ad ##.box-footer-ad ##.box-google-text-ad ##.box-radvert @@ -21762,6 +21836,7 @@ _popunder+$popup ##.brand_ad ##.branding-ad-gallery ##.branding-ad-wrapper +##.bravo-ad ##.breadads ##.breadcumbad ##.breakad_container @@ -21837,6 +21912,8 @@ _popunder+$popup ##.c-adunit__container ##.c-advert-app ##.c-advert-superbanner +##.c-advertisement +##.c-advertisement--billboard ##.c-advertisement--leaderboard ##.c-advertisement--rectangle ##.c-advertisement--rectangle-float @@ -22241,6 +22318,7 @@ _popunder+$popup ##.da-custom-ad-box ##.dac__banner__wrapper ##.dac__mpu-card +##.dac__stream-mpu-card ##.darla_ad ##.dart-ad ##.dart-ad-content @@ -22334,6 +22412,8 @@ _popunder+$popup ##.dfp_ad_inner ##.dfp_ad_unit ##.dfp_slot +##.dfp_unit +##.dfp_unit-ad_container ##.dfrads ##.dhAdContainer14 ##.dianomi-ad @@ -22443,7 +22523,6 @@ _popunder+$popup ##.dynamic-ads ##.dynamicAdvertContainer ##.dynamicLeadAd -##.dynamic_ad ##.dynamic_adslot ##.dynamicad1 ##.dynamicad2 @@ -22468,6 +22547,7 @@ _popunder+$popup ##.editorial-adsense ##.editors-ads ##.ehs-adbridge +##.eight8_advertisment_box_all_posts ##.ej-advertisement-text ##.element--ad ##.element-ad @@ -22572,6 +22652,8 @@ _popunder+$popup ##.ffz_bottom_ad ##.fg_Ad ##.fgc-advertising +##.fi-adv-placeholder +##.fi-adv-halfpage ##.fi_adsense ##.field-name-shared-ad-placement-landscape ##.field-name-sticky-ads-div @@ -22588,6 +22670,7 @@ _popunder+$popup ##.firstpost_advert ##.firstpost_advert_container ##.fist-advertise-box +##.five-col-adpubs ##.fiveMinCompanionBanner ##.fix-ad ##.fixed-ad-160x600 @@ -22872,6 +22955,7 @@ _popunder+$popup ##.gl_ad ##.glamsquaread ##.glance_banner_ad +##.global-adsense ##.globalAd ##.globalAdLargeRect ##.globalAdLeaderBoard @@ -23062,6 +23146,7 @@ _popunder+$popup ##.gr-adcast ##.gradientAd ##.graphic_ad +##.gray_top_ad_container ##.grev-ad ##.grey-ad-line ##.grey-ad-notice @@ -23164,6 +23249,7 @@ _popunder+$popup ##.header-adv ##.header-advert ##.header-advert-container +##.header-advert-wrapper ##.header-advertisement ##.header-article-ads ##.header-banner-ad @@ -23228,6 +23314,7 @@ _popunder+$popup ##.heavy_ad ##.herald-ad ##.hero-ad +##.hero-ad-special ##.hi5-ad ##.hidden-ad ##.hide-ad @@ -23470,6 +23557,7 @@ _popunder+$popup ##.import_video_ad_bg ##.imuBox ##.in-ad +##.in-article-adsense ##.in-article-mpu ##.in-between-ad ##.in-content-ad @@ -23705,17 +23793,20 @@ _popunder+$popup ##.kip-advertisement ##.kip-banner-ad ##.kitara-sponsored +##.kl-ad ##.knowledgehub_ad ##.kopa-ads-widget ##.kw_advert ##.kw_advert_pair ##.kwd_bloack ##.l-350-250-ad-words +##.l-ad ##.l-ad-300 ##.l-ad-728 ##.l-adsense ##.l-bottom-ads ##.l-header-advertising +##.l-region--ad ##.l300x250ad ##.l_ad_sub ##.label-ad @@ -23806,6 +23897,7 @@ _popunder+$popup ##.leaderboardAdContainerInner ##.leaderboardFooter_ad ##.leaderboard_ad +##.leaderboard_ad_container ##.leaderboard_ad_top_responsive ##.leaderboard_ad_unit ##.leaderboard_ad_unit_groups @@ -23950,6 +24042,7 @@ _popunder+$popup ##.luxeAd ##.lx_ad_title ##.lyad +##.lyrics-inner-ad-wrap ##.m-ContentAd ##.m-ad ##.m-ad--open @@ -24378,6 +24471,7 @@ _popunder+$popup ##.nadvt300 ##.narrow_ad_unit ##.narrow_ads +##.nationalad ##.native-ad ##.native-ad-item ##.native-ad-link @@ -24651,6 +24745,7 @@ _popunder+$popup ##.pane-dfp-dfp-ad-atf-728x90 ##.pane-frontpage-ad-banner ##.pane-frontpage-ad-banner-hk +##.pane-kl-global-middle-ad ##.pane-mp-advertisement-rectangle ##.pane-openx ##.pane-site-ads @@ -24752,6 +24847,7 @@ _popunder+$popup ##.player_ad_box ##.player_hover_ad ##.player_page_ad_box +##.playlist-row-ad ##.plistaList > .itemLinkPET ##.plistaList > .plista_widget_underArticle_item[data-type="pet"] ##.plista_inimg_box @@ -24807,6 +24903,7 @@ _popunder+$popup ##.post__article-top-ad-wrapper ##.post__body-ad-center ##.post__inarticle-ad-template +##.post__sidebar__ad ##.post_ad ##.post_ads ##.post_advert @@ -25536,6 +25633,7 @@ _popunder+$popup ##.sidebar-below-ad-unit ##.sidebar-big-ad ##.sidebar-block-adsense +##.sidebar-bottom-ad ##.sidebar-box-ad ##.sidebar-box-ads ##.sidebar-content-ad @@ -25871,6 +25969,7 @@ _popunder+$popup ##.sponsored-ad ##.sponsored-ad-label ##.sponsored-ad-ob +##.sponsored-add ##.sponsored-ads ##.sponsored-article-item ##.sponsored-b @@ -26083,6 +26182,7 @@ _popunder+$popup ##.story-ad-container ##.story-inline-advert ##.story-page-embedded-ad +##.story-page-embedded-ad-center ##.storyAdvert ##.storyInlineAdBlock ##.story_AD @@ -26126,6 +26226,7 @@ _popunder+$popup ##.sugarad ##.suit-ad-inject ##.suitcase-ad +##.sunfw-pos-all_adv_728_90_nm ##.super-ad ##.super-leaderboard-advert ##.superLeaderOverallAdArea @@ -26211,6 +26312,7 @@ _popunder+$popup ##.tdad125 ##.tealiumAdSlot ##.teaser-ad +##.teaser-advertisement ##.teaser-sponsor ##.teaserAdContainer ##.teaserAdHeadline @@ -26335,6 +26437,7 @@ _popunder+$popup ##.tmz-dart-ad ##.tncms-region-ads ##.tnt-ads-container +##.toaster-ad ##.toggle-adinmap ##.toolad ##.toolbar-ad @@ -26772,6 +26875,7 @@ _popunder+$popup ##.wantads ##.waterfall-ad-anchor ##.wazi-ad-link +##.wcAd ##.wd-adunit ##.wd_ads ##.wdca_ad_item @@ -27093,7 +27197,10 @@ _popunder+$popup ##ADS-RIGHT ##AFS-AD ##A[href^="https://www.friendlyduck.com/AF_"] +##DFP-AD +##LEADERBOARD-AD ##[ad-id^="googlead"] +##[id^="bunyad_ads_"] ##[lazy-ad="lefttop_banner"] ##[onclick^="window.open('http://adultfriendfinder.com/search/"] ##a[data-obtrack^="http://paid.outbrain.com/network/redir?"] @@ -27388,6 +27495,7 @@ _popunder+$popup ##a[href^="http://www.bet365.com/"][href*="&affiliate="] ##a[href^="http://www.bet365.com/"][href*="?affiliate="] ##a[href^="http://www.bitlord.me/share/"] +##a[href^="http://www.bluehost.com/track/"] > img ##a[href^="http://www.brightwheel.info/"] ##a[href^="http://www.cdjapan.co.jp/aff/click.cgi/"] ##a[href^="http://www.clickansave.net/"] @@ -27525,6 +27633,7 @@ _popunder+$popup ##a[href^="https://www.dsct1.com/"] ##a[href^="https://www.financeads.net/tc.php?"] ##a[href^="https://www.firstload.com/affiliate/"] +##a[href^="https://www.goldenfrog.com/vyprvpn?offer_id="][href*="&aff_id="] ##a[href^="https://www.googleadservices.com/pagead/aclk?"] ##a[href^="https://www.oboom.com/ad/"] ##a[href^="https://www.popads.net/users/"] @@ -27541,6 +27650,8 @@ _popunder+$popup ##a[style="display:block;width:300px;min-height:250px"][href^="http://li.cnet.com/click?"] ##a[target="_blank"][href^="http://api.taboola.com/"] ##a[target="_blank"][onmousedown="this.href^='http://paid.outbrain.com/network/redir?"] +##aside[id^="adrotate_widgets-"] +##aside[id^="advads_ad_widget-"] ##aside[id^="div-gpt-ad"] ##aside[itemtype="https://schema.org/WPAdBlock"] ##bottomadblock @@ -27549,10 +27660,12 @@ _popunder+$popup ##div[class^="Ad__adContainer"] ##div[class^="Ad__bigBox"] ##div[class^="Ad__container"] +##div[class^="AdhesionAd_"] ##div[class^="BlockAdvert-"] ##div[class^="ResponsiveAd-"] ##div[class^="ad_border_"] ##div[class^="ad_position_"] +##div[class^="adpubs-"] ##div[class^="ads-partner-"] ##div[class^="awpcp-random-ads"] ##div[class^="block-openx-"] @@ -27560,6 +27673,7 @@ _popunder+$popup ##div[class^="lifeOnwerAd"] ##div[class^="local-feed-banner-ads"] ##div[class^="proadszone-"] +##div[data-native_ad] ##div[data-spotim-slot] ##div[id^="ADV-SLOT-"] ##div[id^="MarketGid"] @@ -27594,6 +27708,7 @@ _popunder+$popup ##div[id^="lazyad-"] ##div[id^="proadszone-"] ##div[id^="q1-adset-"] +##div[id^="yandex_ad"] ##div[itemtype="http://schema.org/WPAdBlock"] ##div[itemtype="http://www.schema.org/WPAdBlock"] ##iframe[id^="google_ads_frame"] @@ -28674,6 +28789,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||acrabbey.info^$third-party ||acronym.com^$third-party ||acrossiblel.info^$third-party +||actiflex.org^$third-party ||actiondesk.com^$third-party ||activedancer.com^$third-party ||ad-arata.com^$third-party @@ -28741,6 +28857,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adbard.net^$third-party ||adbasket.net^$third-party ||adbetclickin.pink^$third-party +||adbetnet.com^$third-party ||adbit.co^$third-party ||adblockerkillswebsites.pw^$third-party ||adbma.com^$third-party @@ -28904,6 +29021,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adlatch.com^$third-party ||adlayer.net^$third-party ||adlegend.com^$third-party +||adlightning.com^$third-party ||adlink.net^$third-party ||adlinx.info^$third-party ||adlisher.com^$third-party @@ -29229,7 +29347,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||advertiseworld.com^$third-party ||advertiseyourgame.com^$third-party ||advertising-department.com^$third-party -||advertising.com^$third-party ||advertising365.com^$third-party ||advertisingiq.com^$third-party ||advertisingpath.net^$third-party @@ -29255,6 +29372,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||advideum.com^$third-party ||advisorded.com^$third-party ||adviva.net^$third-party +||advmaker.su^$third-party ||advmd.com^$third-party ||advmedialtd.com^$third-party ||advombat.ru^$third-party @@ -29434,6 +29552,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||aorms.com^$third-party ||aorpum.com^$third-party ||apex-ad.com^$third-party +||apexcdn.com^$third-party ||apmebf.com^$third-party ||apparede.com^$third-party ||apparest.com^$third-party @@ -29607,6 +29726,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bentdownload.com^$third-party ||bepolite.eu^$third-party ||beringmedia.com^$third-party +||berush.com^$third-party ||besied.com^$third-party ||best5ex.com^$third-party ||bestarmour4u.work^$third-party @@ -30187,6 +30307,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||delivery49.com^$third-party ||delivery51.com^$third-party ||delnapb.com^$third-party +||demand.supply^$third-party ||deplayer.net^$third-party ||deployads.com^$third-party ||depresis.com^$third-party @@ -30606,6 +30727,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||firstlightera.com^$third-party ||fisari.com^$third-party ||fixionmedia.com^$third-party +||fixpass.net^$third-party ||fl-ads.com^$third-party ||flagads.net^$third-party ||flappybadger.net^$third-party @@ -30836,6 +30958,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gwallet.com^$third-party ||gx101.com^$third-party ||gynax.com^$third-party +||h-bid.com^$third-party ||h-images.net^$third-party ||h12-media.com^$third-party ||h6y654wgfdhd.com^$third-party @@ -31163,7 +31286,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||jujzh9va.com^$third-party ||jumboaffiliates.com^$third-party ||jumbolt.ru^$third-party -||jumia.com.ng^$third-party ||jumpelead.com^$third-party ||jumptap.com^$third-party ||jursp.com^$third-party @@ -31271,6 +31393,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||letilyadothejob.com^$third-party ||letsadvertisetogether.com^$third-party ||letsgoshopping.tk^$third-party +||letuchiycorabl.com^$third-party ||letysheeps.ru^$third-party ||levisites.com^$third-party ||lexinget.info^$third-party @@ -31354,6 +31477,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||luxadv.com^$third-party ||luxbetaffiliates.com.au^$third-party ||luxup.ru^$third-party +||luxup2.ru^$third-party +||luxupadva.com^$third-party +||luxupadvb.com^$third-party +||luxupcdna.com^$third-party +||luxupcdnb.com^$third-party +||luxupcdnc.com^$third-party ||lx2rv.com^$third-party ||lzjl.com^$third-party ||m1.fwmrm.net^$object-subrequest,third-party @@ -32335,6 +32464,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||registry.cw.cm^$third-party ||regurgical.com^$third-party ||reklamz.com^$third-party +||rekovers.ru^$third-party ||relatedweboffers.com^$third-party ||relestar.com^$third-party ||relevanti.com^$third-party @@ -33147,7 +33277,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||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 @@ -33156,6 +33288,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||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 @@ -33167,6 +33300,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||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 @@ -33502,6 +33636,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||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 @@ -34086,6 +34221,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ac2510b178ade.com^$third-party ||acamar.xyz^$third-party ||achird.xyz^$third-party +||acloudvideos.com^$third-party ||acubens.xyz^$third-party ||ad1data.com^$third-party ||ad1rtb.com^$third-party @@ -34196,6 +34332,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cfb943e26351a.com^$third-party ||cg1bz6tf.loan^$third-party ||chainwalladsy.com^$third-party +||charmour.club^$third-party ||chenaladenews.com^$third-party ||cisgbirj.website^$third-party ||ckdegfi5.faith^$third-party @@ -34741,6 +34878,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||viuboin4.com^$third-party ||yie4zooseif.info^$third-party ! popads.net +||crvvrxfgsvohiy.com^$third-party +||efebafmqn.com^$third-party +||gsjhehtqvin.com^$third-party +||jbcadlpdfsxsfe.com^$third-party +||jpxevzab.com^$third-party +||qczvjjdbaj.com^$third-party +||rwugdvqdpxfz.com^$third-party +||symydvmqjjp.com^$third-party +||wjgddzpvx.com^$third-party +||wzismevwhqixlq.com^$third-party +||zplvjgpxvh.com^$third-party +! WARNING: Sites listed below can be harmful. Please, do not visit them if you don't know what you're doing! +||wjgddzpvx.com^$third-party +! WARNING: Sites listed below can be harmful. Please, do not visit them if you don't know what you're doing! +! .bid^$script,third-party ||aacgeuvaoqbw.com^$third-party ||aadbobwqgmzi.com^$third-party @@ -34786,9 +34938,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||aenrqpnfmdogf.com^$third-party ||aepwqsajypyti.com^$third-party ||aerkxydrptnv.com^$third-party +||aerqvywe.com^$third-party ||aeuiazspafmbu.com^$third-party ||aeunorkjuqtn.com^$third-party ||aeyjbtwdf.bid^$third-party +||aezeluusbdajjx.com^$third-party ||afbfoxmwzlqa.com^$third-party ||afdyfxfrwbfy.com^$third-party ||afedispdljgb.com^$third-party @@ -34852,6 +35006,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||aladbvddjsxf.com^$third-party ||alajwtqyw.com^$third-party ||alasdzdnfvtj.com^$third-party +||aldaobpuhvl.com^$third-party ||algkebjdgafa.com^$third-party ||algnnojsdr.com^$third-party ||alidnquxirv.bid^$third-party @@ -34873,6 +35028,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ampnkoudpnd.bid^$third-party ||amqcdbles.com^$third-party ||amqtbshegbqg.com^$third-party +||amwupsihqfewgr.com^$third-party ||anasjdzutdmv.com^$third-party ||anfjrxbxbar.bid^$third-party ||angtqemchz.bid^$third-party @@ -34942,6 +35098,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||asmvccgoy.bid^$third-party ||asotnnwspw.bid^$third-party ||asqamasz.com^$third-party +||aszdmbftkccdkj.com^$third-party ||ataufekxogxr.com^$third-party ||atcyboopajyp.com^$third-party ||atebqbjh.bid^$third-party @@ -34964,6 +35121,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||avokvnpqunol.bid^$third-party ||avptczdpdh.bid^$third-party ||avrdpbiwvwyt.com^$third-party +||avvfgiytnir.com^$third-party ||avvlnbpwpemfl.bid^$third-party ||avzkjvbaxgqk.com^$third-party ||awaeswvqd.bid^$third-party @@ -34976,6 +35134,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||awrspmpj.com^$third-party ||awsatstb.com^$third-party ||awvrvqxq.com^$third-party +||awvuhwqyimgd.com^$third-party ||awxjpkxoqfwaj.bid^$third-party ||axaggthnkquj.com^$third-party ||axbouiklwghehw.com^$third-party @@ -34984,6 +35143,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||axeobgnsk.com^$third-party ||axfihweksrgor.com^$third-party ||axfkfstrbacx.com^$third-party +||axglltqwtmnl.com^$third-party ||axhkxqmrqxf.bid^$third-party ||axjnnlrc.bid^$third-party ||axkiznybznfa.bid^$third-party @@ -35032,6 +35192,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bcgcvepi.com^$third-party ||bckmtidcnrobwh.bid^$third-party ||bckwfsvdgfjw.com^$third-party +||bcnhnekodmdniu.com^$third-party ||bcnikicdi.bid^$third-party ||bcoavtimgn.bid^$third-party ||bcxdjxlassr.bid^$third-party @@ -35047,6 +35208,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bdrfwkzu.bid^$third-party ||bdyzewccsqpw.com^$third-party ||bebufuspldzh.com^$third-party +||bebxxrgjigz.com^$third-party ||beeseggjfru.bid^$third-party ||befxqicnz.bid^$third-party ||begbkbqywd.bid^$third-party @@ -35061,6 +35223,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bewumuhax.bid^$third-party ||bexogxapbqict.bid^$third-party ||bezcmsrzx.com^$third-party +||bezqvpliexxtfw.com^$third-party ||bfcazxhkofa.club^$third-party ||bfdihioj.com^$third-party ||bfhavmgufvhn.com^$third-party @@ -35086,6 +35249,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bhbkfoybvrl.bid^$third-party ||bhcpmowwxwbv.com^$third-party ||bhejerqgrtlq.com^$third-party +||bhfpvqdmjarlk.com^$third-party ||bhggbeynqhwm.bid^$third-party ||bhjhijisulwl.com^$third-party ||bhklyaazmxq.com^$third-party @@ -35115,6 +35279,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bjknjsfrevt.bid^$third-party ||bjkookfanmxx.bid^$third-party ||bjmrnfwcoqp.bid^$third-party +||bjnxegsgre.com^$third-party ||bjpktmjdxqpl.com^$third-party ||bjshimgqbc.com^$third-party ||bjswchnxfoui.bid^$third-party @@ -35218,6 +35383,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||btkaoblylg.bid^$third-party ||btkcdqrzmqca.com^$third-party ||btmcxzanpsi.com^$third-party +||btnbdmhxdsf.com^$third-party ||btpgbmvlk.bid^$third-party ||btqwmdinav.com^$third-party ||btsimocheozy.bid^$third-party @@ -35240,6 +35406,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bvqfuryhas.bid^$third-party ||bvreosoejjt.bid^$third-party ||bvrkzhtxlgono.com^$third-party +||bvwzffbinbou.com^$third-party ||bvyoekxfjwpa.com^$third-party ||bvzhalhubwkbg.bid^$third-party ||bvzjhnqrypiv.com^$third-party @@ -35272,6 +35439,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||byqmzodcdhhu.com^$third-party ||byspwzspx.bid^$third-party ||byufpbvjpedvpx.com^$third-party +||byuwgtzpawzzd.com^$third-party ||byxlzyvfgb.bid^$third-party ||bzbaizntfrhl.com^$third-party ||bzeidqugwde.bid^$third-party @@ -35289,6 +35457,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cahepysgenpb.com^$third-party ||carsxardivaf.com^$third-party ||cawcwpvmpcje.com^$third-party +||cayaaebmb.com^$third-party ||cbbabemymc.com^$third-party ||cbehcazifywmro.bid^$third-party ||cbnrvzfvmd.com^$third-party @@ -35357,6 +35526,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||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 @@ -35420,11 +35590,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cnntsmnymvnp.com^$third-party ||cnnzfijy.bid^$third-party ||cnoytvqomyhjz.com^$third-party +||cnqanzdb.com^$third-party ||cnsnoljocc.com^$third-party ||cnuxnqgjkjqmky.bid^$third-party ||cnyblliqyhcs.bid^$third-party ||cnygzgurqpwop.bid^$third-party ||cogxsnvqesph.com^$third-party +||cohhcaahxxcf.com^$third-party ||coiphezlzpl.bid^$third-party ||cokfwpfycgzjvn.bid^$third-party ||cokrrmzagaxn.com^$third-party @@ -35439,6 +35611,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||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 @@ -35505,6 +35678,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cuxsmovh.bid^$third-party ||cvffhevoebnz.com^$third-party ||cvhpuccaib.bid^$third-party +||cvnmmeux.com^$third-party ||cvwipkjyu.bid^$third-party ||cwdnbhhmdnm.com^$third-party ||cwhuavlffzvhyi.bid^$third-party @@ -35519,17 +35693,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cwxqufxcqopi.com^$third-party ||cwznlbsep.bid^$third-party ||cxgwwsapihlo.com^$third-party +||cxhfzipv.com^$third-party ||cxkllhjrrpjp.bid^$third-party ||cxnxognwkuxm.com^$third-party ||cxoxruotepqgcvgqxdlwwucgyazmbkhdojqzihljdwwfeylovh.com^$third-party ||cxqevkkfhdqu.bid^$third-party ||cxrmgoybhyrk.com^$third-party +||cybkhbkuobl.com^$third-party ||cymuxbcnhinm.com^$third-party ||cyrirvvrn.com^$third-party ||cyrrbejq.bid^$third-party +||cyssfnqt.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 ||czcydlrnu.com^$third-party @@ -35578,6 +35756,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dcdalkgtbmip.com^$third-party ||dcdqvukf.bid^$third-party ||dcgbswcvywyl.com^$third-party +||dclmmbjyshy.com^$third-party ||dcmatjqifoim.com^$third-party ||dcmhpbpdcsy.com^$third-party ||dcneohtx.com^$third-party @@ -35595,11 +35774,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||deqrdwsjlpjz.com^$third-party ||derpqpyvym.bid^$third-party ||dexxxrggi.com^$third-party +||deyzjaiggwz.com^$third-party ||dfbtmkwdcajsy.bid^$third-party ||dfcwecvmjtdj.com^$third-party ||dfgwnkricjcko.bid^$third-party ||dfllzlsztzqwz.bid^$third-party ||dfnnhwiyxjajhq.com^$third-party +||dfrcdywe.com^$third-party ||dfrekewe.com^$third-party ||dfujqyjifvoe.com^$third-party ||dfxemnxrsal.bid^$third-party @@ -35627,6 +35808,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dhrjzwqpweidm.bid^$third-party ||dhsztvyjwcmk.com^$third-party ||dhvaigzy.com^$third-party +||dhvzrpvjwibr.com^$third-party ||dhxjrqegphza.bid^$third-party ||dhzmxkoq.bid^$third-party ||dibpvaoi.bid^$third-party @@ -35638,8 +35820,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||disbkzufvqhk.com^$third-party ||ditouyldfqgt.com^$third-party ||diuiyzhao.com^$third-party +||diwiosqupuecg.com^$third-party ||diwkemnk.bid^$third-party ||diysqcbfyuru.com^$third-party +||djavljmti.com^$third-party ||djbnmqdawodm.com^$third-party ||djcbhuwplfpui.bid^$third-party ||djeoxopgw.com^$third-party @@ -35649,6 +35833,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||djqercix.com^$third-party ||djrkauxla.bid^$third-party ||djtclldgsocbv.bid^$third-party +||djuxmbjauluis.com^$third-party ||djxvususwvso.com^$third-party ||djzmpsingsrtfsnbnkphyagxdemeagsiabguuqbiqvpupamgej.com^$third-party ||dkadbasc.bid^$third-party @@ -35681,6 +35866,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dmyypseympjf.com^$third-party ||dneglbgcycpcab.bid^$third-party ||dneqghbwlmyjnj.com^$third-party +||dnewbvwrvadt.com^$third-party ||dngsuhxuzb.com^$third-party ||dnjxoflvkvec.com^$third-party ||dnntgcfejsg.bid^$third-party @@ -35688,6 +35874,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dnqejgrbtlxe.com^$third-party ||dnrtjavop.com^$third-party ||dnrzajdjq.com^$third-party +||dnsapimzlvmcis.com^$third-party ||dnsqqdordvpv.com^$third-party ||dntlpwpjwcfu.com^$third-party ||dnvndngbn.bid^$third-party @@ -35707,6 +35894,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dpallyihgtgu.com^$third-party ||dpbviawkrumynm.com^$third-party ||dpkdwhfdrvxzcr.bid^$third-party +||dpmvpttamz.com^$third-party ||dpmyrskvbznvn.com^$third-party ||dppcevxbshdl.com^$third-party ||dpqytzwxohcd.bid^$third-party @@ -35726,6 +35914,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||drqjihcfdrqj.com^$third-party ||drragqvk.bid^$third-party ||drtqfejznjnl.com^$third-party +||drumuwimmzxqps.com^$third-party ||dsdiztki.bid^$third-party ||dsevjzklcjjb.com^$third-party ||dsibzjqbtkjqd.bid^$third-party @@ -35737,6 +35926,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dtiwhkapsgva.bid^$third-party ||dtmwwpykiqng.com^$third-party ||dtnzlmwgujhgmj.bid^$third-party +||dtosduecka.com^$third-party ||dtpictvzcqqm.bid^$third-party ||dtrwlquawlp.com^$third-party ||dtzlgtmqoj.bid^$third-party @@ -35759,10 +35949,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||duvyjbofwfqh.com^$third-party ||duxyrxhfwilv.com^$third-party ||duyxfipwgrzwwd.bid^$third-party +||dvdbgvgagk.com^$third-party ||dvgvwatnnqsmll.com^$third-party ||dvlhwokr.bid^$third-party ||dvprcchlzke.bid^$third-party ||dvsrlrnpyxwv.com^$third-party +||dvzyppnmfgtr.com^$third-party ||dwabissw.com^$third-party ||dwbqmlvjpvv.com^$third-party ||dwentymgplvrizqhieugzkozmqjxrxcyxeqdjvcbjmrhnkguwk.com^$third-party @@ -35775,6 +35967,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dxiixnrumvni.com^$third-party ||dxkhboqrrimy.bid^$third-party ||dxnglrimuuucmr.com^$third-party +||dxnzgeyxjhzym.com^$third-party ||dxokxbrfl.bid^$third-party ||dxtveuux.com^$third-party ||dxurtngzawwe.com^$third-party @@ -35782,6 +35975,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dyerbegytfkj.com^$third-party ||dyhsubugnpw.bid^$third-party ||dyjifezeyagm.com^$third-party +||dyjkbkpzxgpjfs.com^$third-party ||dyunhvev.com^$third-party ||dyykxositkqt.bid^$third-party ||dyzstwcqbgjk.com^$third-party @@ -35801,6 +35995,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||eabrkvxoe.bid^$third-party ||eadtortust.bid^$third-party ||eaetyfmpuelw.com^$third-party +||eahkxyuezqvx.com^$third-party ||eaidabmuxbqy.com^$third-party ||easmdmxps.com^$third-party ||easnviytengk.com^$third-party @@ -35846,15 +36041,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||eeqabqioietkquydwxfgvtvpxpzkuilfcpzkplhcckoghwgacb.com^$third-party ||eeqlxzpqqaii.com^$third-party ||eerdckbwujcx.com^$third-party +||eexnoxqcmrja.com^$third-party ||efbxevtnq.com^$third-party ||efcnevmojvfs.com^$third-party ||efhevptuqxpr.bid^$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 ||efsjxinbtzirs.bid^$third-party ||efukznkfmrck.com^$third-party +||egcsbdrj.com^$third-party ||egkkeahdzjqy.com^$third-party ||egouyziyto.bid^$third-party ||egqvfdht.bid^$third-party @@ -35864,6 +36063,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||egxkjjqke.bid^$third-party ||egzlqkjhm.bid^$third-party ||egzvkronnvwtra.bid^$third-party +||ehcawmdqgq.com^$third-party ||eheewlwlebwpd.com^$third-party ||ehfmhsqzxfrsz.bid^$third-party ||ehkovmky.com^$third-party @@ -35872,6 +36072,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ehoksipmkejqt.bid^$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 @@ -35887,6 +36088,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||eiqzyxofsgzel.com^$third-party ||eivikmwwrqtb.bid^$third-party ||eiwcqowbowqo.com^$third-party +||eiwdnygfwl.com^$third-party ||eizzndhkvl.bid^$third-party ||ejbvrgespr.bid^$third-party ||ejdcjjcqcnzhre.bid^$third-party @@ -35929,6 +36131,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||emszbghugzw.bid^$third-party ||emvdlnwph.com^$third-party ||emxbuugvudofbc.bid^$third-party +||emxfructugey.com^$third-party ||emxwkunx.bid^$third-party ||emzotevsto.com^$third-party ||encvhiseje.bid^$third-party @@ -35990,6 +36193,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||esznfpbro.com^$third-party ||etbmvqjnfxtk.com^$third-party ||etbrjgpsadke.com^$third-party +||etggealva.com^$third-party ||etggiddfdaqd.com^$third-party ||etglnloj.com^$third-party ||etprpfuw.bid^$third-party @@ -36007,6 +36211,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||eurifsiooyof.bid^$third-party ||eutklhuazxlt.com^$third-party ||euxisszoyader.com^$third-party +||evfatcuv.com^$third-party ||evfwfkwufbjtd.com^$third-party ||evfzqbbdif.bid^$third-party ||evgdkvrzn.com^$third-party @@ -36048,6 +36253,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ezbtpdjeimlv.com^$third-party ||ezdariijmdlg.bid^$third-party ||ezemyudhkzvx.com^$third-party +||ezfncojpnrmj.com^$third-party ||ezhkfxskimqnqk.com^$third-party ||ezjrnbpjthir.com^$third-party ||ezkbzmwigo.bid^$third-party @@ -36174,6 +36380,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fkrrvhoierty.com^$third-party ||fkwwhndzjlqrm.com^$third-party ||flcfstbzncsim.com^$third-party +||fldlyzvhgjq.com^$third-party ||flkyhwjhp.com^$third-party ||flmditew.com^$third-party ||flntdbwafec.com^$third-party @@ -36206,6 +36413,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||foguumjql.com^$third-party ||fojgpvkhu.com^$third-party ||fokisduu.com^$third-party +||foovyagf.com^$third-party ||fpbmjwoebzby.com^$third-party ||fpguuwnpkvqsq.bid^$third-party ||fpnxicejwel.com^$third-party @@ -36230,6 +36438,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fqovfxpsytxf.com^$third-party ||fqpfvqpptch.com^$third-party ||fqpteozo.com^$third-party +||fqrcutjorn.com^$third-party ||fqsdlhaffr.bid^$third-party ||fqtpulizvvjcf.com^$third-party ||frczfzikturw.com^$third-party @@ -36259,14 +36468,17 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ftbiufcomsa.bid^$third-party ||ftbnrjzvgtdyzs.bid^$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 ||ftqhgapqugv.bid^$third-party +||fttsgimpiagrwa.com^$third-party ||ftuisdlnbp.com^$third-party ||ftusprfqtu.bid^$third-party ||ftvkgkkmthed.com^$third-party +||ftwdbhsztw.com^$third-party ||ftymjfywuyv.com^$third-party ||ftytssqazcqx.com^$third-party ||fubhyuveurmlz.com^$third-party @@ -36361,6 +36573,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gcwhhynufwnj.com^$third-party ||gcxsbflncu.bid^$third-party ||gcypxlue.bid^$third-party +||gdbhmiyly.com^$third-party ||gdbohhvoo.com^$third-party ||gdekvzhsqwau.com^$third-party ||gdhlysucwzyzu.com^$third-party @@ -36371,6 +36584,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||geazikjazoid.com^$third-party ||gedmodsxbebd.com^$third-party ||gefaqjwdgzbo.com^$third-party +||genqrabot.com^$third-party ||geqcqduubhll.com^$third-party ||gerpkshe.com^$third-party ||geudyhlxmbj.bid^$third-party @@ -36379,10 +36593,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gfdeapuaymd.bid^$third-party ||gffupsrgds.com^$third-party ||gfhlwbxjjdla.bid^$third-party +||gfrlmvxfsvl.com^$third-party ||ggagqobykjh.com^$third-party ||ggbfbseakyqv.com^$third-party ||gggemaop.com^$third-party +||gghepxqsga.com^$third-party ||gghhzzllakjm.bid^$third-party +||ggjsegnbriqhnz.com^$third-party ||ggnabmvnwphu.com^$third-party ||ggngbgccubvf.com^$third-party ||ggrjihzgtdxutg.bid^$third-party @@ -36390,8 +36607,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ggtujtuyvcci.com^$third-party ||ggusxcee.bid^$third-party ||ggwbgnmahqyclg.com^$third-party +||ggyrnhdbqxufh.com^$third-party ||ggzuksudqktn.com^$third-party ||ggzvlwrf.com^$third-party +||ghaszdguvrtnb.com^$third-party ||ghizipjlsi.bid^$third-party ||ghjwogfexch.com^$third-party ||ghtroafchzrt.com^$third-party @@ -36411,6 +36630,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||giwvzhflxv.bid^$third-party ||giyjhogjmfmc.com^$third-party ||giyupoeynkfx.com^$third-party +||gjbgesaromnb.com^$third-party ||gjeyqtunbnap.com^$third-party ||gjfugukpyo.bid^$third-party ||gjikkwtrstaku.com^$third-party @@ -36466,6 +36686,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||goegstjtam.bid^$third-party ||goeoxqhesrvaq.bid^$third-party ||gofgfsvnfnfw.com^$third-party +||gofsukrrqhcj.com^$third-party ||gogavdasjtxn.com^$third-party ||gogergyxl.com^$third-party ||gojotpbkyqou.bid^$third-party @@ -36505,6 +36726,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gqthfroeirol.com^$third-party ||gqulrzprheth.com^$third-party ||gqusxhuexmu.com^$third-party +||gqutnukt.com^$third-party ||gquvhveabaem.com^$third-party ||gqwprjzwlfspw.com^$third-party ||grceweaxhbpvclyxhwuozrbtvqzjgbnzklvxdezzficwjnmfil.com^$third-party @@ -36514,6 +36736,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||grlehzdbzmstb.com^$third-party ||grnrmwxf.com^$third-party ||grppxsxgcdcu.bid^$third-party +||grrduoonwjpy.com^$third-party ||grtduutw.bid^$third-party ||grubpbrmek.com^$third-party ||grvoflsctenq.bid^$third-party @@ -36527,6 +36750,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gsueoeigaq.com^$third-party ||gsxehyapoafiwe.com^$third-party ||gsxewjrbrbtldy.com^$third-party +||gsxvgomvbfrj.com^$third-party ||gtaouarrwypu.com^$third-party ||gtbfhyprjhqz.com^$third-party ||gtcpsbvtwaqw.com^$third-party @@ -36609,6 +36833,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hafbezbemwwd.com^$third-party ||hajcehcnodio.com^$third-party ||hajnoqtsfg.com^$third-party +||hajsefgocgkxfg.com^$third-party ||hajtekzuoe.com^$third-party ||hanwlgpecblxf.bid^$third-party ||haqlmmii.com^$third-party @@ -36636,6 +36861,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hckmbeebnstnp.bid^$third-party ||hclccadfmkpw.com^$third-party ||hcrsxbke.com^$third-party +||hctcdmqp.com^$third-party ||hcyxksgsxnzb.com^$third-party ||hddgigiwip.bid^$third-party ||hdeiyrdw.bid^$third-party @@ -36649,6 +36875,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hefgynqlzwi.com^$third-party ||heikwwkqy.com^$third-party ||henodmetgjbsas.bid^$third-party +||hepuzqrx.com^$third-party ||heqcvweqvqf.com^$third-party ||heracgjcuqmk.com^$third-party ||hettwksj.bid^$third-party @@ -36661,10 +36888,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hffmzplu.com^$third-party ||hffqgxgjiqdlx.bid^$third-party ||hfgevdzcoocs.com^$third-party +||hfhhijsewsqn.com^$third-party ||hfjuehls.com^$third-party ||hfmtqgiqscvg.com^$third-party ||hftyrwqjknhzoa.com^$third-party ||hfyqolbetdprw.bid^$third-party +||hfzikiht.com^$third-party ||hgbmwkklwittcdkjapnpeikxojivfhgszbxmrjfrvajzhzhuks.com^$third-party ||hgcgfxjkvjch.com^$third-party ||hgdovdnd.com^$third-party @@ -36751,6 +36980,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hokehntutt.bid^$third-party ||hopafrmwpckj.com^$third-party ||horylaht.bid^$third-party +||hosiioyx.com^$third-party ||hosqkmnjt.com^$third-party ||hotdzbtmngof.bid^$third-party ||howjkpaynzwf.com^$third-party @@ -36787,6 +37017,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hseyrxoi.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 @@ -36814,7 +37045,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||huejizictcgd.com^$third-party ||huewmezzodzdv.com^$third-party ||hufaymllqce.club^$third-party +||huigyetqu.com^$third-party ||humcyddkxxm.bid^$third-party +||hunktnva.com^$third-party ||huriylhqkylbo.bid^$third-party ||husetdmrejiyjy.bid^$third-party ||hutkuzwropgf.com^$third-party @@ -36889,6 +37122,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||iaimnsxepxdy.bid^$third-party ||iansucrovvzbi.bid^$third-party ||iaoisfnac.com^$third-party +||iaoyikwmocuvr.com^$third-party ||iauvabogtws.bid^$third-party ||iaxxhqwaig.com^$third-party ||ibeyqnjfjgsuob.bid^$third-party @@ -36973,6 +37207,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||iinkhwsh.bid^$third-party ||iipivevueme.com^$third-party ||iipkiyju.bid^$third-party +||iisfpzkkxkz.com^$third-party ||iitfqholnpud.com^$third-party ||ijbybfznp.com^$third-party ||ijeuhlrqznjb.com^$third-party @@ -37002,9 +37237,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||illqbirymsr.com^$third-party ||ilrxikdjozlk.com^$third-party ||ilsivrexvpyv.com^$third-party +||ilupcgzhagwb.com^$third-party ||ilvibsabwuza.com^$third-party ||imbbjywwahev.com^$third-party ||imgoatxhxior.com^$third-party +||imisagsrbci.com^$third-party ||immgnzenbixuzd.bid^$third-party ||imqkdsdgfygm.com^$third-party ||imrwxmau.com^$third-party @@ -37095,6 +37332,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ivldzqidbv.com^$third-party ||ivnpbikks.com^$third-party ||ivqoqtozlmjp.com^$third-party +||ivqvzkwedcjo.com^$third-party ||ivsqnmridfxn.com^$third-party ||ivuhwsqnbjjx.bid^$third-party ||ivuqekelizp.bid^$third-party @@ -37165,6 +37403,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||jbpyqajzwbh.bid^$third-party ||jbqolazohwqesu.com^$third-party ||jbvisobwrlcv.com^$third-party +||jbvyjtyhatpam.com^$third-party ||jbwlscjgbznhu.bid^$third-party ||jbyksmjmbmku.com^$third-party ||jcblfhpmxqflm.bid^$third-party @@ -37231,8 +37470,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||jhupypvmcsqfqpbxbvumiaatlilzjrzbembarnhyoochsedzvi.com^$third-party ||jhwqdpyo.bid^$third-party ||jhylgkwsz.bid^$third-party +||jiifnvkesug.com^$third-party ||jijcetagjfzo.com^$third-party ||jiruygrsl.com^$third-party +||jixvywxefnwm.com^$third-party ||jiyairvjgfqk.com^$third-party ||jiycfyytg.com^$third-party ||jjbnkgdpsm.com^$third-party @@ -37273,6 +37514,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||jlmirsfthnmh.com^$third-party ||jlppkzffsksna.com^$third-party ||jlqmdejwvezpt.com^$third-party +||jlqpkoppbxa.com^$third-party ||jlslujfguojw.com^$third-party ||jlwlfcbfifsvfw.com^$third-party ||jlymmwnkxhph.com^$third-party @@ -37377,6 +37619,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||juyfhwxcvzft.com^$third-party ||jvdrscohwxopj.bid^$third-party ||jvepcgbq.bid^$third-party +||jvffngzl.com^$third-party ||jvhdxosisifv.com^$third-party ||jvmuayuilxn.com^$third-party ||jvnubhidaev.bid^$third-party @@ -37404,6 +37647,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||jxuezvyaakks.com^$third-party ||jxvhdyguseaf.com^$third-party ||jxxjndvcf.bid^$third-party +||jyaaeiqm.com^$third-party ||jyauuwrrigim.com^$third-party ||jydbctzvbqrh.com^$third-party ||jyezgitcx.com^$third-party @@ -37486,11 +37730,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||kfwhcwoc.com^$third-party ||kfwpyyctzmpk.com^$third-party ||kfzimhbhjdqa.com^$third-party +||kgdmlsbtd.com^$third-party ||kgkjlivo.com^$third-party ||kgnxtdcf.bid^$third-party ||kgvgtudoridc.com^$third-party ||kgzuerzjysxw.com^$third-party ||khaklikrt.com^$third-party +||khexythfkw.com^$third-party ||khgsbhdw.bid^$third-party ||khgwakmfavzch.bid^$third-party ||khhpckhkikd.bid^$third-party @@ -37507,6 +37753,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||kiochlocj.bid^$third-party ||kiodudldzmzwr.com^$third-party ||kiohmgklwi.com^$third-party +||kioxprngouirqu.com^$third-party ||kipnobwbyz.bid^$third-party ||kisvtclf.bid^$third-party ||kizpkvkdfm.bid^$third-party @@ -37516,6 +37763,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||kjjlucebvxtu.com^$third-party ||kjkdagfnjm.bid^$third-party ||kjkwrmwdyhi.com^$third-party +||kjltrjvjfran.com^$third-party ||kjmddlhlejeh.com^$third-party ||kjnkmidieyrb.com^$third-party ||kjplmlvtdoaf.com^$third-party @@ -37594,6 +37842,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||kqvpjbau.com^$third-party ||kqyckxlnll.bid^$third-party ||krezqajxv.bid^$third-party +||krghheqkkcght.com^$third-party ||krgxtloi.bid^$third-party ||krilxjkgttmp.com^$third-party ||krmuxxubtkrg.com^$third-party @@ -37626,6 +37875,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||kthwboouxxcmc.bid^$third-party ||kthztsgfuygcw.com^$third-party ||ktjqfqadgmxh.com^$third-party +||ktrgcpceilj.com^$third-party ||ktrmzzrlkbet.com^$third-party ||kttjowlrr.com^$third-party ||ktuiyrchrhuxn.bid^$third-party @@ -37693,6 +37943,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||kxphhdia.bid^$third-party ||kxtepdregiuo.com^$third-party ||kxtkfkqkrzz.bid^$third-party +||kxujlopfsmttyc.com^$third-party ||kxwkbkfespyh.com^$third-party ||kxwuskjg.bid^$third-party ||kxyevjvmalerq.bid^$third-party @@ -37733,6 +37984,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lbbgjozyrgy.com^$third-party ||lbdrnmkhwgkpdg.bid^$third-party ||lbfryfttoihl.com^$third-party +||lbjgdskmgsmowy.com^$third-party ||lbpndcvhuqlm.com^$third-party ||lbtcymxcocwh.bid^$third-party ||lbtifiprfzy.com^$third-party @@ -37743,6 +37995,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lcmwchhybzik.bid^$third-party ||lcnvxuipvq.bid^$third-party ||lcpqoewrzuxh.com^$third-party +||lcrdolxjoxxlr.com^$third-party ||lctpaemybjkv.com^$third-party ||lcuprkufusba.com^$third-party ||lcxrhcqouqtw.com^$third-party @@ -37774,6 +38027,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lfyytqcbhsp.bid^$third-party ||lfzbgckyctztj.bid^$third-party ||lgbpcbddfs.bid^$third-party +||lgbshazoug.com^$third-party ||lgisbsiocy.bid^$third-party ||lgkzfskybz.com^$third-party ||lgkzmjfu.bid^$third-party @@ -37801,6 +38055,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ligabklr.com^$third-party ||liilsuive.bid^$third-party ||lijddbusldnecz.bid^$third-party +||lilncsqapikckt.com^$third-party ||liosawitskzd.com^$third-party ||liqbipkfbafq.com^$third-party ||liuztvaem.bid^$third-party @@ -37826,6 +38081,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lkbvfdgqvvpk.com^$third-party ||lkdlamrwl.com^$third-party ||lkfepwhchrlv.bid^$third-party +||lkfuihubbros.com^$third-party ||lkgcdedbklfse.com^$third-party ||lkjmcevfgoxfbyhhmzambtzydolhmeelgkotdllwtfshrkhrev.com^$third-party ||lkktkgcpqzwd.com^$third-party @@ -37892,6 +38148,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lqlksxbltzxw.com^$third-party ||lqlycogmpxhd.com^$third-party ||lqpkjasgqjve.com^$third-party +||lqqcbomqqomtme.com^$third-party ||lqrlhmdwy.com^$third-party ||lqrrkjodhq.com^$third-party ||lqsclyxh.bid^$third-party @@ -37934,6 +38191,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lttsvesujmry.com^$third-party ||ltwlxoedrydz.com^$third-party ||ltxltqtwpj.bid^$third-party +||ltzjkjxx.com^$third-party ||lubjqiebnayctz.bid^$third-party ||ludwmwca.bid^$third-party ||lugknllg.bid^$third-party @@ -37957,6 +38215,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lvpcqndtdk.bid^$third-party ||lvpdchbxgoral.bid^$third-party ||lvrvufurxhgp.com^$third-party +||lvshypqdjfvvkd.com^$third-party +||lvulibji.com^$third-party ||lwaqcpjegbwm.com^$third-party ||lwasxldakmhx.com^$third-party ||lwbextsnjgw.com^$third-party @@ -37992,6 +38252,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lyygeitghavmm.com^$third-party ||lyzskjigkxwy.com^$third-party ||lzawbiclvehu.com^$third-party +||lzblbcsemihk.com^$third-party ||lzbzwpmozwfy.com^$third-party ||lzfvonzwjzhz.com^$third-party ||lzmovatu.com^$third-party @@ -38039,6 +38300,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mdvrxmzofurvkm.com^$third-party ||meagjivconqt.com^$third-party ||mecounxmawn.bid^$third-party +||mecsjjkomehyv.com^$third-party ||medyagundem.com^$third-party ||meeaowsxneps.com^$third-party ||megpacokjce.bid^$third-party @@ -38089,12 +38351,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||midkerci.bid^$third-party ||midzwwrcrril.bid^$third-party ||miegpokitjxm.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 ||miovsibmkpy.com^$third-party +||miszwaojrn.com^$third-party ||mixfyfriqtatz.bid^$third-party ||mizmhwicqhprznhflygfnymqbmvwokewzlmymmvjodqlizwlrf.com^$third-party ||mjckfsgogzcd.com^$third-party @@ -38174,9 +38438,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mopvkjodhcwscyudzfqtjuwvpzpgzuwndtofzftbtpdfszeido.com^$third-party ||moquxotvyuoo.com^$third-party ||mosdqxsgjhes.com^$third-party +||mousvowpfso.com^$third-party ||moxdmkdzvkgxow.bid^$third-party ||moxvufgh.com^$third-party ||moyeluljrail.com^$third-party +||mpgflvbe.com^$third-party ||mphqfyhswko.bid^$third-party ||mpifsodagy.com^$third-party ||mplxbmgukmc.com^$third-party @@ -38192,10 +38458,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mqlkcicnrgpntw.bid^$third-party ||mqmbbiadhb.bid^$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 @@ -38207,6 +38475,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mrutbjvgh.com^$third-party ||mruxsxrnu.com^$third-party ||mrvzisfsrvs.bid^$third-party +||mrweekseur.com^$third-party ||mrxvgpzath.bid^$third-party ||msbmckzmcu.com^$third-party ||msiegurhgfyl.com^$third-party @@ -38278,6 +38547,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||myhdpwmjabpc.bid^$third-party ||myjnlndnbhcih.com^$third-party ||mykpenejaaj.bid^$third-party +||mylslrkbn.com^$third-party ||mzbetmhucxih.com^$third-party ||mzguykhxnuap.com^$third-party ||mzhyrgyo.bid^$third-party @@ -38295,6 +38565,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||nbbljlzbbpck.com^$third-party ||nbbvpxfxnamb.com^$third-party ||nbclkgok.bid^$third-party +||nbdvbpzgwkfgq.com^$third-party ||nbfvybpkasjs.com^$third-party ||nbhbqvfcsds.com^$third-party ||nbhubocsduzn.com^$third-party @@ -38325,6 +38596,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ndndptjtonhh.com^$third-party ||ndpegjgxzbbv.com^$third-party ||ndpxcdodtjhfv.bid^$third-party +||ndqvlall.com^$third-party ||ndqwtlseuqjbc.com^$third-party ||ndtlcaudedxz.com^$third-party ||ndxidnvvyvwx.com^$third-party @@ -38359,6 +38631,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ngmckvucrjbnyybvgesxozxcwpgnaljhpedttelavqmpgvfsxg.com^$third-party ||ngnofhussaao.com^$third-party ||nguooqblyjrz.com^$third-party +||ngxyswkgi.com^$third-party ||nhbklvpswckx.com^$third-party ||nheanvabodkw.com^$third-party ||niaqaltky.com^$third-party @@ -38373,6 +38646,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||njjdnqhehvlzjd.bid^$third-party ||njjybqyiuotl.com^$third-party ||njlltkkaavws.com^$third-party +||njrpynolojcel.com^$third-party ||njswarysemyf.bid^$third-party ||njvpulnxjzhhf.bid^$third-party ||nkbvvlhdnagkd.bid^$third-party @@ -38431,10 +38705,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||nocwsbtdiiufa.bid^$third-party ||nodvmmtniokbz.bid^$third-party ||nofoxnalt.com^$third-party +||nogxucpaktrya.com^$third-party ||nohsshsxpv.club^$third-party ||nokswnfvghee.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 @@ -38465,6 +38742,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||nrifyiemem.bid^$third-party ||nrmcznhlqnx.com^$third-party ||nrszmiiwfifwlq.bid^$third-party +||nrtapaiums.com^$third-party ||nrwofsfancse.bid^$third-party ||nryvxfosuiju.com^$third-party ||nrzkcztiaum.bid^$third-party @@ -38498,11 +38776,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||nuilpwatzeuvzp.com^$third-party ||nunmnrbjrbsac.com^$third-party ||nunsbvlzuhyi.com^$third-party +||nuogahntmkid.com^$third-party ||nuscutsdqqcc.com^$third-party ||nushflxucofk.com^$third-party ||nvajxoahenwe.com^$third-party ||nvcwvcmwdjgjyu.bid^$third-party +||nvkkjenz.com^$third-party ||nvmjtxnlcdqo.com^$third-party +||nvnvyikitffcdr.com^$third-party ||nvqsjdvgqnyk.com^$third-party ||nvvdtfqboy.bid^$third-party ||nvwpybcjpzohoz.bid^$third-party @@ -38523,11 +38804,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||nxnbbqdh.bid^$third-party ||nyaisjsghvj.bid^$third-party ||nybpurpgexoe.com^$third-party +||nycgwaknv.com^$third-party ||nyfsjqxopdzvvm.bid^$third-party ||nyqogyaflmln.com^$third-party ||nyrszeos.bid^$third-party ||nyvdouydkxmaws.bid^$third-party ||nyzncfurdrdxfi.com^$third-party +||nyzobnpbcwjwfs.com^$third-party ||nzbtvquutdr.com^$third-party ||nzcpdaboaayv.com^$third-party ||nzssjqjv.bid^$third-party @@ -38549,6 +38832,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oazznjmbchmpdg.com^$third-party ||obhkbdiwl.bid^$third-party ||objyhpvxcwg.bid^$third-party +||oblbewqykouak.com^$third-party ||obnyujeibv.com^$third-party ||obodwgqr.bid^$third-party ||obqtccxcfjmd.com^$third-party @@ -38596,6 +38880,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ofmeapowymywx.bid^$third-party ||ofmuojegzbxo.com^$third-party ||ofpwdoovxs.bid^$third-party +||ofswhkkqpfm.com^$third-party ||ofuqmgatoli.com^$third-party ||ofwwrgelrvx.bid^$third-party ||ofwznbbxso.com^$third-party @@ -38608,6 +38893,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oguiftmya.com^$third-party ||ogulzxfxrmow.com^$third-party ||oguorftbvegb.com^$third-party +||ogzivkwjhrs.com^$third-party ||ohecnqpldvuw.com^$third-party ||ohjmzsvs.com^$third-party ||ohkoexdr.com^$third-party @@ -38623,6 +38909,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oiffrtkdgoef.com^$third-party ||oiftdobow.bid^$third-party ||oijvjlfjjb.bid^$third-party +||oilfeswka.com^$third-party ||oipsyfnmrwir.com^$third-party ||oiramtfxzqfc.com^$third-party ||oiuilhjzqvf.bid^$third-party @@ -38630,6 +38917,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oixafvoxnmceol.com^$third-party ||ojiffvsutzrx.com^$third-party ||ojjsoozoerpt.com^$third-party +||ojmkcnuur.com^$third-party +||ojmokfvfi.com^$third-party ||ojngisbfwwyp.com^$third-party ||ojsfvukuqxdx.bid^$third-party ||ojtcgnyikbtg.bid^$third-party @@ -38672,6 +38961,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||omqygrfokyxg.com^$third-party ||omshdahhtt.com^$third-party ||omwclrjuqilt.bid^$third-party +||omwcywwzun.com^$third-party ||omzieezywqnyxl.com^$third-party ||ongkidcasarv.com^$third-party ||onhxejzm.bid^$third-party @@ -38686,6 +38976,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ooakwpvbxym.com^$third-party ||oocoeevre.com^$third-party ||ooczhygehw.com^$third-party +||ooecgdeq.com^$third-party ||oofophdrkjoh.com^$third-party ||ookdapjylpvq.com^$third-party ||oonenbygymsl.com^$third-party @@ -38741,6 +39032,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||otusnijhkyihod.com^$third-party ||otxjkjhugtzro.bid^$third-party ||otxqautshpb.bid^$third-party +||otyammyiovhru.com^$third-party ||ouahjrthgxyh.bid^$third-party ||ouannxwziw.bid^$third-party ||oubibahphzsz.com^$third-party @@ -38758,7 +39050,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ovgzbnjj.com^$third-party ||ovjlgvapqhmpy.com^$third-party ||ovoczhahelca.com^$third-party +||ovqsyawrm.com^$third-party ||ovrdkhamiljt.com^$third-party +||ovvddcpjqndfv.com^$third-party ||ovzmelkxgtgf.com^$third-party ||owcykhrgovbvhh.bid^$third-party ||owdeuzstq.bid^$third-party @@ -38801,6 +39095,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pafovocg.bid^$third-party ||pajmxvlsuxyks.bid^$third-party ||palzblimzpdk.com^$third-party +||paotmlonx.com^$third-party ||paruvaubxwwz.bid^$third-party ||patuarioahzaen.bid^$third-party ||pawxrbexeylzn.com^$third-party @@ -38830,6 +39125,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pdrauqbvdgjut.bid^$third-party ||pdrvdmqcdd.com^$third-party ||pdtaqyjqwfkarz.bid^$third-party +||pdtnzykqa.com^$third-party ||pdwyzrmrnddley.com^$third-party ||pdxvgkivkc.bid^$third-party ||pdypjcgng.bid^$third-party @@ -38849,8 +39145,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pfhgihce.bid^$third-party ||pfibgoaqdzbp.com^$third-party ||pfjwtzlfaivp.com^$third-party +||pfltlwftndq.com^$third-party ||pfvgazngauezhk.com^$third-party ||pgkdyhdhul.com^$third-party +||pgndlooirt.com^$third-party ||pgubdmshfz.bid^$third-party ||pguwtwcougzrc.bid^$third-party ||pguxoochezkc.com^$third-party @@ -39004,6 +39302,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pttmqpogyu.bid^$third-party ||ptvjsyfayezb.com^$third-party ||ptwnvihnxvg.bid^$third-party +||ptzbgvqpwnxg.com^$third-party ||pudptxanhspld.bid^$third-party ||pudswlbzob.bid^$third-party ||pugfgjvrivfm.bid^$third-party @@ -39083,6 +39382,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qbywtukryaqpp.bid^$third-party ||qbyzytmymz.bid^$third-party ||qcjphhqwl.com^$third-party +||qclnagolz.com^$third-party ||qclxheddcepf.com^$third-party ||qcmukkhbyg.com^$third-party ||qcogokgclksa.com^$third-party @@ -39092,6 +39392,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qcrvwgsfz.com^$third-party ||qctltbnn.com^$third-party ||qcxhpohiwawnmo.bid^$third-party +||qcyqimny.com^$third-party ||qdajmhpwzdmaji.com^$third-party ||qdcoqejn.com^$third-party ||qddgbaux.com^$third-party @@ -39119,6 +39420,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qexnxaczl.bid^$third-party ||qfgcmddmwrrkmj.bid^$third-party ||qfhjthejwvgm.com^$third-party +||qfijmgalopofbj.com^$third-party ||qfkvnnzcyanwqo.com^$third-party ||qflhwgqkegsojx.com^$third-party ||qfmbgvgvauvt.com^$third-party @@ -39141,8 +39443,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qgtbxtex.com^$third-party ||qguirbzulwmdm.bid^$third-party ||qhaavcekkhckzi.com^$third-party +||qhdjyxcggzkm.com^$third-party ||qhiupkza.bid^$third-party +||qhkfgjoyinllld.com^$third-party ||qhlwqzntlwvbf.bid^$third-party +||qhlzkkwb.com^$third-party ||qhqofqeivtno.com^$third-party ||qhrdwjummidz.bid^$third-party ||qhtttixovmuszx.bid^$third-party @@ -39174,6 +39479,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qjwanedlhedm.com^$third-party ||qkarmotdhhgeuy.com^$third-party ||qkdywnhtmpgc.com^$third-party +||qkfhfuua.com^$third-party ||qkfqyqczawyb.com^$third-party ||qkjltxihv.com^$third-party ||qklhtphiphni.com^$third-party @@ -39208,6 +39514,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qoapuppy.com^$third-party ||qoeplhvlr.bid^$third-party ||qogsjvkaoe.com^$third-party +||qohoikvwwj.com^$third-party ||qoiowocphgjm.com^$third-party ||qolnnepubuyz.com^$third-party ||qotuhsvlqlpnfd.com^$third-party @@ -39248,12 +39555,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qrpbogawdr.bid^$third-party ||qrqmchbp.bid^$third-party ||qryllyykezxh.bid^$third-party +||qryuumwmiupy.com^$third-party ||qrzcenqja.bid^$third-party ||qsaujwwquyks.bid^$third-party ||qscefywopqfkm.com^$third-party ||qsdqpvkuglq.com^$third-party ||qsfckfyv.com^$third-party ||qsgiqllpfthg.com^$third-party +||qsgsfnixw.com^$third-party ||qshsaocjet.com^$third-party ||qsknevegg.bid^$third-party ||qsrekvpnu.bid^$third-party @@ -39339,6 +39648,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||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 @@ -39369,6 +39679,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rdkdexupxcfs.com^$third-party ||rdlynbosndvx.com^$third-party ||rdmccvanlx.bid^$third-party +||rdpqiqlirf.com^$third-party ||rdqyasdstllr.com^$third-party ||rdvrxbxwxspxd.com^$third-party ||rdwfotuyp.bid^$third-party @@ -39381,6 +39692,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rezbzvrbemeb.bid^$third-party ||rezfubngrzdet.bid^$third-party ||rfbrceyxthpj.bid^$third-party +||rfdujczogfnc.com^$third-party ||rfecjuzp.bid^$third-party ||rffjopgiuhsx.com^$third-party ||rffqzbqqmuhaomjpwatukocrykmesssfdhpjuoptovsthbsswd.com^$third-party @@ -39407,6 +39719,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rhfvzboqkjfmabakkxggqdmulrsxmisvuzqijzvysbcgyycwfk.com^$third-party ||rhhhbdhxpmrral.bid^$third-party ||rhkwkqznmovfl.bid^$third-party +||rhmyiplqmuupmf.com^$third-party ||rhpwhkwzhpy.bid^$third-party ||rhqkduodhizrr.com^$third-party ||rhvgtmgkahm.com^$third-party @@ -39427,6 +39740,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rjinaqlvwkhox.bid^$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 @@ -39437,6 +39751,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rjyihkorkewq.com^$third-party ||rkbjbtxhdi.bid^$third-party ||rkbldvgcjebh.com^$third-party +||rkbndiwznhul.com^$third-party ||rkcemktaasoxew.com^$third-party ||rkelvtnnhofl.com^$third-party ||rkkneuzkd.bid^$third-party @@ -39528,7 +39843,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rszzpjttufuw.bid^$third-party ||rtctxxxvdq.com^$third-party ||rtgngrwtngms.com^$third-party +||rtgpaohds.com^$third-party ||rtpibuckwnp.com^$third-party +||rtqlmwfywl.com^$third-party ||rttclyuvippyw.bid^$third-party ||rtufxsncbegz.com^$third-party ||rtusxaoxemxy.com^$third-party @@ -39557,6 +39874,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rwcdoeigzraeu.com^$third-party ||rwdkcusan.com^$third-party ||rweqvydtzyre.com^$third-party +||rwlzbswwmmh.com^$third-party ||rwtvvdspsbll.com^$third-party ||rwxzeoqfj.com^$third-party ||rxczemggfsxx.com^$third-party @@ -39568,9 +39886,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rxjzpvsziytui.bid^$third-party ||rxknixwwt.bid^$third-party ||rxkscuxq.com^$third-party +||rxqcvlxojbt.com^$third-party ||rxsazdeoypma.com^$third-party ||rxuqpktyqixa.com^$third-party ||rxyeukffow.bid^$third-party +||ryeoanvkettth.com^$third-party ||ryhrabmmprehm.com^$third-party ||ryjlaaimxrq.com^$third-party ||rylkihtmnvsh.com^$third-party @@ -39585,6 +39905,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rzjbuovkp.bid^$third-party ||rzsliqwo.bid^$third-party ||rzwzstbiqk.com^$third-party +||sagbgtnmlaj.com^$third-party ||sagukjshgifebs.bid^$third-party ||sagulzuyvybu.com^$third-party ||sailznsgbygz.com^$third-party @@ -39644,6 +39965,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||seotpqntjukhg.bid^$third-party ||seympfgeyrew.com^$third-party ||sfaprgtgcguh.com^$third-party +||sfawiner.com^$third-party ||sfcckxdgfgzo.com^$third-party ||sfgymajb.bid^$third-party ||sfhyxyodjllrd.bid^$third-party @@ -39683,9 +40005,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sjgklyyyraghhrgimsepycygdqvezppyfjkqddhlzbimoabjae.com^$third-party ||sjgttcfj.com^$third-party ||sjkcufcpgzsno.bid^$third-party +||sjlgoazubflpcs.com^$third-party ||sjmwugmtfeuu.com^$third-party ||sjnfgvjizo.bid^$third-party ||sjpexaylsfjnopulpgkbqtkzieizcdtslnofpkafsqweztufpa.com^$third-party +||sjqskcctmv.com^$third-party ||sjtevvoviqhe.com^$third-party ||skaulppmndy.bid^$third-party ||skknyxzaixws.com^$third-party @@ -39706,12 +40030,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||smhqmrxplvnx.com^$third-party ||smhyvyvnpzigir.com^$third-party ||smjdypbxapigu.bid^$third-party +||smnpsburn.com^$third-party ||smrqvdpgkbvz.com^$third-party ||smsbyoxarip.bid^$third-party ||smtuovnhxnn.bid^$third-party ||smudlbatfjbut.bid^$third-party ||smwrjtdzhg.com^$third-party ||smzvvqztihof.com^$third-party +||smzxkkyuinecwa.com^$third-party ||snaxbgzg.bid^$third-party ||sncpizczabhhafkzeifklgonzzkpqgogmnhyeggikzloelmfmd.com^$third-party ||snetddbbbgbp.com^$third-party @@ -39747,6 +40073,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sqnezuqjdbhe.com^$third-party ||sqopuafrwvnouz.bid^$third-party ||sqtsuzrfefwy.com^$third-party +||sqwyxzrajzsxpx.com^$third-party ||srbrdogg.bid^$third-party ||srfizvugkheq.com^$third-party ||sriaqmzx.com^$third-party @@ -39769,10 +40096,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sssjohomoapt.com^$third-party ||ssuhghnjxbp.bid^$third-party ||ssvolkkihcyp.com^$third-party +||ssyhlymwyzou.com^$third-party ||ssyyeufsqbra.bid^$third-party ||stkrwlodjvl.bid^$third-party ||stlbmyezzth.bid^$third-party ||stnvgvtwzzrh.com^$third-party +||stuthvygifup.com^$third-party ||stwcozfiavhh.bid^$third-party ||sualzmze.com^$third-party ||sudvzfgrmt.com^$third-party @@ -39784,8 +40113,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||suqufucjzffhay.bid^$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 +||svdsutdq.com^$third-party ||svjloaomrher.com^$third-party ||svnhdfqvhjzn.com^$third-party ||svpubdwpaam.bid^$third-party @@ -39806,6 +40138,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sxcivqfmlsvxo.bid^$third-party ||sxdpyazzofu.com^$third-party ||sxdrafgvll.bid^$third-party +||sxiyvcqnp.com^$third-party ||sxjhskptisd.com^$third-party ||sxlzcvqfeacy.com^$third-party ||sxprcyzcpqil.com^$third-party @@ -39834,6 +40167,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||szxkkefabenx.bid^$third-party ||szyejlnlvnmy.com^$third-party ||szynlslqxerx.com^$third-party +||szywarceqeo.com^$third-party ||szzxtanwoptm.bid^$third-party ||tabeduhsdhlkalelecelxbcwvsfyspwictbszchbbratpojhlb.com^$third-party ||tadkozdgbyw.com^$third-party @@ -39843,6 +40177,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||taljdzwer.com^$third-party ||tammfmhtfhut.com^$third-party ||tamqqjgbvbps.com^$third-party +||taoclfxgf.com^$third-party ||taodggarfrmd.com^$third-party ||tapihmxemcksuvleuzpodsdfubceomxfqayamnsoswxzkijjmw.com^$third-party ||taqyljgaqsaz.com^$third-party @@ -39870,6 +40205,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tcvdxlhxi.bid^$third-party ||tcwkemlikooah.bid^$third-party ||tcxsonyfzb.bid^$third-party +||tcxygxdrv.com^$third-party ||tcyeyccspxod.com^$third-party ||tdgysmmdru.bid^$third-party ||tdkvddqttcb.bid^$third-party @@ -39890,6 +40226,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tewycnrhnv.com^$third-party ||teyuzyrjmrdi.com^$third-party ||tfbzzigqzbax.com^$third-party +||tfdssnipmff.com^$third-party ||tfeywmqsle.com^$third-party ||tfhqxvakurom.bid^$third-party ||tflmiurze.bid^$third-party @@ -39923,6 +40260,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||thtlvguaqmkv.com^$third-party ||thvdzghlvfoh.com^$third-party ||thvrvojkkjkkpe.bid^$third-party +||thxczhfzad.com^$third-party ||thxdbyracswy.com^$third-party ||thzaiqqwsbpps.com^$third-party ||thzshxisa.bid^$third-party @@ -39943,6 +40281,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tivlvdeuokwy.com^$third-party ||tixzeybm.com^$third-party ||tizbmrknb.com^$third-party +||tjaqsjnrvmt.com^$third-party ||tjbgiyek.com^$third-party ||tjblfqwtdatag.bid^$third-party ||tjhcjhvzbto.bid^$third-party @@ -40009,6 +40348,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||togfcqfvarpq.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 @@ -40016,9 +40356,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tpesjhkf.bid^$third-party ||tpfnibqjrpcj.com^$third-party ||tpgeooxrcp.com^$third-party +||tpkpnyiaylp.com^$third-party ||tpmbgoiabxu.bid^$third-party ||tpmemhesupkn.bid^$third-party ||tpnphooeqg.bid^$third-party +||tpranctof.com^$third-party ||tpueomljcrvy.com^$third-party ||tpvprtdclnym.com^$third-party ||tpzukfqaqyxn.bid^$third-party @@ -40045,6 +40387,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tsptvvyema.bid^$third-party ||tssxnbuaxctjn.bid^$third-party ||tsuitufixxlf.com^$third-party +||tsvqrrmq.com^$third-party ||tswhwnkcjvxf.com^$third-party ||tsybqlldfsstw.bid^$third-party ||ttdaxwrryiou.com^$third-party @@ -40057,6 +40400,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ttxqfeuiakgn.bid^$third-party ||ttyvbqif.bid^$third-party ||tudsawhfmutb.bid^$third-party +||tudsxyhpn.com^$third-party ||tujbidamlfrn.com^$third-party ||tujswypf.bid^$third-party ||tuldmgwvimgowg.com^$third-party @@ -40085,8 +40429,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||twchmlyexaku.bid^$third-party ||twdksbsyipqa.com^$third-party ||twdsaqqrzbowom.com^$third-party +||twfcqnqggx.com^$third-party ||twfzouvm.com^$third-party ||twhsmftwybkfn.bid^$third-party +||twjboytcwutbrt.com^$third-party ||twjgylzydlhz.com^$third-party ||twmeccosyivi.com^$third-party ||twmvjfatla.com^$third-party @@ -40101,11 +40447,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||txjzxbykbaflu.bid^$third-party ||txknowcznfp.bid^$third-party ||txvivugnikdq.com^$third-party +||txvsifff.com^$third-party ||txvxzkwyelnvb.bid^$third-party ||txwnwvhkbtzb.com^$third-party ||txwvuadjcknuj.bid^$third-party ||txwzdalmamma.com^$third-party ||txyxoktogdcy.com^$third-party +||tyoaclrjeb.com^$third-party ||tytzcsgxpaywui.bid^$third-party ||tyvtfohnwmpu.bid^$third-party ||tyxihxxtpumgm.bid^$third-party @@ -40135,6 +40483,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ubecybzqf.bid^$third-party ||ubhzahnzujqlvecihiyukradtnbmjyjsktsoeagcrbbsfzzrfi.com^$third-party ||ubiqqzmldivih.bid^$third-party +||ubktdzjnjkpon.com^$third-party ||ubliwesgzq.bid^$third-party ||ubnmyycf.bid^$third-party ||ubopxbdwtnlf.com^$third-party @@ -40165,9 +40514,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||uebyotcdyshk.com^$third-party ||uecjpplzfjur.com^$third-party ||uehdljkrsfaa.bid^$third-party +||uehtuvguuf.com^$third-party ||uejnzoaayhr.com^$third-party ||ueosdjscxucj.com^$third-party ||uepsvcyxxrbs.bid^$third-party +||ueptzgugtxis.com^$third-party ||uerhhgezdrdi.com^$third-party ||uerladwdpkge.com^$third-party ||uetqkude.com^$third-party @@ -40203,6 +40554,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||uilknldyynwm.com^$third-party ||uilwbcwxgq.bid^$third-party ||uipjeyipoumf.com^$third-party +||uiqefowmmxciwe.com^$third-party ||uiydukxbls.bid^$third-party ||uiyeiafffdex.com^$third-party ||ujdctbsbbimb.com^$third-party @@ -40264,11 +40616,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||uoottsfgy.com^$third-party ||uopzeuilt.bid^$third-party ||uoqhigwxrzplg.bid^$third-party +||uorhedemxtni.com^$third-party ||uoxbotvrs.bid^$third-party ||uoypqskiemf.bid^$third-party ||upcokvzuupn.bid^$third-party ||upgwdilkhlwguz.bid^$third-party ||uqgloylf.com^$third-party +||uqhqcoezkn.com^$third-party ||uqhtuahgfmcx.com^$third-party ||uqoboyvqsqpy.com^$third-party ||uqpotqld.com^$third-party @@ -40283,15 +40637,18 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||urqctaruhm.bid^$third-party ||urqxrzrphsga.com^$third-party ||urtbxola.bid^$third-party +||urtcjxuoz.com^$third-party ||urwvswik.bid^$third-party ||urxdodnj.com^$third-party ||usaowwbxa.com^$third-party ||uscvlpjeaggyq.com^$third-party ||usfakdxuo.bid^$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 ||ussscmqkjtfsx.com^$third-party ||usuanyzr.bid^$third-party @@ -40303,6 +40660,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||utnkeaqurjca.com^$third-party ||utwhgyjgjw.bid^$third-party ||utyhzjbwfyrz.bid^$third-party +||utyrqbgrmoxs.com^$third-party ||utyynepwwnl.com^$third-party ||utzpjbrtyjuj.com^$third-party ||uuacjdostjloa.bid^$third-party @@ -40364,6 +40722,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||uzesptwcwwmt.com^$third-party ||uzkkocgdasr.bid^$third-party ||uzmmpskwon.com^$third-party +||uzmsexugrqz.com^$third-party ||uzqptkclvcaa.com^$third-party ||uzqtaxiorsev.com^$third-party ||uzreuvnlizlz.com^$third-party @@ -40455,12 +40814,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||vfmzddpaznanf.bid^$third-party ||vfnvsvxlgxbvndhgqqohfgdcfprvxqisiqhclfhdpnjzloctny.com^$third-party ||vfonfnazs.bid^$third-party +||vfqkonyxf.com^$third-party ||vfsmtbtqducat.com^$third-party ||vfstdqercaffu.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 ||vgckzqudqhfr.com^$third-party ||vgfeahkrzixa.com^$third-party @@ -40511,10 +40872,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||vjzqmbcx.com^$third-party ||vjzttumdetao.com^$third-party ||vkarvfrrlhmv.com^$third-party +||vkasuqsswc.com^$third-party ||vkdbvgcawubn.com^$third-party ||vkqfzlpowalv.com^$third-party ||vkywqkbmdkmmg.com^$third-party ||vkzziiuqacv.com^$third-party +||vlaqqdwltcuk.com^$third-party ||vlgqpikka.com^$third-party ||vlijpebmjxmlbp.bid^$third-party ||vlivfbpuxmls.bid^$third-party @@ -40549,11 +40912,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||vnyginzinvmq.com^$third-party ||vnzlgmfd.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 +||vouekcjmiu.com^$third-party ||voxucaldgpicqh.com^$third-party ||vpfiiojohjch.com^$third-party ||vpklpmvzbogn.com^$third-party @@ -40621,6 +40986,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||vvcnnvcruobhr.bid^$third-party ||vvgttgprssiy.com^$third-party ||vvnfgohclkf.bid^$third-party +||vvoowcdnogp.com^$third-party ||vvoqhxejowmc.bid^$third-party ||vvqeavcir.com^$third-party ||vvrlbbjlw.bid^$third-party @@ -40649,6 +41015,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||vybsiseapra.bid^$third-party ||vydlqaxchmij.com^$third-party ||vyeesric.bid^$third-party +||vyjawlifnxynej.com^$third-party ||vykcbbytkklxp.com^$third-party ||vyozgtrtyoms.com^$third-party ||vypzcbraecdrv.bid^$third-party @@ -40704,6 +41071,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wdcxuezpxivqgmecukeirnsyhjpjoqdqfdtchquwyqatlwxtgq.com^$third-party ||wddtrsuqmqhw.com^$third-party ||wdnalofau.bid^$third-party +||wdnflsjig.com^$third-party ||wdvmxgwwyzoq.bid^$third-party ||wdxhjmot.bid^$third-party ||webwagssicx.bid^$third-party @@ -40723,10 +41091,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||weqpkntrxqzh.com^$third-party ||wfbqjdwwunle.com^$third-party ||wfiejyjdlbsrkklvxxwkferadhbcwtxrotehopgqppsqwluboc.com^$third-party +||wfjlpnmuzoazy.com^$third-party ||wfmcdmmulkwwp.bid^$third-party ||wfnmmrtw.bid^$third-party +||wfqeqnvqdjvs.com^$third-party ||wfquqjxu.bid^$third-party ||wfwtfgrzwsonh.com^$third-party +||wfxkcimqvt.com^$third-party +||wfyqdhypgmscy.com^$third-party ||wfywchrzpic.com^$third-party ||wgclurzhgrjoq.bid^$third-party ||wgefjuno.com^$third-party @@ -40770,11 +41142,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wipcpwadysghx.com^$third-party ||wipjyzwavojq.com^$third-party ||wirfpvmoblpa.com^$third-party +||witifyooqkumwn.com^$third-party +||wiykefcon.com^$third-party ||wizejdnlqwcb.com^$third-party ||wizknbrgxuqjo.com^$third-party ||wjdjovjrxsqx.com^$third-party ||wjkwjcmeymu.com^$third-party ||wjnkvhlgvixx.com^$third-party +||wkdyvxuornxnh.com^$third-party ||wkexsfmw.com^$third-party ||wkfcadtuljnesp.bid^$third-party ||wkgaqvvwvqjg.com^$third-party @@ -40784,6 +41159,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wklyhvfc.com^$third-party ||wkmuxmlk.com^$third-party ||wkqmeskbz.bid^$third-party +||wksninbav.com^$third-party ||wktlsedohnly.com^$third-party ||wkuayaogbegtyp.bid^$third-party ||wkzovkuc.com^$third-party @@ -40799,6 +41175,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wlzrvihznn.bid^$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 @@ -40833,6 +41210,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wpjljadiq.com^$third-party ||wpkbwrkejd.com^$third-party ||wpktjtwsidcz.com^$third-party +||wpswyoyev.com^$third-party ||wpsyjttctdnt.com^$third-party ||wptdfllszzpczp.com^$third-party ||wptlxfgslcfcx.com^$third-party @@ -40856,6 +41234,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||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 @@ -40876,12 +41255,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wsyuiudkoqrf.com^$third-party ||wtdivwvldpykn.bid^$third-party ||wtgybmmqoaxsp.bid^$third-party +||wthqlngtcgwxrp.com^$third-party ||wtixtgqyztdc.com^$third-party ||wtjmnbjktbci.com^$third-party ||wtoqymftbf.bid^$third-party ||wtqrtjthyuopw.com^$third-party ||wtvyenir.com^$third-party ||wtxoicsjxbsj.com^$third-party +||wtybgaghcqxoae.com^$third-party ||wuatqdbzzamj.bid^$third-party ||wuekfshqhydg.bid^$third-party ||wufpseev.bid^$third-party @@ -40910,8 +41291,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wwgjtcge.com^$third-party ||wwgysckwouvzkm.bid^$third-party ||wwiqinsra.bid^$third-party +||wwkowjxms.com^$third-party ||wwnlyzbedeum.com^$third-party ||wwyblltamlcr.com^$third-party +||wwzchzpluwuon.com^$third-party ||wwznjjvkfqnyvy.com^$third-party ||wxdtvssnezam.com^$third-party ||wxgfqdxoserkr.bid^$third-party @@ -40929,6 +41312,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wylnauxhkerp.com^$third-party ||wypyocogs.bid^$third-party ||wyueivwashc.com^$third-party +||wywrettqmke.com^$third-party ||wzadmmddcmml.com^$third-party ||wzafekkdp.com^$third-party ||wzagwfcfh.bid^$third-party @@ -40948,6 +41332,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xakmsoaozjgm.com^$third-party ||xanqdskuyb.com^$third-party ||xapcwrvqooihr.bid^$third-party +||xapnrbvpb.com^$third-party ||xaqbpvojgi.com^$third-party ||xarnvfthbye.com^$third-party ||xasvtjprmgz.bid^$third-party @@ -40957,6 +41342,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xbdlsolradeh.com^$third-party ||xbljpezkd.bid^$third-party ||xbmnbfzoeug.com^$third-party +||xboamxtcnfcwyf.com^$third-party ||xbrgymlwi.bid^$third-party ||xbwlphsnrcz.bid^$third-party ||xbynkkqi.com^$third-party @@ -40974,6 +41360,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xcvlescqkwan.com^$third-party ||xcxepcbypxwf.com^$third-party ||xcxetqrzckvy.com^$third-party +||xdcdlfejo.com^$third-party ||xdiyxgwojtbxft.bid^$third-party ||xdjeestdoiis.com^$third-party ||xdoygumiams.com^$third-party @@ -40997,6 +41384,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xfxjdoot.com^$third-party ||xgaethsnmbzi.com^$third-party ||xgpijbqair.com^$third-party +||xgrfmoisvy.com^$third-party ||xgspfcpxt.com^$third-party ||xgtrznovqaqp.com^$third-party ||xgvertjtfl.bid^$third-party @@ -41086,6 +41474,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xqopbyfjdqfs.com^$third-party ||xqquphzq.bid^$third-party ||xqrjfouxkrs.com^$third-party +||xqrupeccbfpzdl.com^$third-party ||xqtadzsabcjj.bid^$third-party ||xqygrmkga.bid^$third-party ||xqzkpmrgcpsw.com^$third-party @@ -41094,6 +41483,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xrivpngzagpy.com^$third-party ||xrjjhkuwccu.com^$third-party ||xrmtjxxeerbew.bid^$third-party +||xrmtvzpig.com^$third-party ||xrmwainxxr.bid^$third-party ||xrnmuqmpcsx.com^$third-party ||xrqkzdbnybod.com^$third-party @@ -41129,6 +41519,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||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 @@ -41152,6 +41543,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xwwkuacmqblu.com^$third-party ||xwwsojvluzsb.com^$third-party ||xwwvcsquuhbd.com^$third-party +||xwzhazcuyf.com^$third-party ||xxamqnqeygbk.com^$third-party ||xxehantfkywk.com^$third-party ||xxelvfyvgcjo.bid^$third-party @@ -41165,6 +41557,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xxzkqbdibdgq.com^$third-party ||xycbrnotvcat.com^$third-party ||xycpjxkkkim.com^$third-party +||xydubrrvpthmat.com^$third-party ||xyfrnfoijncmu.com^$third-party ||xygzlbizru.com^$third-party ||xyiawbjnajcm.bid^$third-party @@ -41185,6 +41578,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xztsmbznuwyo.com^$third-party ||xzwdhymrdxyp.com^$third-party ||xzzcasiospbn.com^$third-party +||yafsixmo.com^$third-party ||yaifxxudxyns.com^$third-party ||yaizwjvnxctz.com^$third-party ||yalyuzvlr.bid^$third-party @@ -41203,6 +41597,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ybikaghc.bid^$third-party ||ybmdgyywbhk.com^$third-party ||ybnuasihsy.com^$third-party +||ybofeikeckfxh.com^$third-party ||ybrjldiexlqb.com^$third-party ||ybrmiemawkawxb.com^$third-party ||ybspoverfo.bid^$third-party @@ -41262,6 +41657,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ygrtbssc.com^$third-party ||ygsgfzydhdgd.com^$third-party ||ygyymhfstzuen.com^$third-party +||yhasbgva.com^$third-party ||yhatwlkdbeewdd.bid^$third-party ||yhazcicy.bid^$third-party ||yhcxzccnlvm.bid^$third-party @@ -41273,6 +41669,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||yhtytxeskrqgpl.bid^$third-party ||yhzobwqqecaa.com^$third-party ||yibrvxydm.bid^$third-party +||yicainjezma.com^$third-party ||yigxdcmrgutrjl.com^$third-party ||yihibfmdq.bid^$third-party ||yikkagezqsob.com^$third-party @@ -41287,9 +41684,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||yjhwrpuqitzgh.bid^$third-party ||yjjglyoytiew.com^$third-party ||yjjtxuhfglxa.com^$third-party +||yjlocznmvvvtp.com^$third-party ||yjlyvrdpnuef.bid^$third-party ||yjmpzvoe.bid^$third-party ||yjsshralziws.com^$third-party +||yjthoibc.com^$third-party ||yjzopxkhw.bid^$third-party ||ykaakgddajbt.com^$third-party ||ykacbmxeapwi.com^$third-party @@ -41315,6 +41714,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ylovduaeyeppl.com^$third-party ||ylqezcnlzfsj.com^$third-party ||ylsbuudmpiks.bid^$third-party +||ylziomazxhbj.com^$third-party +||ymejzynrw.com^$third-party ||ymgjxtmtfl.bid^$third-party ||ymlbuooxppzt.com^$third-party ||ymmoeffaosvdua.com^$third-party @@ -41342,6 +41743,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ypcuhmevrq.bid^$third-party ||ypecrrktyo.com^$third-party ||ypfghpqnkgbxu.bid^$third-party +||yphyzxdm.com^$third-party ||ypmdszuxupnxk.bid^$third-party ||ypyarwgh.com^$third-party ||yqhgbmyfiomx.com^$third-party @@ -41364,6 +41766,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||yrgnouqinylg.com^$third-party ||yrijcjiclmltxq.bid^$third-party ||yrnzxgsjokuv.com^$third-party +||yrrcrvoivbv.com^$third-party ||yrvrppewe.bid^$third-party ||yrxhmallcirx.com^$third-party ||yrzukplqjwxst.bid^$third-party @@ -41390,6 +41793,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||yukwxqnxwzghxb.com^$third-party ||yupwqyocvvnw.com^$third-party ||yuywwcizs.com^$third-party +||yvfsfoctkls.com^$third-party ||yvjdvcgomph.bid^$third-party ||yvmosixxo.com^$third-party ||yvmzmyol.bid^$third-party @@ -41486,6 +41890,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||zcuocqfstyne.bid^$third-party ||zdafkehcmdcphi.com^$third-party ||zdbzkrphx.bid^$third-party +||zdfyowkafur.com^$third-party ||zdolhnqbtnbcx.com^$third-party ||zdqsrdamdgmn.com^$third-party ||zdvyzlbvrwqpf.bid^$third-party @@ -41518,6 +41923,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||zgydngnax.bid^$third-party ||zhabyesrdnvn.com^$third-party ||zhbzxeis.bid^$third-party +||zhdjvlfszokew.com^$third-party ||zhdmplptugiu.com^$third-party ||zhkziiaajuad.com^$third-party ||zhmbxvmyk.com^$third-party @@ -41577,6 +41983,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||zoileyozfexv.com^$third-party ||zoktycom.com^$third-party ||zoowknbw.com^$third-party +||zospzfvxkshe.com^$third-party ||zowhxkwzjpta.com^$third-party ||zpctncydojjh.com^$third-party ||zpfjfwbij.com^$third-party @@ -41639,7 +42046,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||zueqwtbryx.bid^$third-party ||zunjxpwiztqgt.bid^$third-party ||zupeaoohmntp.com^$third-party +||zutnlpnzxtt.com^$third-party ||zuuwfrphdgxk.com^$third-party +||zuwaodorkyrrp.com^$third-party ||zuxanrebeceko.com^$third-party ||zvaianux.bid^$third-party ||zvdotftdxkfsv.bid^$third-party @@ -43397,6 +43806,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||angelpastel.com^$third-party ||antaraimedia.com^$third-party ||antoball.com^$third-party +||aoredi.com^$third-party ||apromoweb.com^$third-party ||are-ter.com^$third-party ||asiafriendfinder.com^$third-party @@ -44432,6 +44842,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||aadvertismentt.com^$subdocument ||abacast.com/banner/ ||ablacrack.com/popup-pvd.js$third-party +||ace.advertising.com^$third-party ||ad-v.jp/adam/ ||ad.23blogs.com^$third-party ||ad.about.co.kr^ @@ -44482,6 +44893,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adap.tv/redir/client/static/as3adplayer.swf ||adap.tv/redir/plugins/$object-subrequest ||adap.tv/redir/plugins3/$object-subrequest +||adaptv.advertising.com^$third-party ||add.bugun.com.tr^ ||addme.com/images/addme_$third-party ||adf.ly/?$subdocument,~third-party,domain=adf.ly @@ -44510,6 +44922,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adss.dotdo.net^ ||adstest.zaman.com.tr^$third-party ||adswizz.com/adswizz/js/SynchroClient*.js$third-party +||adtech.advertising.com^$third-party ||advanced-intelligence.com/banner ||adz.zwee.ly^ ||adziff.com^*/zdcse.min.js @@ -44573,6 +44986,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||amazonaws.com/btrb-prd-banners/ ||amazonaws.com/crossdomain.xml$object-subrequest,domain=ndtv.com ||amazonaws.com/digitalcinemanec.swf$domain=boxoffice.com +||amazonaws.com/dmx_banner?$domain=autodealer.co.za ||amazonaws.com/fvefwdds/ ||amazonaws.com/images/a/$domain=slader.com ||amazonaws.com/lms/sponsors/ @@ -44589,6 +45003,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||amazonaws.com/widgets.youcompare.com.au/ ||amazonaws.com/youpop/ ||amazonaws.com^*/ads/$image,domain=washingtonmonthly.com +||amazonaws.com^*/funders-$domain=globalvoices.org ||amazonaws.com^*/player_request_*/get_affiliate_ ||analytics.disneyinternational.com^ ||ancestrydata.com/widget.html?$domain=findagrave.com @@ -44884,6 +45299,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||d13czkep7ax7nj.cloudfront.net^ ||d140sbu1b1m3h0.cloudfront.net^ ||d15565yqt7pv7r.cloudfront.net^ +||d158nafix8anfs.cloudfront.net^ ||d15gt9gwxw5wu0.cloudfront.net^ ||d1635hfcvs8ero.cloudfront.net^ ||d17f2fxw547952.cloudfront.net^ @@ -45150,6 +45566,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||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 ||esport-betting.com^*/betbanner/ @@ -45684,6 +46101,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||news.smi2.ru^$third-party ||newware.net/home/banner$third-party ||newware.net/home/newware-sm.png$third-party +||nexage.advertising.com^$third-party ||nimblecommerce.com/widget.action? ||nitroflare.com/img/banners/ ||nitropdf.com/graphics/promo/$third-party @@ -46001,6 +46419,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sportingbet.com.au/sbacontent/puntersparadise.html ||sportsbetaffiliates.com.au^$third-party ||sportsdigitalcontent.com/betting/ +||spot.im/yad/ ||sproutnova.com/serve.php$third-party ||squarespace.evyy.net^ ||srv.dynamicyield.com^$third-party @@ -46272,6 +46691,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||widgets.solaramerica.org^$third-party ||wildamaginations.com/mdm/banner/ ||windcdna.com/api/banner/ +||windycitymediagroup.com/gayandlesbianimages/ ||winpalace.com/?affid= ||winsms.co.za/banner/ ||wishlistproducts.com/affiliatetools/$third-party @@ -47333,6 +47753,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||alatest.com/banner/ ||alibi.com/?request_type=aimg ||all4divx.com/js/jscode2.js +||allclassical.org^*/banners/ ||allghananews.com/images/banners/ ||allhiphop.com/site_resources/ui-images/*-conduit-banner.gif ||allkpop.com^*/takeover/ @@ -47760,6 +48181,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cdmediaworld.com*/! ||cdn-surfline.com/home/billabong-xxl.png ||cdn.bidvertiser.com^$domain=bidvertiser.com +||cdn.free-power-point-templates.com/images/aff/ ||cdn.turner.com^*/groupon/ ||cdn77.org^$script,domain=kinox.to|movie4k.to|unblocked.work|vidup.me ||ceforum.co.uk/images/misc/PartnerLinks @@ -48139,7 +48561,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dvdvideosoft.com^*/banners/ ||dwarfgames.com/pub/728_top. ||dyncdn.celebuzz.com/assets/ -||dyncdn.me/static/20/js/expla*.js$domain=rarbg.is|rarbg.to|rarbg.unblocked.work|rarbgmirror.com|rarbgproxy.org +||dyncdn.me/static/20/js/expla*.js$domain=rarbg.is|rarbg.to|rarbgmirror.com|rarbgproxy.org ||e90post.com/forums/images/banners/ ||eacash.streamplay.to^ ||earthlink.net^*/promos/ @@ -48477,6 +48899,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fuzface.com/dcrtv/ad$domain=dcrtv.com ||fırstrowsports.eu/pu/ ||g.brothersoft.com^ +||g00.msn.com^$other,domain=msn.com ||gabzfm.com/images/banners/ ||gaccmidwest.org/uploads/tx_bannermanagement/ ||gaccny.com/uploads/tx_bannermanagement/ @@ -48513,6 +48936,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gamesfreez.com/banner/ ||gamesgames.com/vda/ ||gameshark.com^*/pageskin- +||gamespot.com^*/client/latest/abd/$script ||gamevid.com/13/ads/ ||gamingcentral.in^*/banner_ ||gamingsquid.com/wp-content/banners/ @@ -48755,6 +49179,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||houseoftravel.co.nz/flash/banner/ ||howtogeek.com/go/ ||howtogermany.com/banner/ +||howtogermany.com/images/bnr- +||howtogermany.com/images/but- ||howwe.biz/mgid- ||howwemadeitinafrica.com^*/dhl-hdr.gif ||hpfanficarchive.com/freecoins2.jpg @@ -48941,6 +49367,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||irctctourism.com/ttrs/railtourism/Designs/html/images/tourism_right_banners/*DealsBanner_ ||irishamericannews.com/images/banners/ ||irishdev.com/files/banners/ +||irishexaminer.com/marketing/ ||irishracing.com/graphics/books ||irishradio.com/images/banners/ ||ironmagazine.com^*/banners.php @@ -49020,6 +49447,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||just-download.com/banner/ ||justsomething.co/wp-content/uploads/*-250x250. ||juventus.com/pics/sponsors/ +||k2s.cc/images/fantasy/ ||kaieteurnewsonline.com/revenue/ ||kamcity.com/banager/banners/ ||kamcity.com/menu/banners/ @@ -49620,6 +50048,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||newsudanvision.com/images/Carjunctionadvert.gif ||newsvine.com//jenga/widget/ ||newsvine.com/jenga/widget/ +||newsweek.com^*/client/latest/auto/$script ||newsweek.com^*interstitial.js ||newverhost.com/css/onload.js ||newverhost.com/css/pp.js @@ -49863,7 +50292,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pinknews.co.uk/gsky. ||pinknews.co.uk/newweb/ ||piratefm.co.uk/resources/creative/ -||pirateproxy.nl/inc/ex.js ||pitchero.com^*/toolstation.gif ||pittnews.com/modules/mod_novarp/ ||pixsense.net^$xmlhttprequest @@ -49886,7 +50314,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||playhub.com/js/popup-wide.js ||playlist.yahoo.com/makeplaylist.dll?$domain=au.tv.yahoo.com ||playtowerdefensegames.com/ptdg-gao-gamebox-homepage.swf -||playwire.com/bolt/js/zeus/frame-$subdocument,domain=bleedingcool.com +||playwire.com/bolt/js/zeus/frame-$subdocument,domain=bleedingcool.com|discordbots.org ||pleasurizemusic.com^*/banner/ ||plsn.com/images/PLSN-Bg1.jpg ||plunderguide.com/leaderboard-gor.html @@ -50853,6 +51281,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||totalcmd.pl/img/olszak. ||totalguitar.net/images/*_125X125.jpg ||totalguitar.net/images/tgMagazineBanner.gif +||totalstatic.com/static/20/js/expla*.js$domain=rarbg.is|rarbg.to|rarbgmirror.com|rarbgproxy.org ||townhall.com^*/ads/ ||toynews-online.biz/media/banners/ ||toynewsi.com/a/ @@ -51283,7 +51712,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wowhead.com/uploads/skins/$image ||wowwiki.com/__varnish_ ||wp.com/wp-content/themes/vip/tctechcrunch/images/tc_*_skin.jpg -||wp.com^*/banners/$domain=showbiz411.com +||wp.com^*/banners/$domain=biznisafrica.com|showbiz411.com ||wp.com^*/coedmagazine3/gads/$domain=coedmagazine.com ||wpcomwidgets.com^$domain=thegrio.com ||wpcv.com/includes/header_banner.htm @@ -51464,41 +51893,41 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||zurrieqfc.com/images/banners/ ||zws.avvo.com^ ! Popads domains -$script,third-party,domain=0dt.net|123videos.tv|171gifs.com|1proxy.de|2ddl.download|2ddl.ooo|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4downfiles.org|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|a-o.ninja|abcmalayalam.co|abgdianci.com|acidimg.cc|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|akvideo.stream|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animepahe.com|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|atchtheofficeonline.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|bdsmstreak.com|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bemetal.net|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.com|bilasport.me|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|btdb.to|bugiltelanjang17.com|byetv.org|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|centrum-dramy.pl|cholotubex.com|cinemamkv.xyz|cinetux.net|clicknupload.org|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coreimg.net|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|ddlfr.pw|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|fbstreams.me|felipephtutoriais.com.br|filecrypt.cc|fileflares.com|filerocks.us|filesupload.org|filma24.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|firstrowas1.cc|flashbd24.blogspot.com|flixanity.online|foxurl.net|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freeomovie.com|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|go4up.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaihaven.org|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hitomi.la|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iiddl.net|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imagecool.org|img2share.com|imgshot.pw|imgshots.com|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|latinohentai.com|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livecamtv.me|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|mbfsports.com|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|minkly.me|mitemovie.com|mixhdporn.com|mkvcage.com|mkvtv.net|mlbstream.me|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|mp4upload.com|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|myreadingmanga.info|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|nbastreams.me|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newmusic.trade|newpct.com|newpct1.com|nflstream.net|nflstreams.me|ngentot.tv|nhlstreams.me|ninfetasnovinhas.net|nodefiles.com|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|oload.tv|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openload.co|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|owndrives.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|playpornfree.org|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|rapidvideo.com|raptu.com|realcam.me|reallifecamhd.com|reallifecamvd.com|ripvod.com|root.sx|rosextube.com|runvideo.net|sankakucomplex.com|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sextop.net|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|smallencode.com|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sportp2p.com|sports4u.net|sportshd.me|sportups.me|srkcast.com|stadium-live.biz|streamango.com|streamcherry.com|streamingok.com|streamjav.net|streamlord.com|streampornfree.com|strikeout.co|strikeout.me|suki48.web.id|superteenz.com|sweext.com|swfchan.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|taxidrivermovie.com|tddl.tv|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|twoddl.co|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidfile.net|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipbox.nu|vipcast.pw|vipleague.co|vipleague.ws|vipracing.biz|viralfeedhindi.com|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watcheng.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchmygamesonline.com|watchparksandrecreation.cc|watchparksandrecreation.net|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldfree4u.lol|worldfree4u.ws|worldfree4umovie.live|worldvidz.com|wplocker.com|xbnat.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youav.com|youpornzz.com|yourbittorrent.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zippysharemediafire.club|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +$script,third-party,domain=0dt.net|123videos.tv|171gifs.com|1proxy.de|2ddl.download|2ddl.ooo|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4downfiles.org|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|a-o.ninja|abcmalayalam.co|abgdianci.com|acidimg.cc|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|akvideo.stream|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animepahe.com|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|atchtheofficeonline.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|bdsmstreak.com|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bemetal.net|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.com|bilasport.me|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|btdb.to|bugiltelanjang17.com|byetv.org|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|centrum-dramy.pl|cholotubex.com|cinemamkv.xyz|cinetux.net|clicknupload.org|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coreimg.net|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|ddlfr.pw|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|fbstreams.me|felipephtutoriais.com.br|filecrypt.cc|fileflares.com|filerocks.us|filesupload.org|filma24.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|firstrowas1.cc|flashbd24.blogspot.com|flixanity.online|foxurl.net|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freeomovie.com|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|go4up.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaihaven.org|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hitomi.la|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iiddl.net|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imagecool.org|img2share.com|imgshot.pw|imgshots.com|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|latinohentai.com|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livecamtv.me|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|mbfsports.com|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|minkly.me|mitemovie.com|mixhdporn.com|mkvcage.com|mkvtv.net|mlbstream.me|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|mp4upload.com|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|myreadingmanga.info|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|nbastreams.me|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newmusic.trade|newpct.com|newpct1.com|nflstream.net|nflstreams.me|ngentot.tv|nhlstreams.me|ninfetasnovinhas.net|nodefiles.com|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|oload.tv|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openload.co|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|owndrives.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|playpornfree.org|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|rapidvideo.com|raptu.com|realcam.me|reallifecamhd.com|reallifecamvd.com|ripvod.com|root.sx|rosextube.com|runvideo.net|sankakucomplex.com|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sextop.net|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|smallencode.com|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sportp2p.com|sports4u.net|sportshd.me|sportups.me|srkcast.com|stadium-live.biz|streamango.com|streamcherry.com|streamingok.com|streamjav.net|streamlord.com|streampornfree.com|strikeout.co|strikeout.me|suki48.web.id|superteenz.com|sweext.com|swfchan.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|taxidrivermovie.com|tddl.tv|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|twoddl.co|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidfile.net|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipbox.nu|vipcast.pw|vipleague.co|vipleague.ws|vipracing.biz|viralfeedhindi.com|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watcheng.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchmygamesonline.com|watchparksandrecreation.cc|watchparksandrecreation.net|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldfree4u.lol|worldfree4u.ws|worldfree4umovie.live|worldvidz.com|wplocker.com|xbnat.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youav.com|youpornzz.com|yourbittorrent.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zippysharemediafire.club|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com @@|blob:$script,domain=dato.porn -@@||api.peer5.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||aspnetcdn.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||bootstrapcdn.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||chatango.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|atchparksandrecreation.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freeomovie.com|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livecamtv.me|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|strikeout.me|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipbox.nu|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||cloudflare.com/ajax/libs/$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animepahe.com|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|bdsmstreak.com|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|realcam.me|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||cse.google.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||api.peer5.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||aspnetcdn.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||bootstrapcdn.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||chatango.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|atchparksandrecreation.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freeomovie.com|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livecamtv.me|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|strikeout.me|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipbox.nu|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||cloudflare.com/ajax/libs/$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animepahe.com|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|bdsmstreak.com|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|realcam.me|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||cse.google.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com @@||datoporn.com/assets/js/$script,domain=dato.porn -@@||disqus.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||disquscdn.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bestsongspk.com|big4umovies.net|bilasport.pw|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fastdrama.co|faststream.ws|felipephtutoriais.com.br|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thiruttuvcd.me|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||facebook.net^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||google.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||googleapis.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|bdsmstreak.com|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|mp4upload.com|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||gstatic.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||jquery.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youav.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||disqus.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||disquscdn.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bestsongspk.com|big4umovies.net|bilasport.pw|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fastdrama.co|faststream.ws|felipephtutoriais.com.br|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thiruttuvcd.me|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||facebook.net^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||google.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||googleapis.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|bdsmstreak.com|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|mp4upload.com|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||gstatic.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||jquery.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youav.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com @@||jsdelivr.net^$script,domain=bilasport.com|bilasport.me|bilasport.pw -@@||jwplatform.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||jwpsrv.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|fbstreams.me|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mlbstream.me|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|nbastreams.me|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|nflstreams.me|ngentot.tv|nhlstreams.me|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||maps.google.com/maps/$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|anitube.es|aniwatchtheofficeonline.net|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|mezone.pl|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||jwplatform.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||jwpsrv.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animeid.io|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|fbstreams.me|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mlbstream.me|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|nbastreams.me|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|nflstreams.me|ngentot.tv|nhlstreams.me|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|sky-streams.blogspot.co.uk|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||maps.google.com/maps/$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|anitube.es|aniwatchtheofficeonline.net|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|mezone.pl|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com @@||mycouchtuner.nu^$script,domain=couchtuner.nu -@@||onesignal.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||platform.instagram.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||s.gravatar.com^$third-party,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||s.ytimg.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||secure.gravatar.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||tumblr.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||twitter.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com -@@||wp.com/wp-content/js/$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shinden.pl|shofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||onesignal.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||platform.instagram.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||s.gravatar.com^$third-party,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||s.ytimg.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||secure.gravatar.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||tumblr.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||twitter.com^$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com +@@||wp.com/wp-content/js/$script,domain=171gifs.com|1proxy.de|2ddl.download|300mbfilms.org|300mbmovies4u.lol|321jav.com|353online.com|4horlover.blogspot.com|4horlover2.blogspot.com|4proxy.de|61tube.com|69sugar.com|6jav.com|6teentube.am|7starhd.com|9xmovies.site|abcmalayalam.co|abgdianci.com|adultdouga.biz|aflamfree.net|aflamtorrent.com|agarios.org|ahlamtv.com|al.ly|alantv.net|alivefoot.us|alivefootballstreaming.com|allpeliculas.com|alltube.tv|ally.sh|amabitch.com|amateur.ug|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-music.info|anime-shitai.tv|anime-sugoi.com|animeado.net|animeai.org|animeai2.net|animelek.com|animemusicdownload.info|animesenzalimiti.com|animesonline2hd.org|animesonlinetk.info|animesorion.org|animezone.pl|anitube.es|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|btdb.in|bugiltelanjang17.com|bypassed.cab|bypassed.plus|bypassed.team|calcioitalia.stream|camrouge.com|camwhores.co|cartoonhd.be|cartoonhd.cc|cartoonhd.globa|cartoonhd.global|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|couchtuner.fr|couchtuner.nu|cricbox.net|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dato.porn|datpiff.biz|dblatino.com|dclinks.info|dd-books.com|debrideco.com|demonoid.co|depedlps.blogspot.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|divxatope1.com|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filerocks.us|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmetraduseonline.ro|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamestorrent.co|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gogoanime.ch|goldchannelmovie.net|gottateens.com|gravuregirlz.com|grcrt.net|guasavemp3.com|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|i-gay.org|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|iptvsatlinks.blogspot.com|itastreaming.gratis|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jilhub.xyz|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpgayporn.net|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kingstheme.com|kingvid.tv|kissanime.ru|kissasian.com|kizzboy.com|kooora2day.com|koraspeak.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kshowes.net|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovie24.co|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.com.ro|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pandamovie.eu|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornhubz.tumblr.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|q3sk-dizi.blogspot.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.co.uk|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|serialed.blogspot.com|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|seriesparalatinoamerica.blogspot.com|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|soparagamestorrents.com|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|strikeout.co|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|theputlocker.net|thesimplebay.pro|thevid.net|thiruttuvcd.me|thplayers.com|tlenovelas.net|todaypk.ag|todaypk.li|todoinmega.com|tokusatsuindo.com|torjackan.info|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tr7music.me|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|turkishseries.li|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|urle.co|usabit.com|uskip.me|utaseries.co|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidiobokeptop.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|vivatorrents.com|viveseries.com|vivetusnovelas.com|vixvids.to|vpondo.com|vpornex.com|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchcommunity.tv|watchers.to|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.cc|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|world4ufree.ws|worldvidz.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xkorean.net|xmovies1.com|xmovies247.com|xmovies8.org|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yallakora-online.com|yedhit.com|yeucontrai.com|yify-torrent.xyz|yify.bz|yodrama.com|youpornzz.com|yourporn.sexy|youswear.com|ytsyify.com|yuptorrents.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippymoviez.top|zippysharealbum.download|zonavideo.net|zone-series.cc|zoocine.co|zoomtv.me|zw-net.com @@||youtube.com/iframe_api$third-party @@||youtube.com/player_api$third-party ! kimcartoon.me ||kimcartoon.me^$script,domain=kimcartoon.me ! -/^https?:\/\/([0-9a-z\-]+\.)?(9anime|animeland|animenova|animeplus|animetoon|animewow|gamestorrent|goodanime|gogoanime|igg-games|kimcartoon|memecenter|readcomiconline|toonget|toonova|watchcartoononline)\.[a-z]{2,4}\/(?!([Ss]cripts|[Uu]ploads|[Ii]mages|combined|content|cover|img|static|thumbs|wp-content|wp-includes))(.*)/$image,other,script,~third-party,xmlhttprequest +/^https?:\/\/([0-9a-z\-]+\.)?(9anime|animeland|animenova|animeplus|animetoon|animewow|gamestorrent|goodanime|gogoanime|igg-games|kimcartoon|memecenter|readcomiconline|toonget|toonova|watchcartoononline)\.[a-z]{2,4}\/(?!([Ss]cripts|[Uu]ploads|[Ii]mages|combined|content|cover|img|static|wp-content|wp-includes))(.*)/$image,other,script,~third-party,xmlhttprequest @@||9anime.is/assets/min/frontend/all.js$script,domain=9anime.is @@||9anime.is/assets/player/jwplayer-7.12.3/jwplayer.js$script @@||gogoanime.to/player.js$script @@ -51540,16 +51969,16 @@ $script,domain=imageporter.com $xmlhttprequest,domain=img2share.com |http://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=img2share.com ! estream.to -$script,stylesheet,subdocument,third-party,websocket,xmlhttprequest,domain=estream.nu|estream.to -@@||cloudflare.com/ajax/$script,domain=estream.nu|estream.to -@@||escdn.co/js/sandblaster.js$script,domain=estream.nu|estream.to -@@||escdn.co/js/tabber.js$script,domain=estream.nu|estream.to -@@||escdn.co/player$script,domain=estream.nu|estream.to -@@||escdn.co/t6/$script,domain=estream.nu|estream.to -@@||escdn.co^$stylesheet,xmlhttprequest,domain=estream.nu|estream.to -@@||escdn.co^*/1.js$script,domain=estream.nu|estream.to -@@||flowplayer.org^$script,domain=estream.nu|estream.to -@@||fonts.googleapis.com^$stylesheet,domain=estream.nu|estream.to +$script,stylesheet,subdocument,third-party,websocket,xmlhttprequest,domain=estream.nu|estream.to|estream.xyz +@@||cloudflare.com/ajax/$script,domain=estream.nu|estream.to|estream.xyz +@@||escdn.co/js/sandblaster.js$script,domain=estream.nu|estream.to|estream.xyz +@@||escdn.co/js/tabber.js$script,domain=estream.nu|estream.to|estream.xyz +@@||escdn.co/player$script,domain=estream.nu|estream.to|estream.xyz +@@||escdn.co/t6/$script,domain=estream.nu|estream.to|estream.xyz +@@||escdn.co^$stylesheet,xmlhttprequest,domain=estream.nu|estream.to|estream.xyz +@@||escdn.co^*/1.js$script,domain=estream.nu|estream.to|estream.xyz +@@||flowplayer.org^$script,domain=estream.nu|estream.to|estream.xyz +@@||fonts.googleapis.com^$stylesheet,domain=estream.nu|estream.to|estream.xyz ! r4dm.com @@||api.solvemedia.com^$script,domain=r4dm.com @@||cdnjs.cloudflare.com/ajax/libs/$script,domain=r4dm.com @@ -51563,8 +51992,9 @@ $script,stylesheet,subdocument,third-party,websocket,xmlhttprequest,domain=estre @@||vidoza.net/js/ads.js$script,domain=vidoza.net @@||vidoza.net/js/pop.js$script,domain=vidoza.net @@||vidoza.net^$generichide -|http://$image,script,third-party,domain=vidoza.net -|https://$image,script,third-party,domain=vidoza.net +|http://$image,script,subdocument,third-party,domain=vidoza.net +|https://$image,script,subdocument,third-party,domain=vidoza.net +||js.vidoza.net^ ! filecrypt.cc @@||filecrypt.cc/js/container.js$script @@||filecrypt.cc/js/fcwindow.js$script @@ -51653,10 +52083,12 @@ $script,stylesheet,subdocument,third-party,websocket,xmlhttprequest,domain=estre @@||jquery.com^$script,domain=stream2watch.mx|stream2watch.org |http*://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=stream2watch.mx|stream2watch.org ! shink -@@||cloudflare.com/ajax/$stylesheet,domain=shink.me -@@||google.com/recaptcha/$domain=shink.me -@@||googleapis.com^$script,domain=shink.me -|http*://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=shink.me +@@||ajax.googleapis.com/ajax/libs/$script,domain=shink.me|shon.xyz +@@||cloudflare.com/ajax/$stylesheet,domain=shink.me|shon.xyz +@@||google.com/recaptcha/$domain=shink.me|shon.xyz +@@||maxcdn.bootstrapcdn.com^$stylesheet,domain=$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 @@ -51713,16 +52145,6 @@ $script,stylesheet,subdocument,third-party,websocket,xmlhttprequest,domain=estre @@||ajax.googleapis.com^$script,domain=my-project-free.tv|myprojectfreetv.net |http://$script,third-party,xmlhttprequest,domain=my-project-free.tv|myprojectfreetv.net |https://$script,third-party,xmlhttprequest,domain=my-project-free.tv|myprojectfreetv.net -! destructoid.com -@@||ajax.googleapis.com^$script,domain=destructoid.com -@@||code.jquery.com^$script,domain=destructoid.com -@@||disqus.com^$script,domain=destructoid.com -@@||disquscdn.com^$script,domain=destructoid.com -@@||jwplatform.com^$domain=destructoid.com -@@||jwpsrv.com^$domain=destructoid.com -@@||maxcdn.bootstrapcdn.com^$script,domain=destructoid.com -|http://$script,third-party,xmlhttprequest,domain=destructoid.com -|https://$script,third-party,xmlhttprequest,domain=destructoid.com ! fmovies @@||ajax.googleapis.com/ajax/libs/$script,domain=fmovies.is|fmovies.se|fmovies.taxi|fmovies.to @@||cloudflare.com^$script,stylesheet,domain=fmovies.is|fmovies.se|fmovies.taxi|fmovies.to @@ -52432,20 +52854,20 @@ $webrtc,domain=m4ufree.com|m4ufree.tv ! Suprafiles |http://$image,script,subdocument,third-party,xmlhttprequest,domain=suprafiles.org ! vidzi.tv -@@||ajax.googleapis.com^$script,domain=vidzi.si|vidzi.tv -@@||vidzi.tv/hls2/$xmlhttprequest,domain=vidzi.si|vidzi.tv -@@||zopim.com^$script,domain=vidzi.si|vidzi.tv -|http://$script,subdocument,third-party,xmlhttprequest,domain=vidzi.si|vidzi.tv -|https://$script,subdocument,third-party,xmlhttprequest,domain=vidzi.si|vidzi.tv -||ww45.vidzi.tv^ +@@||ajax.googleapis.com^$script,domain=vidzi.online|vidzi.si|vidzi.tv +@@||static.vidzi.tv/jwplayer-$script,domain=vidzi.online|vidzi.si|vidzi.tv +@@||vidzi.tv/hls2/$xmlhttprequest,domain=vidzi.online|vidzi.si|vidzi.tv +@@||zopim.com^$script,domain=vidzi.online|vidzi.si|vidzi.tv +|http://$script,subdocument,third-party,xmlhttprequest,domain=vidzi.online|vidzi.si|vidzi.tv +|https://$script,subdocument,third-party,xmlhttprequest,domain=vidzi.online|vidzi.si|vidzi.tv ! TPB -$websocket,xmlhttprequest,domain=bay.maik.rocks|bypassed.st|cruzing.xyz|depiratenbaai.nl|piratebay.website|piratebayblocked.com|pirateproxy.ist|pirateproxy.wf|piratetoday.click|proxydl.cf|proxyme.site|proxyme.win|proxypirate.in|proxypirate.website|proxyship.click|thehiddenbay.cc|themagnetbay.info|thepbay.ga|thepiratebay.freeproxy.fun|thepiratebay.org|thepiratebay.red|thepiratebay.rocks|thepirateproxy.host|thepirateproxy.pro|thepirateproxy.win|thepirateproxy.ws|tpb.crushus.com|tpb.tw|tpbduck.com|tpbmonk.com|tpbonion.win|tpbpirate.info|tpbpirate.pw|tpbpirate.site|tpbproxy.win|tpbrun.win|tpproxy.website|ukpirate.click +$webrtc,websocket,xmlhttprequest,domain=bay.maik.rocks|bypassed.st|cruzing.xyz|depiratenbaai.nl|piratebay.website|piratebayblocked.com|pirateproxy.ist|pirateproxy.mx|pirateproxy.wf|piratetoday.click|proxydl.cf|proxyme.site|proxyme.win|proxypirate.in|proxypirate.website|proxyship.click|thehiddenbay.cc|themagnetbay.info|thepbay.ga|thepiratebay.freeproxy.fun|thepiratebay.org|thepiratebay.red|thepiratebay.rocks|thepirateproxy.host|thepirateproxy.pro|thepirateproxy.win|thepirateproxy.ws|tpb.crushus.com|tpb.tw|tpbduck.com|tpbmonk.com|tpbonion.win|tpbpirate.info|tpbpirate.pw|tpbpirate.site|tpbproxy.win|tpbrun.win|tpproxy.website|ukpirate.click @@||thepiratebay.*/static/js/details.js$domain=thepiratebay.cr|thepiratebay.org|thepiratebay.red @@||thepiratebay.*/static/js/prototype.js$domain=thepiratebay.cr|thepiratebay.org|thepiratebay.red @@||thepiratebay.*/static/js/scriptaculous.js$domain=thepiratebay.cr|thepiratebay.org|thepiratebay.red javascript:$popup,domain=thepiratebay.cr|thepiratebay.org|thepiratebay.red -|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=bay.maik.rocks|bypassed.st|cruzing.xyz|depiratenbaai.nl|piratebay.website|piratebayblocked.com|pirateproxy.ist|pirateproxy.wf|piratetoday.click|proxydl.cf|proxyme.site|proxyme.win|proxypirate.in|proxypirate.website|proxyship.click|thehiddenbay.cc|thehiddenbay.ws|themagnetbay.info|thepbay.ga|thepiratebay.freeproxy.fun|thepiratebay.org|thepiratebay.red|thepiratebay.rocks|thepirateproxy.host|thepirateproxy.pro|thepirateproxy.win|thepirateproxy.ws|tpb.crushus.com|tpb.tw|tpbduck.com|tpbmonk.com|tpbonion.win|tpbpirate.info|tpbpirate.pw|tpbpirate.site|tpbproxy.win|tpbrun.win|tpproxy.website|ukpirate.click -|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=bay.maik.rocks|bypassed.st|cruzing.xyz|depiratenbaai.nl|piratebay.website|piratebayblocked.com|pirateproxy.ist|pirateproxy.wf|piratetoday.click|proxydl.cf|proxyme.site|proxyme.win|proxypirate.in|proxypirate.website|proxyship.click|thehiddenbay.cc|thehiddenbay.ws|themagnetbay.info|thepbay.ga|thepiratebay.freeproxy.fun|thepiratebay.org|thepiratebay.red|thepiratebay.rocks|thepirateproxy.host|thepirateproxy.pro|thepirateproxy.win|tpb.crushus.com|tpb.tw|tpbduck.com|tpbmonk.com|tpbonion.win|tpbpirate.info|tpbpirate.pw|tpbpirate.site|tpbproxy.win|tpbrun.win|tpproxy.website|ukpirate.click +|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=bay.maik.rocks|bypassed.st|cruzing.xyz|depiratenbaai.nl|piratebay.website|piratebayblocked.com|pirateproxy.ist|pirateproxy.mx|pirateproxy.wf|piratetoday.click|proxydl.cf|proxyme.site|proxyme.win|proxypirate.in|proxypirate.website|proxyship.click|thehiddenbay.cc|thehiddenbay.ws|themagnetbay.info|thepbay.ga|thepiratebay.freeproxy.fun|thepiratebay.org|thepiratebay.red|thepiratebay.rocks|thepirateproxy.host|thepirateproxy.pro|thepirateproxy.win|thepirateproxy.ws|tpb.crushus.com|tpb.tw|tpbduck.com|tpbmonk.com|tpbonion.win|tpbpirate.info|tpbpirate.pw|tpbpirate.site|tpbproxy.win|tpbrun.win|tpproxy.website|ukpirate.click +|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=bay.maik.rocks|bypassed.st|cruzing.xyz|depiratenbaai.nl|piratebay.website|piratebayblocked.com|pirateproxy.ist|pirateproxy.mx|pirateproxy.wf|piratetoday.click|proxydl.cf|proxyme.site|proxyme.win|proxypirate.in|proxypirate.website|proxyship.click|thehiddenbay.cc|thehiddenbay.ws|themagnetbay.info|thepbay.ga|thepiratebay.freeproxy.fun|thepiratebay.org|thepiratebay.red|thepiratebay.rocks|thepirateproxy.host|thepirateproxy.pro|thepirateproxy.win|thepirateproxy.ws|tpb.crushus.com|tpb.tw|tpbduck.com|tpbmonk.com|tpbonion.win|tpbpirate.info|tpbpirate.pw|tpbpirate.site|tpbproxy.win|tpbrun.win|tpproxy.website|ukpirate.click ||thepiratebay.$script,domain=thepiratebay.cr|thepiratebay.org|thepiratebay.red ||thepiratebay.*/static/$subdocument ! mashable.com @@ -52455,7 +52877,7 @@ javascript:$popup,domain=thepiratebay.cr|thepiratebay.org|thepiratebay.red |http://$script,stylesheet,third-party,domain=desi-tashan.org|mp3red.cc|mp3red.me|mp3songfree.net |https://$script,stylesheet,third-party,domain=desi-tashan.org|mp3red.cc|mp3red.me|mp3songfree.net ! Yavli.com -/rbj*.$image,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americanewshub.com|americansublime.com|americasfreedomfighters.com|askmefast.com|auntyacid.com|barbwire.com|beforeitsnews.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|boredomtherapy.com|breaking911.com|breakingnews.ie|breathecast.com|bugout.news|bulletsfirst.net|canadafreepress.com|celebrity-gossip.net|cheapism.com|cheatsheet.com|chicksonright.com|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativetribune.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|directexpose.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|icepop.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|medicine.news|mentalflare.com|minutemennews.com|moneyversed.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotnewswire.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|reverbpress.com|reviveusa.com|rightwingnews.com|robotics.news|rpnewswire.com|sarahpalin.com|shark-tank.com|shedthoselbs.com|silenceisconsent.net|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|survivalnation.com|techconsumer.com|technobuffalo.com|techtimes.com|terezowens.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|thelibertarianrepublic.com|thelibertydaily.com|themattwalshblog.com|thepoke.co.uk|thepolitistick.com|therealside.com|therightscoop.com|theviralmob.com|threepercenternation.com|tiebreaker.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|universityherald.com|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|wnd.com|xtribune.com|youthhealthmag.com +/vpp*.$image,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americanewshub.com|americansublime.com|americasfreedomfighters.com|askmefast.com|auntyacid.com|barbwire.com|beforeitsnews.com|bestfunnyjokes4u.com|bighealthreport.com|bigleaguepolitics.com|bipartisanreport.com|boredomtherapy.com|breaking911.com|breakingnews.ie|breathecast.com|bugout.news|bulletsfirst.net|canadafreepress.com|celebrity-gossip.net|cheapism.com|cheatsheet.com|chicksonright.com|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativetribune.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|directexpose.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|icepop.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|medicine.news|mentalflare.com|minutemennews.com|moneyversed.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotnewswire.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|reverbpress.com|reviveusa.com|rightwingnews.com|robotics.news|rpnewswire.com|sarahpalin.com|shark-tank.com|shedthoselbs.com|silenceisconsent.net|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|survivalnation.com|techconsumer.com|technobuffalo.com|techtimes.com|terezowens.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|thelibertarianrepublic.com|thelibertydaily.com|themattwalshblog.com|thepoke.co.uk|thepolitistick.com|therealside.com|therightscoop.com|theviralmob.com|threepercenternation.com|tiebreaker.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|universityherald.com|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|wnd.com|xtribune.com|youthhealthmag.com ! 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 @@||5min.com/Scripts/PlayerSeed.js?$domain=activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breaking911.com|breathecast.com|bulletsfirst.net|clashdaily.com|classicalite.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|digitaljournal.com|enstarz.com|foreverymom.com|freedomforce.com|girlsjustwannahaveguns.com|groopspeak.com|guardianlv.com|hallels.com|hngn.com|ifyouonlynews.com|infowars.com|instigatornews.com|joeforamerica.com|kdramastars.com|kpopstarz.com|lastresistance.com|latinpost.com|libertyalliance.com|libertyunyielding.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalnews.com|natureworldnews.com|newser.com|newsthump.com|oddee.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realtytoday.com|redhotchacha.com|redmaryland.com|rightwingnews.com|shark-tank.com|spectator.org|stevedeace.com|techtimes.com|theblacksphere.net|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|theviralmob.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com @@ -52464,13 +52886,13 @@ javascript:$popup,domain=thepiratebay.cr|thepiratebay.org|thepiratebay.red @@||ajax.cloudflare.com/cdn-cgi/scripts/$script,third-party @@||ak.sail-horizon.com^$script,third-party,domain=activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|askmefast.com|breathecast.com|bulletsfirst.net|clashdaily.com|classicalite.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|crossmap.com|dailyheadlines.net|dailysurge.com|dccrimestories.com|digitaljournal.com|eaglerising.com|enstarz.com|girlsjustwannahaveguns.com|hngn.com|infowars.com|instigatornews.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|libertyunyielding.com|minutemennews.com|musictimes.com|naturalblaze.com|naturalnews.com|natureworldnews.com|newser.com|oddee.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|rightwingnews.com|shark-tank.com|spectator.org|stevedeace.com|techtimes.com|theblacksphere.net|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com @@||api-public.addthis.com/url/shares.json?$script,third-party,domain=activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|askmefast.com|breathecast.com|bulletsfirst.net|clashdaily.com|classicalite.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|crossmap.com|dailyheadlines.net|dailysurge.com|dccrimestories.com|digitaljournal.com|eaglerising.com|enstarz.com|girlsjustwannahaveguns.com|hngn.com|infowars.com|instigatornews.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|libertyunyielding.com|minutemennews.com|musictimes.com|naturalblaze.com|naturalnews.com|natureworldnews.com|newser.com|oddee.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|shark-tank.com|spectator.org|stevedeace.com|techtimes.com|theblacksphere.net|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|tinypic.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com -@@||api.facebook.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|technobuffalo.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|winningdemocrats.com|xtribune.com|youthhealthmag.com +@@||api.facebook.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bigleaguepolitics.com|bipartisanreport.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|technobuffalo.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|winningdemocrats.com|xtribune.com|youthhealthmag.com @@||api.solvemedia.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breaking911.com|breathecast.com|bulletsfirst.net|clashdaily.com|classicalite.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|girlsjustwannahaveguns.com|glitch.news|groopspeak.com|guardianlv.com|gymflow100.com|hallels.com|hautereport.com|hngn.com|ifyouonlynews.com|infowars.com|instigatornews.com|joeforamerica.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|libertyunyielding.com|minutemennews.com|musictimes.com|myscienceacademy.org|naturalblaze.com|naturalnews.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|redhotchacha.com|redmaryland.com|returnofkings.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|sonsoflibertymedia.com|spectator.org|stevedeace.com|techconsumer.com|techtimes.com|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|theviralmob.com|tinypic.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|xtribune.com|youthhealthmag.com -@@||apis.google.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|askmefast.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|boredomtherapy.com|breathecast.com|bugout.news|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|enstarz.com|evil.news|freedom.news|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|guns.news|gymflow100.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|instigatornews.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|oddee.com|opednews.com|patriotoutdoornews.com|patriottribune.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|returnofkings.com|rightwingnews.com|robotics.news|shark-tank.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thelibertarianrepublic.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|winningdemocrats.com|xtribune.com|youthhealthmag.com +@@||apis.google.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|askmefast.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|boredomtherapy.com|breathecast.com|bugout.news|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|enstarz.com|evil.news|freedom.news|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|guns.news|gymflow100.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|instigatornews.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|oddee.com|opednews.com|patriotoutdoornews.com|patriottribune.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|returnofkings.com|rightwingnews.com|robotics.news|shark-tank.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thelibertarianrepublic.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|winningdemocrats.com|xtribune.com|youthhealthmag.com @@||app-cdn.spot.im^$domain=viralnova.com @@||assets.galaxant.com^$script,domain=creepybasement.com|viralnova.com @@||assets.newsinc.com^$image,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|reverbpress.com|reviveusa.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thelibertarianrepublic.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|universityherald.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|xtribune.com|youthhealthmag.com -@@||assets.pinterest.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|boredomtherapy.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|moneyversed.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redhotchacha.com|redmaryland.com|returnofkings.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|winningdemocrats.com|xtribune.com|youthhealthmag.com +@@||assets.pinterest.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|boredomtherapy.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|moneyversed.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redhotchacha.com|redmaryland.com|returnofkings.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|winningdemocrats.com|xtribune.com|youthhealthmag.com @@||b.grvcdn.com^$script,domain=cheatsheet.com @@||b4in.net/js/jquery.ui.fancybox.js$script,domain=beforeitsnews.com @@||boomsbeat.com/widget_init.php$script,third-party,domain=latinopost.com @@ -52535,15 +52957,15 @@ javascript:$popup,domain=thepiratebay.cr|thepiratebay.org|thepiratebay.red @@||livefyre.com^$script,third-party,domain=activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|bipartisanreport.com|breaking911.com|breathecast.com|bulletsfirst.net|clashdaily.com|classicalite.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|groopspeak.com|guardianlv.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|libertyalliance.com|libertyunyielding.com|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|naturalblaze.com|naturalnews.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|patriotoutdoornews.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|sonsoflibertymedia.com|spectator.org|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|traileraddict.com|truththeory.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|xtribune.com @@||lps.newsinc.com/player/show/$script @@||lpsimage.newsinc.com/player/show/$script -@@||maps.google.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|patriotnewswire.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|winningdemocrats.com|xtribune.com|youthhealthmag.com +@@||maps.google.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|patriotnewswire.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|winningdemocrats.com|xtribune.com|youthhealthmag.com @@||maxcdn.bootstrapcdn.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redhotchacha.com|redmaryland.com|returnofkings.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|winningdemocrats.com|xtribune.com|youthhealthmag.com @@||netdna-cdn.com/wp-content/$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|winningdemocrats.com|xtribune.com|youthhealthmag.com @@||netdna-cdn.com/wp-includes/js/$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|winningdemocrats.com|xtribune.com|youthhealthmag.com @@||odb.outbrain.com^$script,domain=cheatsheet.com @@||omnicalculator.com/sdk.js$domain=valuewalk.com @@||p.jwpcdn.com^$script,third-party -@@||platform.instagram.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|universityherald.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|winningdemocrats.com|xtribune.com|youthhealthmag.com -@@||platform.twitter.com^$image,domain=allthingsvegas.com|legalinsurrection.com|newser.com|quirlycues.com|thegatewaypundit.com|viralnova.com|wnd.com|xtribune.com +@@||platform.instagram.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|universityherald.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|winningdemocrats.com|xtribune.com|youthhealthmag.com +@@||platform.twitter.com^$image,domain=allthingsvegas.com|dailydot.com|legalinsurrection.com|newser.com|quirlycues.com|thegatewaypundit.com|viralnova.com|wnd.com|xtribune.com @@||platform.vine.co^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|reverbpress.com|reviveusa.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thelibertarianrepublic.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|universityherald.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|xtribune.com|youthhealthmag.com @@||playbuzz.com/widget/$script,third-party @@||playwire.com/bolt/$script,domain=activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|askmefast.com|auntyacid.com|breaking911.com|bulletsfirst.net|clashdaily.com|classicalite.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|digitaljournal.com|eaglerising.com|enstarz.com|foreverymom.com|freedomforce.com|girlsjustwannahaveguns.com|groopspeak.com|guardianlv.com|hallels.com|hngn.com|ifyouonlynews.com|infowars.com|instigatornews.com|joeforamerica.com|kdramastars.com|kpopstarz.com|lastresistance.com|latinpost.com|libertyalliance.com|libertyunyielding.com|minutemennews.com|musictimes.com|myscienceacademy.org|naturalblaze.com|naturalnews.com|natureworldnews.com|newser.com|newsthump.com|oddee.com|patriotoutdoornews.com|pickthebrain.com|politicaloutcast.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realtytoday.com|redhotchacha.com|redmaryland.com|shark-tank.com|spectator.org|stevedeace.com|techtimes.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|traileraddict.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com @@ -52564,12 +52986,12 @@ javascript:$popup,domain=thepiratebay.cr|thepiratebay.org|thepiratebay.red @@||static.cdn-ec.viddler.com^$script @@||static.reembed.com^$script,third-party @@||syn.5min.com^$script,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|askmefast.com|auntyacid.com|breaking911.com|breathecast.com|bulletsfirst.net|clashdaily.com|classicalite.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|creepybasement.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|digitaljournal.com|eaglerising.com|enstarz.com|foreverymom.com|freedomforce.com|girlsjustwannahaveguns.com|glitch.news|groopspeak.com|guardianlv.com|gymflow100.com|hallels.com|hngn.com|ifyouonlynews.com|infowars.com|instigatornews.com|joeforamerica.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|libertyalliance.com|libertyunyielding.com|minutemennews.com|musictimes.com|myscienceacademy.org|naturalblaze.com|naturalnews.com|natureworldnews.com|newser.com|newsthump.com|oddee.com|patriotoutdoornews.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|redhotchacha.com|redmaryland.com|returnofkings.com|shark-tank.com|sonsoflibertymedia.com|spectator.org|stevedeace.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|viralnova.com|viralthread.com|xtribune.com -@@||syndication.twimg.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bugout.news|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|xtribune.com|youthhealthmag.com -@@||taboola.com^$script,domain=activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|askmefast.com|bulletsfirst.net|cheatsheet.com|clashdaily.com|classicalite.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|crossmap.com|dailyheadlines.net|dailysurge.com|dccrimestories.com|digitaljournal.com|eaglerising.com|enstarz.com|girlsjustwannahaveguns.com|hngn.com|infowars.com|instigatornews.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|libertyunyielding.com|minutemennews.com|musictimes.com|naturalblaze.com|naturalnews.com|natureworldnews.com|newser.com|oddee.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|shark-tank.com|spectator.org|stevedeace.com|techtimes.com|thefreethoughtproject.com|thegatewaypundit.com|thelibertarianrepublic.com|themattwalshblog.com|thepoke.co.uk|traileraddict.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com +@@||syndication.twimg.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bugout.news|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|xtribune.com|youthhealthmag.com +@@||taboola.com^$script,domain=activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|askmefast.com|bulletsfirst.net|cheatsheet.com|clashdaily.com|classicalite.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|crossmap.com|dailyheadlines.net|dailysurge.com|dccrimestories.com|digitaljournal.com|eaglerising.com|enstarz.com|girlsjustwannahaveguns.com|hngn.com|infowars.com|instigatornews.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|libertyunyielding.com|minutemennews.com|musictimes.com|naturalblaze.com|naturalnews.com|natureworldnews.com|newser.com|oddee.com|patriotoutdoornews.com|rantlifestyle.com|redmaryland.com|shark-tank.com|spectator.org|stevedeace.com|techtimes.com|thefreethoughtproject.com|thegatewaypundit.com|thelibertarianrepublic.com|themattwalshblog.com|thepoke.co.uk|traileraddict.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com @@||thegatewaypundit.com/wp-content/uploads/submit_tip.png @@||thegatewaypundit.com/wp-includes/images/rss.png @@||tv.bsvideos.com^$script,domain=techtimes.com -@@||twimg.com^$image,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bugout.news|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|xtribune.com|youthhealthmag.com +@@||twimg.com^$image,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|breaking911.com|breathecast.com|bugout.news|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|xtribune.com|youthhealthmag.com @@||twitter.com^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|boredomtherapy.com|breaking911.com|breathecast.com|bugout.news|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|wnd.com|xtribune.com|youthhealthmag.com @@||ui.bamstatic.com^$script,third-party @@||use.typekit.net^$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomforce.com|freedomoutpost.com|girlsjustwannahaveguns.com|glitch.news|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|xtribune.com @@ -52592,9 +53014,9 @@ javascript:$popup,domain=thepiratebay.cr|thepiratebay.org|thepiratebay.red @@||ytimg.com/yts/jsbin/$script,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americansublime.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|boredomtherapy.com|breaking911.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|medicine.news|mentalflare.com|minutemennews.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|reverbpress.com|reviveusa.com|rightwingnews.com|robotics.news|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|thelibertarianrepublic.com|themattwalshblog.com|thepoke.co.uk|therealside.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|universityherald.com|usherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|xtribune.com|youthhealthmag.com @@||zemanta.com^$image,third-party,domain=bulletsfirst.net ! |http://$image,third-party,domain=100percentfedup.com|allthingsvegas.com|americanewshub.com|beforeitsnews.com|cheapism.com|chicksonright.com|conservativetribune.com|creepybasement.com|freewarefiles.com|intellectualconservative.com|janmorganmedia.com|knowledgedish.com|legalinsurrection.com|lifebuzz.com|madworldnews.com|newser.com|patriotnewswire.com|quirlycues.com|rpnewswire.com|sarahpalin.com|supercheats.com|survivalnation.com|terezowens.com|thegatewaypundit.com|thelibertydaily.com|thepolitistick.com|therightscoop.com|urbantabloid.com|vgpie.com|viralnova.com|wakingtimes.com|wnd.com|xtribune.com -|http://$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americanewshub.com|americansublime.com|americasfreedomfighters.com|askmefast.com|auntyacid.com|barbwire.com|beforeitsnews.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|boredomtherapy.com|breaking911.com|breakingnews.ie|breathecast.com|bugout.news|bulletsfirst.net|celebrity-gossip.net|cheapism.com|cheatsheet.com|chicksonright.com|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativetribune.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|medicine.news|mentalflare.com|minutemennews.com|moneyversed.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotnewswire.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|reviveusa.com|rightwingnews.com|robotics.news|rpnewswire.com|sarahpalin.com|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|survivalnation.com|techconsumer.com|technobuffalo.com|techtimes.com|terezowens.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|thelibertarianrepublic.com|thelibertydaily.com|themattwalshblog.com|thepoke.co.uk|thepolitistick.com|therealside.com|therightscoop.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|universityherald.com|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|wnd.com|xtribune.com|youthhealthmag.com +|http://$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americanewshub.com|americansublime.com|americasfreedomfighters.com|askmefast.com|auntyacid.com|barbwire.com|beforeitsnews.com|bestfunnyjokes4u.com|bighealthreport.com|bigleaguepolitics.com|bipartisanreport.com|boredomtherapy.com|breaking911.com|breakingnews.ie|breathecast.com|bugout.news|bulletsfirst.net|celebrity-gossip.net|cheapism.com|cheatsheet.com|chicksonright.com|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativetribune.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|medicine.news|mentalflare.com|minutemennews.com|moneyversed.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotnewswire.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|reviveusa.com|rightwingnews.com|robotics.news|rpnewswire.com|sarahpalin.com|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|survivalnation.com|techconsumer.com|technobuffalo.com|techtimes.com|terezowens.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|thelibertarianrepublic.com|thelibertydaily.com|themattwalshblog.com|thepoke.co.uk|thepolitistick.com|therealside.com|therightscoop.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|universityherald.com|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|westernjournalism.com|winningdemocrats.com|wnd.com|xtribune.com|youthhealthmag.com |http://$third-party,xmlhttprequest,domain=alfonzorachel.com|americanewshub.com|americasfreedomfighters.com|beforeitsnews.com|boredomtherapy.com|breakingnews.ie|bugout.news|cheapism.com|chicksonright.com|clashdaily.com|conservativeintel.com|conservativetribune.com|creepybasement.com|dccrimestories.com|eaglerising.com|freedomdaily.com|freewarefiles.com|gamerant.com|godfatherpolitics.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|instigatornews.com|intellectualconservative.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|kdramastars.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|libertyalliance.com|libertyunyielding.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|musictimes.com|natureworldnews.com|newser.com|parentherald.com|patriotnewswire.com|patriottribune.com|pickthebrain.com|realtytoday.com|rpnewswire.com|sarahpalin.com|supercheats.com|survivalnation.com|terezowens.com|theblacksphere.net|thefreethoughtproject.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|therealside.com|therightscoop.com|universityherald.com|urbantabloid.com|usherald.com|vgpie.com|wakingtimes.com|westernjournalism.com|wnd.com|xtribune.com|youthhealthmag.com -|https://$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americanewshub.com|americansublime.com|americasfreedomfighters.com|askmefast.com|auntyacid.com|barbwire.com|beforeitsnews.com|bestfunnyjokes4u.com|bighealthreport.com|bipartisanreport.com|boredomtherapy.com|breaking911.com|breakingnews.ie|breathecast.com|bugout.news|bulletsfirst.net|celebrity-gossip.net|cheapism.com|cheatsheet.com|chicksonright.com|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativetribune.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|medicine.news|mentalflare.com|minutemennews.com|moneyversed.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotnewswire.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|reviveusa.com|rightwingnews.com|robotics.news|rpnewswire.com|sarahpalin.com|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|survivalnation.com|techconsumer.com|technobuffalo.com|techtimes.com|terezowens.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|thelibertarianrepublic.com|thelibertydaily.com|themattwalshblog.com|thepoke.co.uk|thepolitistick.com|therealside.com|therightscoop.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|universityherald.com|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|westernjournalism.com|winningdemocrats.com|wnd.com|xtribune.com|youthhealthmag.com +|https://$script,third-party,domain=100percentfedup.com|activistpost.com|addictinginfo.com|alfonzorachel.com|allenwestrepublic.com|allthingsvegas.com|americanewshub.com|americansublime.com|americasfreedomfighters.com|askmefast.com|auntyacid.com|barbwire.com|beforeitsnews.com|bestfunnyjokes4u.com|bighealthreport.com|bigleaguepolitics.com|bipartisanreport.com|boredomtherapy.com|breaking911.com|breakingnews.ie|breathecast.com|bugout.news|bulletsfirst.net|celebrity-gossip.net|cheapism.com|cheatsheet.com|chicksonright.com|clashdaily.com|classicalite.com|collapse.news|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativetribune.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|creepybasement.com|crossmap.com|cyberwar.news|dailydot.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|damnlol.com|dccrimestories.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|evil.news|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedom.news|freedomdaily.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|gamerant.com|girlsjustwannahaveguns.com|glitch.news|godfatherpolitics.com|gosocial.co|groopspeak.com|guardianlv.com|guns.news|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|ifyouonlynews.com|infowars.com|instigatornews.com|intellectualconservative.com|janmorganmedia.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|liberty.news|libertyalliance.com|libertyunyielding.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|medicine.news|mentalflare.com|minutemennews.com|moneyversed.com|musictimes.com|myscienceacademy.org|natural.news|naturalblaze.com|naturalnews.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|oddee.com|opednews.com|parentherald.com|patriotnewswire.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redhotchacha.com|redmaryland.com|returnofkings.com|reviveusa.com|rightwingnews.com|robotics.news|rpnewswire.com|sarahpalin.com|shark-tank.com|shedthoselbs.com|slender.news|sonsoflibertymedia.com|spectator.org|stevedeace.com|stupid.news|supercheats.com|survivalnation.com|techconsumer.com|technobuffalo.com|techtimes.com|terezowens.com|theblacksphere.net|theboredmind.com|thefreethoughtproject.com|thegatewaypundit.com|thehayride.com|thelibertarianrepublic.com|thelibertydaily.com|themattwalshblog.com|thepoke.co.uk|thepolitistick.com|therealside.com|therightscoop.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|twisted.news|universityherald.com|urbantabloid.com|usherald.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|westernjournalism.com|winningdemocrats.com|wnd.com|xtribune.com|youthhealthmag.com |https://$third-party,xmlhttprequest,domain=americanewshub.com|americasfreedomfighters.com|boredomtherapy.com|breakingnews.ie|bugout.news|cheapism.com|chicksonright.com|clashdaily.com|conservativeintel.com|conservativetribune.com|creepybasement.com|dccrimestories.com|eaglerising.com|freewarefiles.com|godfatherpolitics.com|healthstatus.com|honesttopaws.com|instigatornews.com|janmorganmedia.com|knowledgedish.com|lastresistance.com|legalinsurrection.com|libertyalliance.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|natureworldnews.com|newser.com|patriotnewswire.com|rpnewswire.com|sarahpalin.com|survivalnation.com|terezowens.com|thefreethoughtproject.com|thelibertydaily.com|thepolitistick.com|therealside.com|therightscoop.com|usherald.com|vgpie.com|westernjournalism.com|wnd.com|xtribune.com ||a.thefreethoughtproject.com^ ||activistpost.com/wp-content/*/abiturl$image,~third-party @@ -52651,24 +53073,23 @@ $websocket,domain=123movies-proxy.ru|123movies.cz|123movies.gs|123movies.is|123m ! IP address /^https?:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}/$image,script,subdocument,domain=o2tvseries.com|readcomiconline.to|speedvid.net ! CSP filters -@@||emathhelp.net/search^$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval' @@||freebeacon.com/?s=$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval' @@||healthline.com/search?$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval' @@||kiplinger.com/search/$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval' @@||pocketnow.com/?s=$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval' @@||talkwithstranger.com/custom-search^$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval' ||4chan.org^$csp=script-src 'self' * 'unsafe-inline' -||acidcow.com^$csp=script-src 'self' * 'unsafe-inline' +||acidcow.com^$csp=script-src 'self' * blob: data: ||activistpost.com^$csp=script-src 'self' * blob: data: -||allthetests.com^$csp=script-src 'self' * blob: 'unsafe-inline' +||allthetests.com^$csp=script-src 'self' * blob: data: ||almasdarnews.com^$csp=script-src 'self' * 'unsafe-inline' ||ancient-origins.net^$csp=script-src 'self' * 'unsafe-inline' ||androidcentral.com^$csp=script-src 'self' * 'unsafe-inline' ||antonymsfor.com^$csp=script-src 'self' 'unsafe-inline' http: https: ||biology-online.org^$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' 'unsafe-inline' http: https: -||breakingisraelnews.com^$csp=script-src 'self' * 'unsafe-inline' +||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' ||bt-scene.cc^$csp=script-src 'self' 'unsafe-inline' data: *.google.com *.google-analytics.com *.scorecardresearch.com @@ -52680,18 +53101,18 @@ $websocket,domain=123movies-proxy.ru|123movies.cz|123movies.gs|123movies.is|123m ||campussports.net^$csp=script-src 'self' * 'unsafe-inline' ||cheezburger.com^$csp=script-src 'self' 'unsafe-eval' 'unsafe-inline' data: *.youtube.com *.ytimg.com *.google-analytics.com *.facebook.net *.complex.com *.b2c.com *.chartbeat.com *.chzbgr.com *.scorecardresearch.com *.air.tv *.quantserve.com *.optimizely.com *.cheezburger.com *.quantcount.com *.newrelic.com ||colourlovers.com^$csp=script-src 'self' * 'unsafe-inline' -||convertcase.net$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' ||daclips.in^$csp=script-src 'self' * 'unsafe-inline' ||datpiff.com^$csp=script-src 'self' * blob: data: -||diffen.com^$csp=script-src 'self' * 'unsafe-inline' +||diffen.com^$csp=script-src 'self' * blob: data: ||freebeacon.com^$csp=script-src 'self' * blob: data: ||fullmatchesandshows.com^$csp=script-src 'self' * 'unsafe-inline' ||gogoanime.se^$csp=script-src 'self' * disquscdn.com 'unsafe-inline' ||grammarist.com^$csp=script-src 'self' * 'unsafe-inline' ||healthline.com^$csp=script-src 'self' * 'unsafe-inline' -||hiphoplately.com^$csp=script-src 'self' * 'unsafe-inline' +||hiphoplately.com^$csp=script-src 'self' * blob: data: ||investopedia.com^$csp=script-src 'self' * 'unsafe-inline' ||jerusalemonline.com^$csp=script-src http: https: 'self' * 'unsafe-inline' ||jewsnews.co.il^$csp=script-src 'self' * @@ -52731,7 +53152,6 @@ $websocket,domain=123movies-proxy.ru|123movies.cz|123movies.gs|123movies.is|123m ||watchcartoononline.io^$csp=script-src 'self' * 'unsafe-inline' ||wikia.com^$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval' ||winit.winchristmas.co.uk^$csp=script-src 'self' * 'unsafe-inline' -||wnd.com^$csp=script-src 'self' * 'unsafe-inline' ||wuxiaworld.com^$csp=script-src 'self' * 'unsafe-inline' ! buggy script ! https://github.com/hoshsadiq/adblock-nocoin-list/issues/65 @@ -52878,6 +53298,7 @@ bento.de##a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][t ||fullonsms.com/quikr.html$popup ||fullonsms.com/quikrad.html$popup ||fullonsms.com/sid.html$popup +||g00.msn.com^$popup ||gamezadvisor.com/popup.php$popup ||gfuel.ly^$popup,domain=dexerto.com ||goo.gl^$popup,domain=amaderforum.com|dexerto.com|videomega.tv|vidup.me @@ -52964,6 +53385,7 @@ bento.de##a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][t ||videowood.tv^$popup,domain=micast.tv ||vidhog.com/ilivid-redirect.php$popup ||vidspot.net^*http$popup +||vidyouall.com^$popup,domain=hdhub4u.club ||vidzi.tv/mp4?$popup ||virtualtourist.com/commerce/popunder/$popup ||vkpass.com/goo.php?link=$popup,~third-party @@ -52984,7 +53406,7 @@ bento.de##a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][t wyciwyg:$popup,domain=jkanime.net|vodlock.co ! semi-generic popup block /http*.:\/\/.*[?|=|&|%|#|+].*/$popup,domain=0123movies.com|1337x.to|1movies.to|9anime.is|a-o.ninja|adsrt.com|ahlamtv.com|akvideo.stream|allmyvideos.netakvideo.stream|animeflv.net|animeid.io|asianvote.com|avgle.com|bittorrent.am|bmovies.to|clipconverter.cc|cloudtime.to|cruzing.xyz|dropapk.com|embed.nowvideo.sx|embed.videoweed.es|escdn.co|estream.to|extreme-board.com|eztv.ag|fastbay.net|fileone.tv|flash-x.tv|flashsx.tv|flashx.cc|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv|flashxx.tv|fmovies.is|fmovies.se|fmovies.to|fruithosted.net|fruitstreams.com|gogoanime.io|gorillavid.in|gowatchfreemovies.to|grammarist.com|ikwilthepiratebay.org|imagebam.com|imagefruit.com|imageporter.com|imagerar.com|img24.org|imgadult.com|imgbox.com|imgdrive.net|imgshots.com|imgsin.com|imgspice.com|imgtaxi.com|imgvip.net|imgwallet.com|indoxxi.tv|jkanime.net|katcr.host|katcr.party|kickass.cd|kickass.gg|kissasian.ch|kisscartoon.ac|lavamovies.se|m4ufree.com|m4ufree.tv|masterani.me|megaup.net|moecdn.io|monova.org|movie4k.is|movpod.in|mp3indirdur.mobi|myreadingmanga.info|mywebtv.info|newser.com|nosteam.ro|nowvideo.sx|oload.site|oload.stream|oload.win|oload.xyz|oloadcdn.net|onhax.me|onlinevideoconverter.com|openload.co|openloadmovies.tv|opentpb.com|otakustream.tv|piratebayblocked.com|pirateproxy.sh|pirateproxy.website|playercdn.net|pornparadise.org|povwideo.net|powvideo.net|proxydl.cf|putlockertv.se|putlockertv.to|rapidvideo.com|rarbgproxy.org|readcomiconline.to|repelis.net|rule34hentai.net|seehd.pl|sendvid.com|sexuria.com|solarmoviesc.com|speedvid.net|sportp2p.com|stream.moe|stream2watch.org|streamango.com|streamcherry.com|streamplay.to|streamshunter.tv|suprafiles.org|telepisodes.co|thehiddenbay.fi|thehiddenbay.ws|thekat.nz|thepiratebay.red|thepiratebay.rocks|thepirateproxy.ws|theproxybay.me|thevideo.cc|thevideo.ch|thevideo.me|thevideo.website|torrentz.to|tpb.zone|tpbmirror.ga|tpbship.org|uktpbmirror.pw|unblocker.cc|unblocktpb.pro|userscloud.com|vidgg.to|vidlox.me|vidlox.tv|vidoza.net|vidto.me|vidtod.me|vidtudu.com|vidup.me|vidz7.com|vidzi.tv|vipleague.mobi|vodlock.co|watchcartoononline.com|watchonline.to|watchonlinemovies.com.pk|wholecloud.net|youwatch.org|yts.am -/http*.:\/\/.*[a-zA-Z0-9]{100,}.*/$popup,domain=0123movies.com|1337x.to|1movies.to|9anime.is|adsrt.com|ahlamtv.com|akvideo.stream|allmyvideos.netakvideo.stream|animeflv.net|animeid.io|asianvote.com|avgle.com|bmovies.to|clipconverter.cc|cloudtime.to|cruzing.xyz|dropapk.com|embed.nowvideo.sx|embed.videoweed.es|escdn.co|estream.to|extreme-board.com|eztv.ag|fastbay.net|fileone.tv|flash-x.tv|flashsx.tv|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv|flashxx.tv|fmovies.is|fmovies.se|fmovies.to|fruithosted.net|fruitstreams.com|gogoanime.io|gogoanime.to|gorillavid.in|gowatchfreemovies.to|grammarist.com|ikwilthepiratebay.org|imagebam.com|imagefruit.com|imageporter.com|imagerar.com|img24.org|imgadult.com|imgbox.com|imgdrive.net|imgshots.com|imgsin.com|imgspice.com|imgtaxi.com|imgvip.net|imgwallet.com|jkanime.net|katcr.party|kickass.cd|kickass.gg|kimcartoon.me|lavamovies.se|m4ufree.tv|megaup.net|moecdn.io|monova.org|movie4k.is|movpod.in|mp3indirdur.mobi|mywebtv.info|newser.com|nosteam.ro|nowvideo.sx|oload.site|oload.stream|oload.win|oload.xyz|oloadcdn.net|onhax.me|onlinevideoconverter.com|openload.co|openloadmovies.tv|opentpb.com|otakustream.tv|piratebayblocked.com|pirateproxy.sh|pirateproxy.website|playercdn.net|pornparadise.org|povwideo.net|powvideo.net|proxydl.cf|putlockertv.se|putlockertv.to|rapidvideo.com|rarbgproxy.org|readcomiconline.to|repelis.net|seehd.pl|sendvid.com|sexuria.com|solarmoviesc.com|speedvid.net|sportp2p.com|stream.moe|stream2watch.org|streamango.com|streamcherry.com|streamplay.to|streamshunter.tv|suprafiles.org|thehiddenbay.fi|thehiddenbay.ws|thekat.nz|thepiratebay.red|thepiratebay.rocks|thepirateproxy.ws|theproxybay.me|thevideo.cc|thevideo.ch|thevideo.me|thevideo.website|torrentz.to|tpb.zone|tpbmirror.ga|tpbship.org|uktpbmirror.pw|unblocker.cc|unblocktpb.pro|userscloud.com|vidgg.to|vidlox.me|vidlox.tv|vidoza.net|vidto.me|vidtod.me|vidtudu.com|vidup.me|vidz7.com|vidzi.tv|vipleague.mobi|vodlock.co|watchcartoononline.com|watchonline.to|watchonlinemovies.com.pk|wholecloud.net|youwatch.org|yts.am +/http*.:\/\/.*[a-zA-Z0-9]{110,}.*/$popup,domain=0123movies.com|1337x.to|1movies.to|9anime.is|adsrt.com|ahlamtv.com|akvideo.stream|allmyvideos.netakvideo.stream|animeflv.net|animeid.io|asianvote.com|avgle.com|bmovies.to|clipconverter.cc|cloudtime.to|cruzing.xyz|dropapk.com|embed.nowvideo.sx|embed.videoweed.es|escdn.co|estream.to|extreme-board.com|eztv.ag|fastbay.net|fileone.tv|flash-x.tv|flashsx.tv|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv|flashxx.tv|fmovies.is|fmovies.se|fmovies.to|fruithosted.net|fruitstreams.com|gogoanime.io|gogoanime.to|gorillavid.in|gowatchfreemovies.to|grammarist.com|ikwilthepiratebay.org|imagebam.com|imagefruit.com|imageporter.com|imagerar.com|img24.org|imgadult.com|imgbox.com|imgdrive.net|imgshots.com|imgsin.com|imgspice.com|imgtaxi.com|imgvip.net|imgwallet.com|jkanime.net|katcr.party|kickass.cd|kickass.gg|kimcartoon.me|lavamovies.se|m4ufree.tv|megaup.net|moecdn.io|monova.org|movie4k.is|movpod.in|mp3indirdur.mobi|msn.com|mywebtv.info|newser.com|nosteam.ro|nowvideo.sx|oload.site|oload.stream|oload.win|oload.xyz|oloadcdn.net|onhax.me|onlinevideoconverter.com|openload.co|openloadmovies.tv|opentpb.com|otakustream.tv|piratebayblocked.com|pirateproxy.sh|pirateproxy.website|playercdn.net|pornparadise.org|povwideo.net|powvideo.net|proxydl.cf|putlockertv.se|putlockertv.to|rapidvideo.com|rarbgproxy.org|readcomiconline.to|repelis.net|seehd.pl|sendvid.com|sexuria.com|solarmoviesc.com|speedvid.net|sportp2p.com|stream.moe|stream2watch.org|streamango.com|streamcherry.com|streamplay.to|streamshunter.tv|suprafiles.org|thehiddenbay.fi|thehiddenbay.ws|thekat.nz|thepiratebay.red|thepiratebay.rocks|thepirateproxy.ws|theproxybay.me|thevideo.cc|thevideo.ch|thevideo.me|thevideo.website|torrentz.to|tpb.zone|tpbmirror.ga|tpbship.org|uktpbmirror.pw|unblocker.cc|unblocktpb.pro|userscloud.com|vidgg.to|vidlox.me|vidlox.tv|vidoza.net|vidto.me|vidtod.me|vidtudu.com|vidup.me|vidz7.com|vidzi.tv|vipleague.mobi|vodlock.co|watchcartoononline.com|watchonline.to|watchonlinemovies.com.pk|wholecloud.net|youwatch.org|yts.am ! data popups |data^$popup,domain=1337x.to|gorillavid.in|nowvideo.to|zippyshare.com ! Block http and https popups @@ -52992,7 +53414,7 @@ wyciwyg:$popup,domain=jkanime.net|vodlock.co ! javascript popups |javascript^$popup,domain=1337x.to|biology-online.org|bitvid.sx|cloudtime.to|eztv.ag|eztv.tf|eztv.yt|flashx.tv|gorillavid.in|letwatch.us|movpod.in|nowvideo.sx|nowvideo.to|wholecloud.net ! regex to pickup ip-address popups -/^https?:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}/$popup,domain=0dt.net|123movies.net|animesonlinetk.info|asianvote.com|biqle.ru|bittorrent.am|bmovies.to|bonstreams.net|briansarmiento.website|bro.adca.st|buzzfil.net|clicknupload.org|clik.pw|ddlvalley.me|divxatope1.com|dropapk.com|dwatchseries.to|ewatchseries.to|eztv.ag|fbstreams.me|fileone.tv|firstrowsports.eu|flash-x.tv|flashsx.tv|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv|flashxx.tv|gamestorrent.co|gorillavid.in|icefilms.info|igg-games.com|jkanime.net|katcr.host|kissanime.ru|lavamovies.se|livecamtv.me|m4ufree.com|m4ufree.tv|masterani.me|megaup.net|mlbstream.me|moecdn.io|monova.org|movpod.in|my-project-free.tv|myfeed4u.me|nbastreams.me|newpct.com|newpct1.com|nflstreams.me|nhlstreams.me|nowvideo.sx|oload.site|oloadcdn.net|openload.co|opensubtitles.org|pcgames-download.com|pelispedia.tv|pelisplus.tv|pirateproxy.ist|pirateproxy.sh|putlockertv.se|rapidvideo.com|readmanga.today|sawlive.tv|serietvsubita.net|skidrowcrack.com|sportshd.me|stream.moe|stream2watch.cc|streamango.com|streamfilmzzz.com|streamzzz.online|strikeout.co|subtorrents.io|sunmusiq.com|telepisodes.co|thehiddenbay.ws|thepiratebay.cr|thepixstate.com|thevideobee.to|torrentz2.eu|unblocked.mx|unblocked.sh|unblocked.vet|unblocker.cc|uptobox.com|vidgg.to|vidlox.me|vidlox.tv|vidtod.me|vidtudu.com|vidup.me|vidup.tv|vidzi.tv|vodlock.co|watchers.to|watchonline.to|watchonlinemovies.com.pk|yts.ag|yts.am|yts.gs|zooqle.com +/^https?:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}/$popup,domain=0dt.net|123movies.net|adyou.me|animesonlinetk.info|asianvote.com|biqle.ru|bittorrent.am|bmovies.to|bonstreams.net|briansarmiento.website|bro.adca.st|buzzfil.net|clicknupload.org|clik.pw|ddlvalley.me|divxatope1.com|dropapk.com|dwatchseries.to|ewatchseries.to|eztv.ag|fbstreams.me|fileone.tv|firstrowsports.eu|flash-x.tv|flashsx.tv|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv|flashxx.tv|gamestorrent.co|gorillavid.in|icefilms.info|igg-games.com|jkanime.net|katcr.host|kissanime.ru|lavamovies.se|livecamtv.me|m4ufree.com|m4ufree.tv|masterani.me|megaup.net|mlbstream.me|moecdn.io|monova.org|movpod.in|my-project-free.tv|myfeed4u.me|nbastreams.me|newpct.com|newpct1.com|nflstreams.me|nhlstreams.me|nowvideo.sx|oload.site|oloadcdn.net|openload.co|opensubtitles.org|pcgames-download.com|pelispedia.tv|pelisplus.tv|pirateproxy.ist|pirateproxy.sh|putlockertv.se|rapidvideo.com|readmanga.today|sawlive.tv|serietvsubita.net|skidrowcrack.com|sportshd.me|stream.moe|stream2watch.cc|streamango.com|streamfilmzzz.com|streamzzz.online|strikeout.co|subtorrents.io|sunmusiq.com|telepisodes.co|thehiddenbay.ws|thepiratebay.cr|thepixstate.com|thevideobee.to|torrentz2.eu|unblocked.mx|unblocked.sh|unblocked.vet|unblocker.cc|uptobox.com|vidgg.to|vidlox.me|vidlox.tv|vidtod.me|vidtudu.com|vidup.me|vidup.tv|vidzi.tv|vodlock.co|watchers.to|watchonline.to|watchonlinemovies.com.pk|yts.ag|yts.am|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 @@ -53516,6 +53938,7 @@ wyciwyg:$popup,domain=jkanime.net|vodlock.co ||mrstiff.com/view/movie/bar/ ||mrstiff.com/view/movie/finished/ ||my-pornbase.com/banner/ +||myashot.txxx.com^ ||mydailytube.com/nothing/ ||myex.com^$~third-party,xmlhttprequest ||mygirlfriendvids.net/js/popall1.js @@ -54740,7 +55163,6 @@ collegecandy.com,gamepedia.com###atflb coed.com,collegecandy.com###atfmrec hackthissite.org###atimg webmd.com###attribution_rdr -eurogamer.net###auto-amazon-link topgear.com###autotrader-section pogo.com###avertising anchorfree.us###b160x600 @@ -54757,6 +55179,7 @@ blinkbox.com###b_ad_zc blinkbox.com###b_ee_de blinkbox.com###b_jd_id huhmagazine.co.uk###back +gayvegas.com###background mmoculture.com###background-link wallpapersmania.com###backgroundPopup show-links.tv,watchfreemovies.ch###ball @@ -54938,7 +55361,7 @@ runnerspace.com###bgtakeover spacecast.com,treehousetv.com###bigBox canoe.ca,winnipegfreepress.com,worldweb.com###bigbox bentoneveningnews.com,dailyherald.com,dailyregister.com,dailyrepublicannews.com,duquoin.com,randolphcountyheraldtribune.com###billBoardATF -about.com,cityam.com,cricketnetwork.co.uk,cumberlandnews.co.uk,cumbrialive.co.uk,eladvertiser.co.uk,f1network.net,hexhamcourant.co.uk,in-cumbria.com,mg.co.za,mgafrica.com,newsandstar.co.uk,nwemail.co.uk,rugbynetwork.net,thefootballnetwork.net,timesandstar.co.uk,whitehavennews.co.uk###billboard +about.com,cityam.com,cricketnetwork.co.uk,cumberlandnews.co.uk,cumbrialive.co.uk,eladvertiser.co.uk,f1network.net,hexhamcourant.co.uk,howtogermany.com,in-cumbria.com,mg.co.za,mgafrica.com,newsandstar.co.uk,nwemail.co.uk,rugbynetwork.net,thefootballnetwork.net,timesandstar.co.uk,whitehavennews.co.uk###billboard about.com###billboard2 theblaze.com###billboard_970x250 inquirer.net###billboard_article @@ -55084,7 +55507,6 @@ carolinajournal.com###book-abs priceonomics.com###book-island techotopia.com###bookcover linuxtopia.org,techotopia.com###bookcover_sky -eurogamer.net###boom-box libraryjournal.com###boomBox local.co.uk###borderTab snapfiles.com###borderbar @@ -55371,7 +55793,7 @@ rightdiagnosis.com,wrongdiagnosis.com###cradlbox2 rightdiagnosis.com,wrongdiagnosis.com###cradrsky2 firsttoknow.com###criteo-container careerbuilder.com###csjstool_bottomleft -mustangevolution.com###cta +englishgrammar.org,mustangevolution.com###cta cargames1.com###ctgad thesudburystar.com###ctl00_ContentPlaceHolder1_BigBoxArea2 blogtv.com###ctl00_ContentPlaceHolder1_topBannerDiv @@ -56040,6 +56462,7 @@ unitconversion.org###ileft zigzag.co.za###imageLeft zigzag.co.za###imageRight sharksrugby.co.za###imgTitleSponsor +mydorpie.com###imgbcont good-deals.lu,luxweb.lu,new-magazine.co.uk,soshiok.com,star-magazine.co.uk###imu stjobs.sg###imu-big stjobs.sg###imu-small2 @@ -56131,6 +56554,7 @@ nowtoronto.com###jrBanners cnn.com###js-OB_feed twitch.tv###js-esl300 cnn.com###js-outbrain-recommended +newsbomb.gr###json-textlinks rentals.com###ka_300x250_1 rentals.com###ka_468x60_1 rentals.com###ka_728x90_1 @@ -56199,7 +56623,7 @@ icanhascheezburger.com,memebase.com,thedailywh.at###leader_container tvguide.com###leader_plus_top tvguide.com###leader_top 247wallst.com###leaderbar -about.com,animeseason.com,ariacharts.com.au,ask.fm,boomerangtv.co.uk,businessandleadership.com,capitalxtra.com,cc.com,charlotteobserver.com,classicfm.com,crackmixtapes.com,cubeecraft.com,cultofmac.com,cyberciti.biz,datpiff.com,educationworld.com,electronista.com,espn980.com,eurogamer.net,extremetech.com,food24.com,football.co.uk,gardensillustrated.com,gazette.com,gtainside.com,hiphopearly.com,historyextra.com,houselogic.com,ibtimes.co.in,ibtimes.co.uk,iclarified.com,icreatemagazine.com,instyle.co.uk,jaxdailyrecord.com,jillianmichaels.com,king-mag.com,lasplash.com,lawnewz.com,look.co.uk,lrb.co.uk,macnn.com,motortopia.com,mtvema.com,newcartestdrive.com,nfib.com,okmagazine.com,onthesnow.ca,onthesnow.co.nz,onthesnow.co.uk,onthesnow.com,onthesnow.com.au,penny-arcade.com,pets4homes.co.uk,publishersweekly.com,radiox.co.uk,realliving.com.ph,realmoney.thestreet.com,reason.com,revolvermag.com,rollcall.com,salary.com,sciencedirect.com,sciencefocus.com,skysports.com,smbc-comics.com,smoothradio.com,spin.ph,standard.co.uk,talonmarks.com,thatgrapejuice.net,thechronicleherald.ca,thehollywoodgossip.com,theserverside.com,toofab.com,topcultured.com,tvguide.co.uk,uncut.co.uk,wheels24.co.za,whitepages.ae,windsorstar.com,winsupersite.com,wired.com###leaderboard +about.com,animeseason.com,ariacharts.com.au,ask.fm,boomerangtv.co.uk,businessandleadership.com,capitalxtra.com,cc.com,charlotteobserver.com,classicfm.com,crackmixtapes.com,cubeecraft.com,cultofmac.com,cyberciti.biz,datpiff.com,educationworld.com,electronista.com,espn980.com,extremetech.com,food24.com,football.co.uk,gardensillustrated.com,gazette.com,gtainside.com,hiphopearly.com,historyextra.com,houselogic.com,ibtimes.co.in,ibtimes.co.uk,iclarified.com,icreatemagazine.com,instyle.co.uk,jaxdailyrecord.com,jillianmichaels.com,king-mag.com,lasplash.com,lawnewz.com,look.co.uk,lrb.co.uk,macnn.com,motortopia.com,mtvema.com,newcartestdrive.com,nfib.com,okmagazine.com,onthesnow.ca,onthesnow.co.nz,onthesnow.co.uk,onthesnow.com,onthesnow.com.au,penny-arcade.com,pets4homes.co.uk,publishersweekly.com,radiox.co.uk,realliving.com.ph,realmoney.thestreet.com,reason.com,revolvermag.com,rollcall.com,salary.com,sciencedirect.com,sciencefocus.com,skysports.com,smbc-comics.com,smoothradio.com,spin.ph,standard.co.uk,talonmarks.com,thatgrapejuice.net,thechronicleherald.ca,thehollywoodgossip.com,theserverside.com,toofab.com,topcultured.com,tvguide.co.uk,uncut.co.uk,wheels24.co.za,whitepages.ae,windsorstar.com,winsupersite.com,wired.com###leaderboard chicagomag.com###leaderboard-1-outer boweryboogie.com,safm.com.au###leaderboard-2 usnews.com###leaderboard-a @@ -56327,7 +56751,6 @@ runnow.eu,sunderlandvibe.com###logos arenafootball.com###logos-wrap usnews.com###loomia_display herold.at###loveat -eurogamer.net###low-leaderboard byutvsports.com###lower-poster proudfm.com###lower_leaderboard hinduwebsite.com###lowergad @@ -56411,6 +56834,9 @@ active.com###med_rec_bottom active.com###med_rec_top lancasteronline.com###med_rect virtualpets.com###media-banner +bitguru.co.uk###media_image-10 +turtleboysports.com###media_image-86 +turtleboysports.com###media_image-97 ostatic.com###media_partner_gallery finance.yahoo.com###mediabankrate_container cnn.com###medianet @@ -56469,8 +56895,6 @@ mnn.com###mnn-sponsor-rail medicalnewstoday.com###mnt_article_ad_3 medicalnewstoday.com###mnt_sidebar_ad_2 dllme.com###mobile-insert -eurogamer.net###mobile-leaderboard -eurogamer.net###mobile-mpu bit-tech.net###mobile-phones-co-uk-120 pcpro.co.uk###mobile_app_developers longreads.com###mobile_banner @@ -56640,6 +57064,7 @@ ikeahackers.net###omc-sidebar .responsive-image cleantechnica.com,watch-anime.net###omc-top-banner wbaltv.com,wesh.com,wmur.com###omega omg.yahoo.com###omg-lrec +onlinemschool.com###oms_left azcentral.com###on-deals radiotimes.com###on-demand eweek.com###oneAssetIFrame @@ -57256,7 +57681,7 @@ ps3hax.net###sky_top webopedia.com###skypartnerset euronews.com###skyscanner-white-label ebay.co.uk,ebay.com,ebay.com.au###skyscrape -975countrykhcm.com,boomerangtv.co.uk,broadcastingcable.com,bustedcoverage.com,camchat.org,consumerist.com,eurogamer.net,family.ca,ghanaweb.com,hypable.com,king-mag.com,law.com,macuser.co.uk,menshealth.com,metrotimes.com,mp3tag.de,newsdaily.com,nme.com,pcworld.com,politics.co.uk,poponthepop.com,sportfishingbc.com,thehollywoodgossip.com,thesmokinggun.com,tmz.com,topgear.com,torontosun.com,tvfanatic.com,ucomparehealthcare.com,uncut.co.uk,victoriaadvocate.com,zerochan.net###skyscraper +975countrykhcm.com,boomerangtv.co.uk,broadcastingcable.com,bustedcoverage.com,camchat.org,consumerist.com,family.ca,ghanaweb.com,hypable.com,king-mag.com,law.com,macuser.co.uk,menshealth.com,metrotimes.com,mp3tag.de,newsdaily.com,nme.com,pcworld.com,politics.co.uk,poponthepop.com,sportfishingbc.com,thehollywoodgossip.com,thesmokinggun.com,tmz.com,topgear.com,torontosun.com,tvfanatic.com,ucomparehealthcare.com,uncut.co.uk,victoriaadvocate.com,zerochan.net###skyscraper 4teachers.org###skyscraper-container s1jobs.com###skyscraper-target icanhascheezburger.com,ifans.com###skyscraper1 @@ -57390,7 +57815,7 @@ lastminute.com###sponsoredFeature lastminute.com###sponsoredFeatureModule theblaze.com###sponsored_stories smashingmagazine.com###sponsorlisttarget -abalive.com,abestweb.com,autotrader.com.au,barnsleyfc.co.uk,bbb.org,bcfc.com,blackpoolfc.co.uk,boattrader.com.au,burnleyfootballclub.com,bwfc.co.uk,cafc.co.uk,cardiffcityfc.co.uk,christianity.com,cpfc.co.uk,dakar.com,dcfc.co.uk,digitalmusicnews.com,etftrends.com,fastseduction.com,football-league.co.uk,geekwire.com,gerweck.net,goseattleu.com,hullcitytigers.com,iconfinder.com,itfc.co.uk,justauto.com.au,kiswrockgirls.com,landreport.com,law.com,lcfc.com,manutd.com,myam1230.com,noupe.com,paidcontent.org,pba.com,pcmag.com,petri.co.il,pingdom.com,psl.co.za,race-dezert.com,rovers.co.uk,sjsuspartans.com,soompi.com,sponsorselect.com,star883.org,tapemastersinc.net,techmeme.com,trendafrica.co.za,waronyou.com,whenitdrops.com###sponsors +abalive.com,abestweb.com,autotrader.com.au,barnsleyfc.co.uk,bbb.org,bcfc.com,blackpoolfc.co.uk,boattrader.com.au,burnleyfootballclub.com,bwfc.co.uk,cafc.co.uk,cardiffcityfc.co.uk,christianity.com,cpfc.co.uk,dakar.com,dcfc.co.uk,digitalmusicnews.com,etftrends.com,fastseduction.com,football-league.co.uk,geekwire.com,gerweck.net,goseattleu.com,hullcitytigers.com,iconfinder.com,itfc.co.uk,justauto.com.au,kiswrockgirls.com,landreport.com,law.com,lcfc.com,manutd.com,myam1230.com,nesn.com,noupe.com,paidcontent.org,pba.com,pcmag.com,petri.co.il,pingdom.com,psl.co.za,race-dezert.com,rovers.co.uk,sjsuspartans.com,soompi.com,sponsorselect.com,star883.org,tapemastersinc.net,techmeme.com,trendafrica.co.za,waronyou.com,whenitdrops.com###sponsors newarkrbp.org###sponsors-container-outer sanjose.com###sponsors-module und.com###sponsors-story-wrap @@ -57402,7 +57827,7 @@ feedly.com###sponsorsModule_part clubwebsite.co.uk###sponsors_bottom ourworldofenergy.com###sponsors_container wrc.com###sponsorsbtm -ibtimes.com,npr.org,pbs.org###sponsorship +ibtimes.com,npr.org,opb.org,pbs.org###sponsorship backstage.com###sponsorsmod compareraja.in###spopup cnet.com###spotBidHeader @@ -57533,7 +57958,7 @@ gizchina.com,thesurvivalistblog.net###text-16 belfastmediagroup.com,englishrussia.com,pocketnow.com,simpleprogrammer.com,thechive.com,weekender.com.sg###text-17 netchunks.com,planetinsane.com,radiosurvivor.com,sitetrail.com,thechive.com###text-18 collective-evolution.com,pocketnow.com,popbytes.com,thechive.com###text-19 -icinema3satu.in,ncr1037.co.za,newagebd.net,skools.co.za,smitedatamining.com###text-2 +grammarcheck.net,icinema3satu.in,ncr1037.co.za,newagebd.net,skools.co.za,smitedatamining.com###text-2 gizchina.com###text-20 businessdayonline.com,financialsurvivalnetwork.com,footballroar.com###text-21 airlinereporter.com,gizchina.com,omgubuntu.co.uk,queenstribune.com###text-22 @@ -57553,7 +57978,7 @@ couponistaqueen.com,pzfeed.com###text-35 nationwideradiojm.com###text-37 couponistaqueen.com###text-38 pzfeed.com###text-39 -budapesttimes.hu,buddyhead.com,dieselcaronline.co.uk,kazifm.org,knowelty.com,mental-health-matters.com,myonlinesecurity.co.uk,myx.tv,sportsillustrated.co.za,theairportnews.com,thewhir.com,vgleaks.com###text-4 +budapesttimes.hu,buddyhead.com,dieselcaronline.co.uk,hdhub4u.club,kazifm.org,knowelty.com,mental-health-matters.com,myonlinesecurity.co.uk,myx.tv,sportsillustrated.co.za,theairportnews.com,thewhir.com,vgleaks.com###text-4 couponistaqueen.com###text-40 enpundit.com###text-41 pluggd.in###text-416180296 @@ -57578,6 +58003,7 @@ grammarist.com,quickonlinetips.com###text-57 nag.co.za###text-60 amren.com,buddyhead.com,defsounds.com,knowelty.com,prosnookerblog.com,technomag.co.zw###text-7 consortiumnews.com,couponistaqueen.com,localvictory.com,michiganmessenger.com,ncr1037.co.za,newsday.co.zw,technomag.co.zw,vgleaks.com###text-8 +vanguardngr.com###text-87 africaports.co.za,cnx-software.com,mynokiablog.com###text-9 androidauthority.com###text-92 torontolife.com###text-links @@ -57899,6 +58325,7 @@ linguee.com###wide_banner_right inquirer.net###widesky coupons.com###widesky-banner fitnesshe.co.za,fitnessmag.co.za###wideskyscraper +pakobserver.net###widget-area-before-content gigaom.com###widget-area-footer-post-2 howwemadeitinafrica.com###widget-r inhabitat.com###widget-sam-130410-small @@ -58213,7 +58640,9 @@ lawyersweekly.com.au##.a-center anime1.com,drama.net##.a-content eplsite.com,qaafa.com,sh.st##.a-el amazon.com##.a-link-normal[href*="&adId="] +medicaldialogues.in##.a-single krebsonsecurity.com##.a-statement +breitbart.com##.a-wrapper daijiworld.com##.a2 knowyourmeme.com##.a250x250 cnet.com##.a2[style="padding-top: 20px;"] @@ -58254,12 +58683,12 @@ dailyrecord.co.uk##.ac-vehicle-search au.news.yahoo.com##.acc-moneyhound goseattleu.com##.accipiter consequenceofsound.net##.acm-module-300-250 -1047.com.au,11alive.com,12news.com,12newsnow.com,13newsnow.com,13wmaz.com,17track.net,2dayfm.com.au,2gofm.com.au,2mcfm.com.au,2rg.com.au,2wg.com.au,4tofm.com.au,5newsonline.com,6abc.com,7online.com,929.com.au,953srfm.com.au,9news.com,aa.co.za,aarp.org,abc10.com,abc11.com,abc13.com,abc30.com,abc7.com,abc7chicago.com,abc7news.com,abovethelaw.com,accringtonobserver.co.uk,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,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,aww.com.au,azarask.in,backtrack-linux.org,bakersfield.com,barnstablepatriot.com,bathchronicle.co.uk,bcdemocratonline.com,bdnews24.com,beaumontenterprise.com,bellinghamherald.com,bgr.com,bikesportnews.com,birminghammail.co.uk,birminghampost.co.uk,blackmorevale.co.uk,blockchain.info,bloomberg.com,bloombergview.com,blueridgenow.com,bnd.com,bobvila.com,boonevilledemocrat.com,boston.com,bostonglobe.com,bostontarget.co.uk,bradenton.com,bradleybraves.com,brandonsun.com,bravotv.com,breitbart.com,brentwoodgazette.co.uk,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,canterburytimes.co.uk,cantondailyledger.com,capecodtimes.com,cardomain.com,carmarthenjournal.co.uk,carmitimes.com,carynews.com,cbs19.tv,cd1025.com,celebdigs.com,celebified.com,centralsomersetgazette.co.uk,centredaily.com,cfl.ca,cfo.com,ch-aviation.com,channel5.com,charismamag.com,charismanews.com,charlestonexpress.com,charlotteobserver.com,cheboygannews.com,cheddarvalleygazette.co.uk,cheezburger.com,chesterchronicle.co.uk,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,cloudtime.to,cltv.com,cnet.com,cnn.com,cnnphilippines.com,cnsnews.com,coastlinepilot.com,codepen.io,collinsdictionary.com,colorlines.com,colourlovers.com,columbiadailyherald.com,comcast.net,competitor.com,computerworld.com,conservativebyte.com,cornishguardian.co.uk,cornishman.co.uk,courier-tribune.com,courier.co.uk,couriermail.com.au,coventrytelegraph.net,cpuboss.com,crawleynews.co.uk,createtv.com,crestviewbulletin.com,crewechronicle.co.uk,cri.cn,crosscards.com,crossmap.com,crosswalk.com,croydonadvertiser.co.uk,csoonline.com,csswizardry.com,cupcakesandcashmere.com,cw33.com,cw39.com,cydiaupdates.net,dailycomet.com,dailycommercial.com,dailycute.net,dailyheadlines.net,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,deseretnews.com,desertdispatch.com,designtaxi.com,dinozap.com,dispatch.com,dodgeforum.com,domain.com.au,dorkingandleatherheadadvertiser.co.uk,dose.com,dover-express.co.uk,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,dustcoin.com,earmilk.com,earthsky.org,eastgrinsteadcourier.co.uk,eastlindseytarget.co.uk,eastpeoriatimescourier.com,edmontonjournal.com,elle.com,emedtv.com,energyvoice.com,engadget.com,enquirerherald.com,enstarz.com,espnfc.co.uk,espnfc.com,espnfc.com.au,espnfc.us,espnfcasia.com,essentialbaby.com.au,essentialkids.com.au,essexchronicle.co.uk,etsy.com,eurocheapo.com,everydayhealth.com,everyjoe.com,examiner-enterprise.com,examiner.co.uk,examiner.com,excellence-mag.com,exeterexpressandecho.co.uk,expressnews.com,familydoctor.org,fanfox.net,fanpop.com,farmersguardian.com,farmonlinelivestock.com.au,fashionweekdaily.com,fastcar.co.uk,fayobserver.com,federalnewsradio.com,femalefirst.co.uk,fijitimes.com,findthebest.co.uk,findthebest.com,firstcoastnews.com,flashx.tv,floridaindependent.com,fodors.com,folkestoneherald.co.uk,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,fromestandard.co.uk,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,gazettelive.co.uk,geelongadvertiser.com.au,geneseorepublic.com,getbucks.co.uk,getreading.co.uk,getsurrey.co.uk,getwestlondon.co.uk,girlsjustwannahaveguns.com,givememore.com.au,givesmehope.com,gizmodo.com.au,glennbeck.com,gloucestercitizen.co.uk,gloucestershireecho.co.uk,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,independent.co.uk,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,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,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,lichfieldmercury.co.uk,lifesitenews.com,lincolncourier.com,lincolnshireecho.co.uk,liverpoolecho.co.uk,ljworld.com,llanellistar.co.uk,lmtonline.com,lolbrary.com,lonokenews.net,loop21.com,lordofthememe.com,lostateminor.com,loughboroughecho.net,lsjournal.com,macclesfield-express.co.uk,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,middevongazette.co.uk,middletowntranscript.com,milfordbeacon.com,military.com,minutemennews.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,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,northdevonjournal.co.uk,norwichbulletin.com,notsafeforwallet.net,nottinghampost.com,nowvideo.co,nowvideo.li,nowvideo.sx,ntd.tv,ntnews.com.au,nwfdailynews.com,nxfm.com.au,ny1.com,nymag.com,nytco.com,nytimes.com,ocala.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,readmetro.com,realestate.com.au,realityblurred.com,recordnet.com,recordonline.com,redmondmag.com,refinery29.com,relish.com,retailgazette.co.uk,retfordtimes.co.uk,reuters.com,reviewatlas.com,ridgecrestca.com,roadsideamerica.com,rogerebert.com,rollcall.com,rossendalefreepress.co.uk,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,scunthorpetelegraph.co.uk,seacoastonline.com,seafm.com.au,seattletimes.com,sevenoakschronicle.co.uk,sfchronicle.com,sfgate.com,sfx.co.uk,shelbystar.com,sheptonmalletjournal.co.uk,shtfplan.com,si.com,siftingsherald.com,similarsites.com,simpledesktops.com,singingnews.com,siskiyoudaily.com,sixbillionsecrets.com,sj-r.com,sky.com,slacker.com,slate.com,sleafordtarget.co.uk,slickdeals.net,slidetoplay.com,smackjuice.com,smartcompany.com.au,smartphowned.com,smh.com.au,softpedia.com,somersetguardian.co.uk,southcoasttoday.com,southerncrossten.com.au,southerngospel.com,southportvisiter.co.uk,southwales-eveningpost.co.uk,spectator.org,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,stroudlife.co.uk,stuttgartdailyleader.com,stv.tv,stylenest.co.uk,sub-titles.net,sunfm.com.au,sunherald.com,surfline.com,surreymirror.co.uk,sussexcountian.com,suttoncoldfieldobserver.co.uk,swtimes.com,taftmidwaydriller.com,talkandroid.com,tampabay.com,tamworthherald.co.uk,tasteofawesome.com,tauntongazette.com,teamcoco.com,teaparty.org,techdirt.com,techinsider.io,telegram.com,teutopolispress.com,tgdaily.com,thanetgazette.co.uk,thatslife.com.au,thatssotrue.com,the-dispatch.com,theage.com.au,theaustralian.com.au,theblaze.com,thecitizen.co.tz,thecut.com,thedailybeast.com,thedestinlog.com,thedp.com,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,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,tinypic.com,today.com,tokyohive.com,topgear.com,topsite.com,torontoist.com,torquayheraldexpress.co.uk,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,tv3.ie,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,vg247.com,vid.gg,vidbux.com,vidxden.to,viralnova.com,visiontimes.com,vogue.com.au,vulture.com,vvdailypress.com,walesonline.co.uk,walsalladvertiser.co.uk,waltonsun.com,wamu.org,washingtonexaminer.com,washingtontimes.com,washingtontimesreporter.com,watchanimes.me,watoday.com.au,wattpad.com,watzatsong.com,waxahachietx.com,way2sms.com,wbir.com,wbur.org,wcnc.com,weathernationtv.com,webdesignerwall.com,webestools.com,weeklytimesnow.com.au,wegotthiscovered.com,wellcommons.com,wellsjournal.co.uk,westbriton.co.uk,westerndailypress.co.uk,westerngazette.co.uk,westernmorningnews.co.uk,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,yonhapnews.co.kr,yorkpress.co.uk,yourmiddleeast.com,zam.com,zedge.net,zillow.com,zooweekly.com.au,zybez.net##.ad +1047.com.au,11alive.com,12news.com,12newsnow.com,13newsnow.com,13wmaz.com,17track.net,2dayfm.com.au,2gofm.com.au,2mcfm.com.au,2rg.com.au,2wg.com.au,4tofm.com.au,5newsonline.com,6abc.com,7online.com,929.com.au,947wls.com,953srfm.com.au,9news.com,aa.co.za,aarp.org,abc10.com,abc11.com,abc13.com,abc30.com,abc7.com,abc7chicago.com,abc7news.com,abovethelaw.com,accringtonobserver.co.uk,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,aww.com.au,azarask.in,azfamily.com,backtrack-linux.org,bakersfield.com,barnstablepatriot.com,bathchronicle.co.uk,bcdemocratonline.com,bdnews24.com,beaumontenterprise.com,bellinghamherald.com,bgr.com,bikesportnews.com,birminghammail.co.uk,birminghampost.co.uk,blackmorevale.co.uk,blockchain.info,bloomberg.com,bloombergview.com,blueridgenow.com,bnd.com,bobvila.com,boonevilledemocrat.com,boston.com,bostonglobe.com,bostontarget.co.uk,bradenton.com,bradleybraves.com,brandonsun.com,bravotv.com,breitbart.com,brentwoodgazette.co.uk,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,canterburytimes.co.uk,cantondailyledger.com,capecodtimes.com,cardomain.com,carmarthenjournal.co.uk,carmitimes.com,carynews.com,cbs19.tv,cd1025.com,celebdigs.com,celebified.com,centralsomersetgazette.co.uk,centredaily.com,cfl.ca,cfo.com,ch-aviation.com,channel5.com,charismamag.com,charismanews.com,charlestonexpress.com,charlotteobserver.com,cheboygannews.com,cheddarvalleygazette.co.uk,cheezburger.com,chesterchronicle.co.uk,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,cloudtime.to,cltv.com,cnet.com,cnn.com,cnnphilippines.com,cnsnews.com,coastlinepilot.com,codepen.io,collinsdictionary.com,colorlines.com,colourlovers.com,columbiadailyherald.com,comcast.net,competitor.com,computerworld.com,conservativebyte.com,cornishguardian.co.uk,cornishman.co.uk,courier-tribune.com,courier.co.uk,couriermail.com.au,coventrytelegraph.net,cpuboss.com,crawleynews.co.uk,createtv.com,crestviewbulletin.com,crewechronicle.co.uk,cri.cn,crosscards.com,crossmap.com,crosswalk.com,croydonadvertiser.co.uk,csoonline.com,csswizardry.com,cupcakesandcashmere.com,cw33.com,cw39.com,cydiaupdates.net,dailycomet.com,dailycommercial.com,dailycute.net,dailyheadlines.net,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,deseretnews.com,desertdispatch.com,designtaxi.com,dinozap.com,dispatch.com,dodgeforum.com,domain.com.au,dorkingandleatherheadadvertiser.co.uk,dose.com,dover-express.co.uk,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,dustcoin.com,earmilk.com,earthsky.org,eastgrinsteadcourier.co.uk,eastlindseytarget.co.uk,eastpeoriatimescourier.com,edmontonjournal.com,elle.com,emedtv.com,energyvoice.com,engadget.com,enquirerherald.com,enstarz.com,espnfc.co.uk,espnfc.com,espnfc.com.au,espnfc.us,espnfcasia.com,essentialbaby.com.au,essentialkids.com.au,essexchronicle.co.uk,etsy.com,eurocheapo.com,everydayhealth.com,everyjoe.com,examiner-enterprise.com,examiner.co.uk,examiner.com,excellence-mag.com,exeterexpressandecho.co.uk,expressnews.com,familydoctor.org,fanfox.net,fanpop.com,farmersguardian.com,farmonlinelivestock.com.au,fashionweekdaily.com,fastcar.co.uk,fayobserver.com,federalnewsradio.com,femalefirst.co.uk,fijitimes.com,findthebest.co.uk,findthebest.com,firstcoastnews.com,flashx.tv,floridaindependent.com,fodors.com,folkestoneherald.co.uk,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,fromestandard.co.uk,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,getbucks.co.uk,getreading.co.uk,getsurrey.co.uk,getwestlondon.co.uk,girlsjustwannahaveguns.com,givememore.com.au,givesmehope.com,gizmodo.com.au,glennbeck.com,gloucestercitizen.co.uk,gloucestershireecho.co.uk,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,independent.co.uk,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,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,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,lichfieldmercury.co.uk,lifesitenews.com,lincolncourier.com,lincolnshireecho.co.uk,liverpoolecho.co.uk,ljworld.com,llanellistar.co.uk,lmtonline.com,lolbrary.com,lonokenews.net,loop21.com,lordofthememe.com,lostateminor.com,loughboroughecho.net,lsjournal.com,macclesfield-express.co.uk,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,middevongazette.co.uk,middletowntranscript.com,milfordbeacon.com,military.com,minutemennews.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,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,northdevonjournal.co.uk,norwichbulletin.com,notsafeforwallet.net,nottinghampost.com,nowvideo.co,nowvideo.li,nowvideo.sx,ntd.tv,ntnews.com.au,nwfdailynews.com,nxfm.com.au,ny1.com,nymag.com,nytco.com,nytimes.com,ocala.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,readmetro.com,realestate.com.au,realityblurred.com,recordnet.com,recordonline.com,redmondmag.com,refinery29.com,relish.com,retailgazette.co.uk,retfordtimes.co.uk,reuters.com,reviewatlas.com,ridgecrestca.com,roadsideamerica.com,rogerebert.com,rollcall.com,rossendalefreepress.co.uk,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,scunthorpetelegraph.co.uk,seacoastonline.com,seafm.com.au,seattletimes.com,sevenoakschronicle.co.uk,sfchronicle.com,sfgate.com,sfx.co.uk,shelbystar.com,sheptonmalletjournal.co.uk,shtfplan.com,si.com,siftingsherald.com,similarsites.com,simpledesktops.com,singingnews.com,siskiyoudaily.com,sixbillionsecrets.com,sj-r.com,sky.com,slacker.com,slate.com,sleafordtarget.co.uk,slickdeals.net,slidetoplay.com,smackjuice.com,smartcompany.com.au,smartphowned.com,smh.com.au,softpedia.com,somersetguardian.co.uk,southcoasttoday.com,southerncrossten.com.au,southerngospel.com,southportvisiter.co.uk,southwales-eveningpost.co.uk,spectator.org,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,stroudlife.co.uk,stuttgartdailyleader.com,stv.tv,stylenest.co.uk,sub-titles.net,sunfm.com.au,sunherald.com,surfline.com,surreymirror.co.uk,sussexcountian.com,suttoncoldfieldobserver.co.uk,swtimes.com,taftmidwaydriller.com,talkandroid.com,tampabay.com,tamworthherald.co.uk,tasteofawesome.com,tauntongazette.com,teamcoco.com,teaparty.org,techdirt.com,techinsider.io,telegram.com,teutopolispress.com,tgdaily.com,thanetgazette.co.uk,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,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,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,tinypic.com,today.com,tokyohive.com,topgear.com,topsite.com,torontoist.com,torquayheraldexpress.co.uk,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,tv3.ie,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,vg247.com,vid.gg,vidbux.com,vidxden.to,viralnova.com,visiontimes.com,vogue.com.au,vulture.com,vvdailypress.com,walesonline.co.uk,walsalladvertiser.co.uk,waltonsun.com,wamu.org,washingtonexaminer.com,washingtontimes.com,washingtontimesreporter.com,watchanimes.me,watoday.com.au,wattpad.com,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,wellsjournal.co.uk,westbriton.co.uk,westerndailypress.co.uk,westerngazette.co.uk,westernmorningnews.co.uk,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,yonhapnews.co.kr,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,digbycourier.ca,edmunds.com,flightaware.com,ganderbeacon.ca,gfwadvertiser.ca,haaretz.com,hantsjournal.ca,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,twitpic.com,vinesbay.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,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,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,heatst.com,heralddemocrat.com,heraldtribune.com,hockessincommunitynews.com,hollywoodreporter.com,hopestar.com,houmatoday.com,hsvvoice.com,ign.com,jacarandafm.com,jacksonville.com,jdnews.com,journaldemocrat.com,journalstandard.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,moneysense.ca,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,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,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 +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,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,heatst.com,heralddemocrat.com,heraldtribune.com,hockessincommunitynews.com,hollywoodreporter.com,hopestar.com,houmatoday.com,hsvvoice.com,ign.com,jacarandafm.com,jacksonville.com,jdnews.com,journaldemocrat.com,journalstandard.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,moneysense.ca,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,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 businessinsider.com,foodandwine.com,health.com,hollywoodjournal.com,myrecipes.com,realsimple.com,southernliving.com,tmz.com,travelandleisure.com##.ad-title faithit.com##.ad-wrapper + .widget-area vesselfinder.com##.ad0 @@ -58283,17 +58712,17 @@ pencurimovie.cc##.adb_overlay aol.com,beautysouthafrica.com,biggestplayer.me,blurtit.com,breakingnews.com,digitalhome.ca,eatv.tv,eurowerks.org,heyuguys.co.uk,ippmedia.com,linkedin.com,longislandpress.com,music-news.com,opensourcecms.com,opposingviews.com,readersdigest.co.uk,songlyrics.com,sugarrae.com,techeblog.com,thebizzare.com,winbeta.org##.adblock biggestplayer.me##.adblock1 dexerto.com##.adblockON -affiliatefix.com,blogto.com,cargoinfo.co.za,centreforaviation.com,lockerz.com,macdailynews.com,mensjournal.com,midnightpoutine.ca,mvnrepository.com,ow.ly,podfeed.net,pricespy.co.nz,sfbayview.com,viralnova.com,whatsmyip.org,willyweather.com,willyweather.com.au##.adbox +affiliatefix.com,blogto.com,cargoinfo.co.za,centreforaviation.com,interglot.com,lockerz.com,macdailynews.com,mensjournal.com,midnightpoutine.ca,mvnrepository.com,ow.ly,podfeed.net,pricespy.co.nz,sfbayview.com,viralnova.com,whatsmyip.org,willyweather.com,willyweather.com.au##.adbox moviechat.org##.adc search.ch##.adcell ctrl.blog##.adco -caughtoffside.com,fanatix.com,nfl.com,patheos.com,theconstructionindex.co.uk,tucsonsentinel.com,wikihow.com##.adcontainer +caughtoffside.com,fanatix.com,ibtimes.co.in,nfl.com,patheos.com,theconstructionindex.co.uk,tucsonsentinel.com,wikihow.com##.adcontainer caffeineinformer.com,runnerspace.com,sumanasa.com##.adcontent 4archive.org,allrovi.com,bdnews24.com,hotnewhiphop.com,itproportal.com,keepvid.com,nciku.com,newvision.co.ug,thehindu.com,yourepeat.com##.add moneycontrol.com##.add-970-90 moneycontrol.com##.add-ban africareview.com##.add-banner -irishpost.com,newsie.co.nz,sunlive.co.nz,theweekendsun.co.nz##.add-block +buzz.ie,irishpost.com,newsie.co.nz,sunlive.co.nz,theweekendsun.co.nz##.add-block 1049.fm,drgnews.com,mybasin.com##.add-box morningstar.in,pbs.org##.add-container irishpost.com##.add-pad @@ -58338,7 +58767,7 @@ flightglobal.com##.adp iamwire.com##.adr iskullgames.com##.adr300 zercustoms.com##.adrh -1sale.com,7billionworld.com,abajournal.com,achieveronline.co.za,altavista.com,androidfilehost.com,arcadeprehacks.com,asbarez.com,bbqonline.co.za,birdforum.net,bluechipjournal.co.za,boodigo.com,browardpalmbeach.com,citypages.com,climatechangenews.com,coinad.com,cuzoogle.com,cyclingweekly.co.uk,dallasobserver.com,disconnect.me,domainnamenews.com,eco-business.com,energyforecastonline.co.za,energylivenews.com,exploreonline.co.za,facemoods.com,flashx.tv,focustaiwan.tw,foxbusiness.com,foxnews.com,freetvall.com,friendster.com,fstoppers.com,ftadviser.com,furaffinity.net,gentoo.org,geo.tv,ghananation.com,gmanetwork.com,gogoanime.tv,goodthingsguy.com,govtrack.us,gramfeed.com,gyazo.com,harvestsa.co.za,hispanicbusiness.com,houstonpress.com,html5test.com,hurricanevanessa.com,i-dressup.com,ichan.net,ieltsonlinetests.com,iheart.com,ilovetypography.com,indiatimes.com,infozambia.com,isearch.whitesmoke.com,itproportal.com,laptopmag.com,laweekly.com,leadershipinsport.co.za,leadershiponline.co.za,leadersinwellness.co.za,lfpress.com,livetvcafe.net,lovemyanime.net,malaysiakini.com,manga-download.org,maps.google.com,marinetraffic.com,mb.com.ph,mehrnews.com,meta-calculator.com,miaminewtimes.com,mini-ielts.com,miningprospectus.co.za,mmajunkie.com,mugshots.com,myfitnesspal.com,mypaper.sg,nativeplanet.com,nbc.na,nbcnews.com,news.nom.co,nsfwyoutube.com,nugget.ca,opportunityonline.co.za,osn.com,panorama.am,pastie.org,phoenixnewtimes.com,phpbb.com,playboy.com,pocket-lint.com,pokernews.com,previously.tv,radionomy.com,radiotoday.com.au,reason.com,roadaheadonline.co.za,russia-insider.com,ryanseacrest.com,savevideo.me,sddt.com,searchfunmoods.com,servicepublication.co.za,sgcarmart.com,shipyearonline.co.za,shopbot.ca,sourceforge.net,stars-portraits.com,stcatharinesstandard.ca,straitstimes.com,strawpoll.me,tass.ru,tcm.com,tech2.com,tehrantimes.com,thecatholicuniverse.com,thedailyobserver.ca,thedailysheeple.com,thejakartapost.com,thelakewoodscoop.com,themalaysianinsider.com,thenews.com.pk,theobserver.ca,thepeterboroughexaminer.com,theprojectmanager.co.za,thevoicebw.com,tjpnews.com,today.com,turner.com,twogag.com,ubuntumagazine.co.za,ultimate-guitar.com,viamichelin.co.uk,viamichelin.com,viamichelin.ie,vidstreaming.io,villagevoice.com,wallpaper.com,washingtonpost.com,wdet.org,westword.com,wftlsports.com,womanandhome.com,wtvz.net,yahoo.com,youthedesigner.com,yuku.com##.ads +1sale.com,7billionworld.com,abajournal.com,achieveronline.co.za,altavista.com,androidfilehost.com,arcadeprehacks.com,asbarez.com,bbqonline.co.za,birdforum.net,bluechipjournal.co.za,boodigo.com,browardpalmbeach.com,canstarblue.co.nz,citypages.com,climatechangenews.com,coinad.com,cuzoogle.com,cyclingweekly.co.uk,dallasobserver.com,disconnect.me,domainnamenews.com,eco-business.com,energyforecastonline.co.za,energylivenews.com,exploreonline.co.za,facemoods.com,flashx.tv,focustaiwan.tw,foxbusiness.com,foxnews.com,freetvall.com,friendster.com,fstoppers.com,ftadviser.com,furaffinity.net,gentoo.org,geo.tv,ghananation.com,gmanetwork.com,gogoanime.tv,goodthingsguy.com,govtrack.us,gramfeed.com,gyazo.com,harvestsa.co.za,hispanicbusiness.com,houstonpress.com,html5test.com,hurricanevanessa.com,i-dressup.com,ichan.net,ieltsonlinetests.com,iheart.com,ilovetypography.com,indiatimes.com,infozambia.com,isearch.whitesmoke.com,itproportal.com,laptopmag.com,laweekly.com,leadershipinsport.co.za,leadershiponline.co.za,leadersinwellness.co.za,lfpress.com,livetvcafe.net,lovemyanime.net,malaysiakini.com,manga-download.org,maps.google.com,marinetraffic.com,mb.com.ph,mehrnews.com,meta-calculator.com,miaminewtimes.com,mini-ielts.com,miningprospectus.co.za,mmajunkie.com,mugshots.com,myfitnesspal.com,mypaper.sg,nativeplanet.com,nbc.na,nbcnews.com,news.nom.co,nsfwyoutube.com,nugget.ca,opportunityonline.co.za,osn.com,panorama.am,pastie.org,phoenixnewtimes.com,phpbb.com,playboy.com,pocket-lint.com,pokernews.com,previously.tv,radionomy.com,radiotoday.com.au,reason.com,roadaheadonline.co.za,russia-insider.com,ryanseacrest.com,savevideo.me,sddt.com,searchfunmoods.com,servicepublication.co.za,sgcarmart.com,shipyearonline.co.za,shopbot.ca,sourceforge.net,stars-portraits.com,stcatharinesstandard.ca,straitstimes.com,strawpoll.me,tass.ru,tcm.com,tech2.com,tehrantimes.com,thecatholicuniverse.com,thedailyobserver.ca,thedailysheeple.com,thejakartapost.com,thelakewoodscoop.com,themalaysianinsider.com,thenews.com.pk,theobserver.ca,thepeterboroughexaminer.com,theprojectmanager.co.za,thevoicebw.com,tjpnews.com,today.com,turner.com,twogag.com,ubuntumagazine.co.za,ultimate-guitar.com,viamichelin.co.uk,viamichelin.com,viamichelin.ie,vidstreaming.io,villagevoice.com,wallpaper.com,washingtonpost.com,wayfm.com,wdet.org,westword.com,wftlsports.com,womanandhome.com,wtvz.net,yahoo.com,youthedesigner.com,yuku.com##.ads glarysoft.com##.ads + .search-list searchfunmoods.com##.ads + ul > li y8.com##.ads-bottom-table .grey-box-bg @@ -58357,6 +58786,7 @@ smallseotools.com##.adsbygoogle + script + center[id^="img"] about.com,bloomberg.com,borfast.com,comesrilanka.com,dpivst.com,howmanyleft.co.uk,instantpulp.com,mysmartprice.com,nintandbox.net,nycity.today,over-blog.com,plurk.com,portugalresident.com,scitechdaily.com,sgentrepreneurs.com,techsupportalert.com,tolonews.com,wikihoops.com,wlds.com##.adsense search.b1.org##.adslabel animeid.com##.adspl +cheapies.nz##.adstop desertdispatch.com,f1fanatic.co.uk,geeky-gadgets.com,highdesert.com,journalgazette.net,lgbtqnation.com,miamitodaynews.com,myrecipes.com,search.certified-toolbar.com,thevoicebw.com,vvdailypress.com,wsj.com##.adtext reason.com,rushlimbaugh.com##.adtitle ansamed.info,baltic-course.com,carsdirect.com,cbc.ca,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,naij.com,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 @@ -58374,10 +58804,10 @@ dt-updates.com##.adv_items faceyourmanga.com##.adv_special thedailystar.net##.advatige infoplease.com##.advb -98online.com,9news.com.au,abplive.in,africareview.com,airgunshooting.co.uk,airmalta.com,allghananews.com,anews.com.tr,angliaafloat.co.uk,arabianindustry.com,barkinganddagenhampost.co.uk,becclesandbungayjournal.co.uk,bexleytimes.co.uk,bitcoinzebra.com,blogto.com,bloomberg.com,bollywoodhungama.com,bromsgrovestandard.co.uk,burymercury.co.uk,cambstimes.co.uk,canalboat.co.uk,caribbeancinemas.com,cbc.ca,centralfm.co.uk,chemicalwatch.com,cheshirelife.co.uk,coastalscene24.co.uk,completefrance.com,cotswoldlife.co.uk,countrysmallholding.com,coventryobserver.co.uk,cranbrookherald.com,craveonline.com,crimemagazine.com,dailyedge.ie,dailysun.co.za,dawn.com,derbyshirelife.co.uk,derehamtimes.co.uk,designmena.com,devonlife.co.uk,directory247.co.uk,dissmercury.co.uk,dorsetmagazine.co.uk,droitwichstandard.co.uk,dunmowbroadcast.co.uk,eadt.co.uk,eastlondonadvertiser.co.uk,edp24.co.uk,ee.co.za,elystandard.co.uk,eos.org,essexlifemag.co.uk,eveningnews24.co.uk,eveshamobserver.co.uk,exmouthherald.co.uk,exmouthjournal.co.uk,express.co.uk,expressandstar.com,fakenhamtimes.co.uk,farmprogress.com,foxbusiness.com,foxnews.com,ft.com,games.co.uk,gamesgames.com,gamesindustry.biz,gfi.com,gnovies.com,gravesendreporter.co.uk,greatbritishlife.co.uk,greatyarmouthmercury.co.uk,greenun24.co.uk,guardianonline.co.nz,guernseypress.com,gulfnews.com,hackneygazette.co.uk,hamhigh.co.uk,hampshire-life.co.uk,healthcanal.com,healthguru.com,healthinsurancedaily.com,herefordshirelife.co.uk,hertfordshirelife.co.uk,hertsad.co.uk,hollywoodreporter.com,hoteliermiddleeast.com,huntspost.co.uk,icaew.com,ilfordrecorder.co.uk,ipswichstar.co.uk,islingtongazette.co.uk,jerseyeveningpost.com,journeychristiannews.com,kent-life.co.uk,kentnews.co.uk,kumusika.co.zw,lancashirelife.co.uk,leamingtonobserver.co.uk,legendarypokemon.net,lgr.co.uk,livingedge.co.uk,lowestoftjournal.co.uk,maltapark.com,malvernobserver.co.uk,medicalnewstoday.com,megasearch.co,midweekherald.co.uk,mmegi.bw,money-marketuk.com,morningstar.co.uk,msnbc.com,music-news.com,myfinances.co.uk,newhamrecorder.co.uk,newstalkzb.co.nz,newsweek.com,nine.com.au,ninemsn.com.au,norfolkmag.co.uk,northdevongazette.co.uk,northeastlifemag.co.uk,northnorfolknews.co.uk,northsomersettimes.co.uk,outdoorchannel.com,phnompenhpost.com,piccsy.com,pilotweb.aero,pinkun.com,radiosport.co.nz,realestate.co.nz,redditchstandard.co.uk,romfordrecorder.co.uk,royston-crow.co.uk,rugbyobserver.co.uk,saffronwaldenreporter.co.uk,shropshirelifemagazine.co.uk,shropshirestar.com,sidmouthherald.co.uk,skysports.com,solihullobserver.co.uk,somerset-life.co.uk,sowetanlive.co.za,sportingshooter.co.uk,sportspromedia.com,stowmarketmercury.co.uk,stratfordobserver.co.uk,sudburymercury.co.uk,suffolkmag.co.uk,sundayworld.co.za,surreylife.co.uk,sussexlife.co.uk,technewstoday.com,tenplay.com.au,the42.ie,thecomet.net,thegardener.co.za,thegayuk.com,thejournal.ie,thetribunepapers.com,thewestonmercury.co.uk,totalscifionline.com,travelchannel.com,trucksplanet.com,tvweek.com,vg247.com,videogamer.com,warwickshirelife.co.uk,wattonandswaffhamtimes.co.uk,weddingsite.co.uk,westessexlife.co.uk,whtimes.co.uk,wiltshiremagazine.co.uk,winewizard.co.za,wisbechstandard.co.uk,worcesterobserver.co.uk,worcestershirelife.co.uk,wow247.co.uk,wymondhamandattleboroughmercury.co.uk,xfire.com,yorkshirelife.co.uk,yourchickens.co.uk##.advert +98online.com,9news.com.au,abplive.in,africareview.com,airgunshooting.co.uk,airmalta.com,allghananews.com,anews.com.tr,angliaafloat.co.uk,arabianindustry.com,barkinganddagenhampost.co.uk,becclesandbungayjournal.co.uk,bexleytimes.co.uk,bitcoinzebra.com,blogto.com,bloomberg.com,bollywoodhungama.com,bromsgrovestandard.co.uk,burymercury.co.uk,cambstimes.co.uk,canalboat.co.uk,caribbeancinemas.com,cbc.ca,centralfm.co.uk,chemicalwatch.com,cheshirelife.co.uk,coastalscene24.co.uk,completefrance.com,cotswoldlife.co.uk,countrysmallholding.com,coventryobserver.co.uk,cranbrookherald.com,craveonline.com,crimemagazine.com,dailyedge.ie,dailysun.co.za,dawn.com,derbyshirelife.co.uk,derehamtimes.co.uk,designmena.com,devonlife.co.uk,directory247.co.uk,dissmercury.co.uk,dorsetmagazine.co.uk,droitwichstandard.co.uk,dunmowbroadcast.co.uk,eadt.co.uk,eastlondonadvertiser.co.uk,edp24.co.uk,ee.co.za,elystandard.co.uk,eos.org,essexlifemag.co.uk,eveningnews24.co.uk,eveshamobserver.co.uk,exmouthherald.co.uk,exmouthjournal.co.uk,express.co.uk,expressandstar.com,fakenhamtimes.co.uk,farmprogress.com,foxbusiness.com,foxnews.com,ft.com,games.co.uk,gamesgames.com,gamesindustry.biz,gfi.com,gnovies.com,gravesendreporter.co.uk,greatbritishlife.co.uk,greatyarmouthmercury.co.uk,greenun24.co.uk,guardianonline.co.nz,guernseypress.com,gulfnews.com,hackneygazette.co.uk,hamhigh.co.uk,hampshire-life.co.uk,healthcanal.com,healthguru.com,healthinsurancedaily.com,herefordshirelife.co.uk,hertfordshirelife.co.uk,hertsad.co.uk,hollywoodreporter.com,hoteliermiddleeast.com,huntspost.co.uk,icaew.com,ilfordrecorder.co.uk,ipswichstar.co.uk,islingtongazette.co.uk,jerseyeveningpost.com,journeychristiannews.com,kent-life.co.uk,kentnews.co.uk,kumusika.co.zw,lancashirelife.co.uk,leamingtonobserver.co.uk,legendarypokemon.net,lgr.co.uk,livingedge.co.uk,lowestoftjournal.co.uk,maltapark.com,malvernobserver.co.uk,medicalnewstoday.com,megasearch.co,midweekherald.co.uk,mmegi.bw,momjunction.com,money-marketuk.com,morningstar.co.uk,msnbc.com,music-news.com,myfinances.co.uk,newhamrecorder.co.uk,newstalkzb.co.nz,newsweek.com,nine.com.au,ninemsn.com.au,norfolkmag.co.uk,northdevongazette.co.uk,northeastlifemag.co.uk,northnorfolknews.co.uk,northsomersettimes.co.uk,outdoorchannel.com,phnompenhpost.com,piccsy.com,pilotweb.aero,pinkun.com,radiosport.co.nz,realestate.co.nz,redditchstandard.co.uk,romfordrecorder.co.uk,royston-crow.co.uk,rugbyobserver.co.uk,saffronwaldenreporter.co.uk,shropshirelifemagazine.co.uk,shropshirestar.com,sidmouthherald.co.uk,skysports.com,solihullobserver.co.uk,somerset-life.co.uk,sowetanlive.co.za,sportingshooter.co.uk,sportspromedia.com,stowmarketmercury.co.uk,stratfordobserver.co.uk,sudburymercury.co.uk,suffolkmag.co.uk,sundayworld.co.za,surreylife.co.uk,sussexlife.co.uk,technewstoday.com,tenplay.com.au,the42.ie,thecomet.net,thegardener.co.za,thegayuk.com,thejournal.ie,thetribunepapers.com,thewestonmercury.co.uk,totalscifionline.com,travelchannel.com,trucksplanet.com,tvweek.com,vg247.com,videogamer.com,warwickshirelife.co.uk,wattonandswaffhamtimes.co.uk,weddingsite.co.uk,westessexlife.co.uk,whtimes.co.uk,wiltshiremagazine.co.uk,winewizard.co.za,wisbechstandard.co.uk,worcesterobserver.co.uk,worcestershirelife.co.uk,wow247.co.uk,wymondhamandattleboroughmercury.co.uk,xfire.com,yorkshirelife.co.uk,yourchickens.co.uk##.advert bdaily.co.uk##.advert-wrapper + .columnist naldzgraphics.net##.advertBSA -bandwidthblog.com,demerarawaves.com,eaglecars.com,earth911.com,pcmag.com,proporn.com,slodive.com,smartearningsecrets.com,smashingapps.com,theawesomer.com,theawesomer.comtar.com,weathernationtv.com##.advertise +bandwidthblog.com,demerarawaves.com,eaglecars.com,earth911.com,hypable.com,pcmag.com,proporn.com,slodive.com,smartearningsecrets.com,smashingapps.com,theawesomer.com,theawesomer.comtar.com,weathernationtv.com##.advertise thepeninsulaqatar.com##.advertise-04 thepeninsulaqatar.com##.advertise-05 thepeninsulaqatar.com##.advertise-09 @@ -58385,7 +58815,7 @@ thepeninsulaqatar.com##.advertise-10 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,allflicks.net,allpeliculas.com,allrecipes.com,am1260thebuzz.com,amctv.com,animax-asia.com,annahar.com,ap.org,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,bizarremag.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,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.co.za,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,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,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,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,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,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,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,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,allflicks.net,allpeliculas.com,allrecipes.com,am1260thebuzz.com,amctv.com,animax-asia.com,annahar.com,ap.org,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,bizarremag.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.co.za,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,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,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,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,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,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,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 biggestplayer.me##.advertisement + [class] fieldandstream.com##.advertisement-fishing-contest firehouse.com,locksmithledger.com,officer.com,securityinfowatch.com##.advertisement:not(.body) @@ -58409,7 +58839,6 @@ adventuregamers.com##.af_disclaimer independent.ng##.afc_popup gadgetsnow.com##.aff-link f1i.com##.affiche -eurogamer.net##.affiliate movie4u.org##.affiliate-button allmovie.com##.affiliate-links macworld.co.uk##.affiliate-links__row--amazon @@ -58599,6 +59028,7 @@ webscribble.com##.baner autotrader.co.uk##.banner--7th-position autotrader.co.uk##.banner--leaderboard autotrader.co.uk##.banner--skyscraper +onlineradiobox.com##.banner--vertical ariacharts.com.au,nation.sc,robinwidget.com,techshout.com##.banner-1 nation.sc,robinwidget.com##.banner-2 dailynewsegypt.com##.banner-250 @@ -58607,6 +59037,7 @@ nbcsports.com,onrpg.com,usahealthcareguide.com##.banner-300-250 alltop.com##.banner-background schoolguide.co.za##.banner-bar schoolguide.co.za##.banner-bar-bot +pretoria.co.za##.banner-bg luxgallery.com##.banner-big-cotent naturalnewsblogs.com,yellowpages.com.lb##.banner-box 1027dabomb.net##.banner-btf @@ -58716,7 +59147,7 @@ timesofoman.com##.bannerbox2 fashionotes.com##.bannerclick arcadebomb.com##.bannerext breakfreemovies.com,fifaembed.com,nowwatchtvlive.com,tvbay.org##.bannerfloat -2merkato.com,2mfm.org,aps.dz,armyrecognition.com,beginlinux.com,brecorder.com,caravansa.co.za,cbn.co.za,dailynews.co.tz,eatdrinkexplore.com,epgn.com,eprop.co.za,fleetwatch.co.za,gameofthrones.net,i-programmer.info,irishradio.com,killerdirectory.com,knowthecause.com,maravipost.com,mbc.mw,mousesteps.com,onislam.net,paris-update.com,radio90fm.com,radiolumiere.org,radiowave.com.na,rainbowpages.lk,rhylfc.co.uk,rtc107fm.com,russianireland.com,sa4x4.co.za,seatrade-cruise.com,soccer24.co.zw,thebankangler.com,thepatriot.co.bw,thesentinel.com,total-croatia-news.com,tribune.net.ph,triplehfm.com.au,vidipedia.org##.bannergroup +2merkato.com,2mfm.org,aps.dz,armyrecognition.com,beginlinux.com,brecorder.com,caravansa.co.za,cbn.co.za,dailynews.co.tz,eatdrinkexplore.com,epgn.com,eprop.co.za,fleetwatch.co.za,gameofthrones.net,i-programmer.info,irishradio.com,killerdirectory.com,knowthecause.com,maravipost.com,mbc.mw,mousesteps.com,onislam.net,pamplinmedia.com,paris-update.com,portlandtribune.com,radio90fm.com,radiolumiere.org,radiowave.com.na,rainbowpages.lk,rhylfc.co.uk,rtc107fm.com,russianireland.com,sa4x4.co.za,seatrade-cruise.com,soccer24.co.zw,thebankangler.com,thepatriot.co.bw,thesentinel.com,total-croatia-news.com,tribune.net.ph,triplehfm.com.au,vidipedia.org##.bannergroup brecorder.com##.bannergroup_box vidipedia.org##.bannergroup_menu malaysiandigest.com##.bannergroup_sideBanner2 @@ -58822,6 +59253,7 @@ uvnc.com##.black + table[cellspacing="0"][cellpadding="5"][style="width: 100%;"] nowsci.com##.black_overlay kioskea.net##.bloc_09 overwatchhentai.net##.block +interest.co.nz##.block--dfp-setup jobmail.co.za##.block-AdsByJobMail ap.org##.block-ap-google-adwords taxsutra.com##.block-banner @@ -58886,6 +59318,7 @@ euroweek.com##.bnr-top carnewschina.com##.bnr728 informer.com##.bnr_block armenpress.am##.bnrcontainer +southerntimesafrica.com##.body-header-banner cheatcc.com##.body-side-banner billboard.biz##.bodyContent[style="padding-bottom:30px; text-align: center"] royalbank.com##.bodyPromotion @@ -59015,6 +59448,7 @@ clip.dj##.btnDownloadRingtone whosampled.com##.btnRingtoneTrack wrc.com##.btns wrc.com##.btnswf +boredomtherapy.com##.btparel1 gizmodo.com.au##.btyb_cat hltv.org##.buff-box wired.com##.builder-section-ad @@ -59457,6 +59891,7 @@ digitaltrends.com##.dtads-slot googleping.com,search.com##.dtext darkreading.com##.dualRight bloomberg.com##.dvz-widget-sponsor +msn.com##.dynamicRRWrapper webmd.com##.dynbm_wrap techraptor.net,watchreport.com##.e3lan300_250-widget euractiv.com##.ea-gat-slot-wrapper @@ -59467,6 +59902,7 @@ psu.com##.ebayh1 gumtree.com##.ecn-display-block ecosia.org##.ecolink-search-result teenvogue.com##.ecom-placement +theblaze.com##.ecomm-widget segmentnext.com##.ecommerce-data smashingmagazine.com##.ed smashingmagazine.com##.ed-us @@ -59521,7 +59957,7 @@ nytimes.com##.expediaBooking mercurynews.com##.expertBox bestvpn.com##.expressvpn-box ddlvalley.net##.ext-link -leadership.ng##.external +gizchina.com,leadership.ng##.external smithsonianmag.com##.external-associated smithsonianmag.com##.external-associated-products realestate.co.nz##.externalLinkBar @@ -59554,7 +59990,7 @@ ghanaweb.com##.featLks reason.com##.feature wowheadnews.com##.feature-aside mumbrella.com.au##.featureBanner -findthatfile.com,lifestyle.yahoo.com,simplyhired.com,yellowpages.com##.featured +aubizbuysell.com.au,findthatfile.com,lifestyle.yahoo.com,nzbizbuysell.co.nz,nzcommercial.co.nz,nzfranchises.co.nz,simplyhired.com,yellowpages.com##.featured recombu.com##.featured-deal sidereel.com##.featured-episode-link everydayhealth.com##.featured-group @@ -59630,6 +60066,7 @@ africasports.net##.footer-columns standardmedia.co.ke##.footer-full-banner foxsports.com##.footer-image 931dapaina.com,elitetraveler.com##.footer-leaderboard +earthsky.org##.footer-leaderboard-wrapper ferrari.com##.footer-main__sponsors thecinemasource.com##.footer-marketgid supercars.com##.footer-promo @@ -59702,7 +60139,7 @@ whatismybrowser.com##.funholderleaderboard728 mattgemmell.com##.fusion_attrib_footer chrisbrownworld.com,myplay.com##.fwas300x250 masterworksbroadway.com##.fwas728x90_top -chronicle.gi,newsday.co.zw,one.com.mt,southerneye.co.zw,theindependent.co.zw,thestandard.co.zw##.g +chronicle.gi,dallasvoice.com,newsday.co.zw,one.com.mt,southerneye.co.zw,theindependent.co.zw,thestandard.co.zw##.g thelakewoodscoop.com##.g-col > a nofilmschool.com##.g-leader cnx-software.com,thegolfnewsnet.com##.g-single @@ -59864,7 +60301,7 @@ mariopiperni.com,tmrzoo.com##.headbanner inverse.com##.header ynaija.com##.header-728 worldpress.org##.header-b -americanfreepress.net,freemalaysiatoday.com,gameplayinside.com,hotfrog.co.uk,islamchannel.tv,ksstradio.com,landandfarm.com,mashable.com,myrecipes.com,pointblanknews.com,soccer24.co.zw,wow247.co.uk##.header-banner +americanfreepress.net,cookinglight.com,freemalaysiatoday.com,gameplayinside.com,hotfrog.co.uk,islamchannel.tv,ksstradio.com,landandfarm.com,mashable.com,myrecipes.com,pointblanknews.com,soccer24.co.zw,wow247.co.uk##.header-banner fansided.com,winteriscoming.net##.header-billboard vapingunderground.com##.header-block worldpress.org##.header-bnr @@ -60152,7 +60589,7 @@ flatuicolors.com##.launchers aniscartujo.com##.layer_main iwradio.co.uk##.layerslider_widget independent.co.uk,standard.co.uk##.layout-component-ines-sponsored-features-sidebar -flava.co.nz,hauraki.co.nz,mixonline.co.nz,newstalkzb.co.nz,thehits.co.nz,zmonline.com##.layout__background +flava.co.nz,hauraki.co.nz,mixonline.co.nz,newstalkzb.co.nz,radiosport.co.nz,thehits.co.nz,zmonline.com##.layout__background pastebin.com##.layout_clear milesplit.com##.lb etonline.com##.lb_bottom @@ -60181,7 +60618,7 @@ expertreviews.co.uk##.leaderLeft expertreviews.co.uk##.leaderRight bakercityherald.com##.leaderTop freelanceswitch.com,stockvault.net,tutsplus.com##.leader_board -1019thewolf.com,1047.com.au,2dayfm.com.au,2gofm.com.au,2mcfm.com.au,2rg.com.au,2wg.com.au,420careers.com,4tofm.com.au,923thefox.com,929.com.au,953srfm.com.au,9to5google.com,9to5mac.com,9to5toys.com,abajournal.com,abovethelaw.com,adn.com,advosports.com,adyou.me,androidfirmwares.net,aroundosceola.com,autoaction.com.au,autos.ca,autotrader.ca,ballstatedaily.com,baydriver.co.nz,bellinghamherald.com,bestproducts.com,birdmanstunna.com,blitzcorner.com,bnd.com,bradenton.com,browardpalmbeach.com,cantbeunseen.com,carynews.com,centredaily.com,chairmanlol.com,citymetric.com,citypages.com,claytonnewsstar.com,clgaming.net,clicktogive.com,cnet.com,coastandcountrynews.co.nz,cokeandpopcorn.com,commercialappeal.com,cosmopolitan.co.uk,cosmopolitan.com,cosmopolitan.in,cosmopolitan.ng,courierpress.com,cprogramming.com,dailynews.co.zw,dailysport.co.uk,dallasobserver.com,designtaxi.com,digitalspy.com,digitaltrends.com,diply.com,directupload.net,dispatch.com,diyfail.com,docspot.com,donchavez.com,driving.ca,dummies.com,edmunds.com,electrek.co,elle.com,elledecor.com,energyvoice.com,enquirerherald.com,esquire.com,explainthisimage.com,expressandstar.com,film.com,foodista.com,fortmilltimes.com,forums.thefashionspot.com,fox.com.au,fox1150.com,fresnobee.com,funnyexam.com,funnytipjars.com,galatta.com,gamerevolution.com,gamesindustry.biz,gamesville.com,geek.com,givememore.com.au,gmanetwork.com,goldenpages.be,goldfm.com.au,goodhousekeeping.com,gosanangelo.com,guernseypress.com,hardware.info,harpersbazaar.com,heart1073.com.au,heatworld.com,hemmings.com,heraldonline.com,hi-mag.com,hit105.com.au,hit107.com,hot1035.com,hot1035radio.com,hotfm.com.au,hourdetroit.com,housebeautiful.com,houstonpress.com,hypegames.com,iamdisappoint.com,idahostatesman.com,idello.org,imedicalapps.com,independentmail.com,indie1031.com,intomobile.com,ioljobs.co.za,irishexaminer.com,islandpacket.com,itnews.com.au,itproportal.com,japanisweird.com,jdpower.com,jerseyeveningpost.com,kentucky.com,keysnet.com,kidspot.com.au,kitsapsun.com,knoxnews.com,kofm.com.au,lakewyliepilot.com,laweekly.com,ledger-enquirer.com,legion.org,lgbtqnation.com,lightreading.com,lolhome.com,lonelyplanet.com,lsjournal.com,mac-forums.com,macon.com,mapcarta.com,marieclaire.com,marinmagazine.com,mcclatchydc.com,medicalnewstoday.com,mercedsunstar.com,meteovista.co.uk,meteovista.com,miaminewtimes.com,mix.com.au,modbee.com,monocle.com,morefailat11.com,myrtlebeachonline.com,nameberry.com,naplesnews.com,nature.com,nbl.com.au,newarkrbp.org,newsobserver.com,nowtoronto.com,nxfm.com.au,objectiface.com,onnradio.com,openfile.ca,organizedwisdom.com,overclockers.com,passedoutphotos.com,pehub.com,peoplespharmacy.com,perfectlytimedphotos.com,phoenixnewtimes.com,photographyblog.com,pinknews.co,pinknews.co.uk,pons.com,pons.eu,popularmechanics.com,pressherald.com,radiowest.com.au,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,rebubbled.com,recode.net,redding.com,reporternews.com,roadandtrack.com,roadrunner.com,roulettereactions.com,rr.com,sacarfan.co.za,sanluisobispo.com,scifinow.co.uk,seafm.com.au,searchenginesuggestions.com,shinyshiny.tv,shitbrix.com,shocktillyoudrop.com,shropshirestar.com,slashdot.org,slideshare.net,southerncrossten.com.au,space.com,spacecast.com,sparesomelol.com,spoiledphotos.com,sportsnet.ca,sportsvite.com,starfm.com.au,stopdroplol.com,straitstimes.com,stripes.com,stv.tv,sunfm.com.au,sunherald.com,supersport.com,tattoofailure.com,tbreak.com,tcpalm.com,techdigest.tv,techzim.co.zw,terra.com,thamesradio.london,theatermania.com,thecrimson.com,thehollywoodgossip.com,thejewishnews.com,thenationalstudent.com,thenewstribune.com,theolympian.com,therangecountry.com.au,theriver.com.au,theskanner.com,thestar.com.my,thestate.com,timescolonist.com,timesrecordnews.com,titantv.com,treehugger.com,tri-cityherald.com,triplem.com.au,triplemclassicrock.com,tvfanatic.com,uswitch.com,vcstar.com,villagevoice.com,vivastreet.co.uk,vr-zone.com,walyou.com,washingtonpost.com,waterline.co.nz,westword.com,whatsonstage.com,where.ca,wired.com,yodawgpics.com,yoimaletyoufinish.com##.leaderboard +1019thewolf.com,1047.com.au,2dayfm.com.au,2gofm.com.au,2mcfm.com.au,2rg.com.au,2wg.com.au,420careers.com,4tofm.com.au,923thefox.com,929.com.au,953srfm.com.au,9to5google.com,9to5mac.com,9to5toys.com,abajournal.com,abovethelaw.com,adn.com,advosports.com,adyou.me,androidfirmwares.net,aroundosceola.com,autoaction.com.au,autos.ca,autotrader.ca,ballstatedaily.com,baydriver.co.nz,bellinghamherald.com,bestproducts.com,birdmanstunna.com,blitzcorner.com,bnd.com,bradenton.com,browardpalmbeach.com,cantbeunseen.com,carynews.com,centredaily.com,chairmanlol.com,citymetric.com,citypages.com,claytonnewsstar.com,clgaming.net,clicktogive.com,cnet.com,coastandcountrynews.co.nz,cokeandpopcorn.com,commercialappeal.com,cosmopolitan.co.uk,cosmopolitan.com,cosmopolitan.in,cosmopolitan.ng,courierpress.com,cprogramming.com,dailynews.co.zw,dailysport.co.uk,dallasobserver.com,designtaxi.com,digitalspy.com,digitaltrends.com,diply.com,directupload.net,dispatch.com,diyfail.com,docspot.com,donchavez.com,driving.ca,dummies.com,edmunds.com,electrek.co,elle.com,elledecor.com,energyvoice.com,enquirerherald.com,esquire.com,explainthisimage.com,expressandstar.com,film.com,foodista.com,fortmilltimes.com,forums.thefashionspot.com,fox.com.au,fox1150.com,fresnobee.com,funnyexam.com,funnytipjars.com,galatta.com,gamerevolution.com,gamesindustry.biz,gamesville.com,geek.com,givememore.com.au,gmanetwork.com,goldenpages.be,goldfm.com.au,goodhousekeeping.com,gosanangelo.com,guernseypress.com,hardware.info,harpersbazaar.com,heart1073.com.au,heatworld.com,hemmings.com,heraldonline.com,hi-mag.com,hit105.com.au,hit107.com,hot1035.com,hot1035radio.com,hotfm.com.au,hourdetroit.com,housebeautiful.com,houstonpress.com,hypegames.com,iamdisappoint.com,idahostatesman.com,idello.org,imedicalapps.com,independentmail.com,indie1031.com,intomobile.com,ioljobs.co.za,irishexaminer.com,islandpacket.com,itnews.com.au,itproportal.com,japanisweird.com,jdpower.com,jerseyeveningpost.com,kentucky.com,keysnet.com,kidspot.com.au,kitsapsun.com,knoxnews.com,kofm.com.au,lakewyliepilot.com,laweekly.com,ledger-enquirer.com,legion.org,lgbtqnation.com,lightreading.com,lolhome.com,lonelyplanet.com,lsjournal.com,mac-forums.com,macon.com,mapcarta.com,marieclaire.co.za,marieclaire.com,marinmagazine.com,mcclatchydc.com,medicalnewstoday.com,mercedsunstar.com,meteovista.co.uk,meteovista.com,miaminewtimes.com,mix.com.au,modbee.com,monocle.com,morefailat11.com,myrtlebeachonline.com,nameberry.com,naplesnews.com,nature.com,nbl.com.au,newarkrbp.org,newsobserver.com,nowtoronto.com,nxfm.com.au,objectiface.com,onnradio.com,openfile.ca,organizedwisdom.com,overclockers.com,passedoutphotos.com,pehub.com,peoplespharmacy.com,perfectlytimedphotos.com,phoenixnewtimes.com,photographyblog.com,pinknews.co,pinknews.co.uk,pons.com,pons.eu,popularmechanics.com,pressherald.com,radiowest.com.au,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,rebubbled.com,recode.net,redding.com,reporternews.com,roadandtrack.com,roadrunner.com,roulettereactions.com,rr.com,sacarfan.co.za,sanluisobispo.com,scifinow.co.uk,seafm.com.au,searchenginesuggestions.com,shinyshiny.tv,shitbrix.com,shocktillyoudrop.com,shropshirestar.com,slashdot.org,slideshare.net,southerncrossten.com.au,space.com,spacecast.com,sparesomelol.com,spoiledphotos.com,sportsnet.ca,sportsvite.com,starfm.com.au,stopdroplol.com,straitstimes.com,stripes.com,stv.tv,sunfm.com.au,sunherald.com,supersport.com,tattoofailure.com,tbreak.com,tcpalm.com,techdigest.tv,techzim.co.zw,terra.com,thamesradio.london,theatermania.com,thecrimson.com,thehollywoodgossip.com,thejewishnews.com,thenationalstudent.com,thenewstribune.com,theolympian.com,therangecountry.com.au,theriver.com.au,theskanner.com,thestar.com.my,thestate.com,timescolonist.com,timesrecordnews.com,titantv.com,treehugger.com,tri-cityherald.com,triplem.com.au,triplemclassicrock.com,tvfanatic.com,uswitch.com,vcstar.com,villagevoice.com,vivastreet.co.uk,vr-zone.com,walyou.com,washingtonpost.com,waterline.co.nz,westword.com,whatsonstage.com,where.ca,wired.com,wmagazine.com,yodawgpics.com,yoimaletyoufinish.com##.leaderboard ameinfo.com##.leaderboard-area rantnow.com##.leaderboard-atf autotrader.co.uk,mixcloud.com##.leaderboard-banner @@ -60283,7 +60720,6 @@ leaprate.com##.logooos_container toblender.com##.longadd channel24.co.za,netwerk24.com,news24.com,sport24.co.za,w24.co.za,wheels24.co.za##.love2meet vg247.com##.low-leader-container -eurogamer.net##.low-leaderboard-container omegle.com##.lowergaybtn omegle.com##.lowersexybtn cfos.de##.lr_left @@ -60312,7 +60748,7 @@ digitaltrends.com,tvguide.com##.m-shop digitaltrends.com##.m-widget_deal share-links.biz##.m10.center share-links.biz##.m20 > div[id]:first-child:last-child -minivannews.com##.m_banner_show +gayvegas.com,minivannews.com##.m_banner_show downloadatoz.com##.ma hitc.com##.ma-wrapper movies.msn.com##.magAd @@ -60345,7 +60781,7 @@ industryweek.com##.market600 investors.com##.marketBox nzherald.co.nz##.marketPlace gisborneherald.co.nz##.market_place -knowd.com,rockpapershotgun.com,theslingshot.com##.marketing +knowd.com,theslingshot.com##.marketing edmunds.com##.marketing-message-section bangkok.com##.marketing-spot rtklive.com##.marketing_banner @@ -60514,7 +60950,7 @@ seetickets.com##.mp-sidebar-right newscientist.com##.mpMPU syfy.com##.mps-container cnbc.com##.mps-slot -98fm.com,accringtonobserver.co.uk,afcbournemouthnews.com,alloaadvertiser.com,ardrossanherald.com,audioreview.com,autotrader.co.za,barrheadnews.com,bigtop40.com,birminghammail.co.uk,birminghampost.co.uk,bizarremag.com,bobfm.co.uk,bordertelegraph.com,bracknellnews.co.uk,burnleyfcnews.com,capitalfm.com,capitalxtra.com,carrickherald.com,caughtoffside.com,centralfifetimes.com,chelseanews.com,chesterchronicle.co.uk,chroniclelive.co.uk,classicfm.com,clydebankpost.co.uk,cnet.com,coventrytelegraph.net,crewechronicle.co.uk,crystalpalacenews.com,cultofandroid.com,cumnockchronicle.com,dailypost.co.uk,dailyrecord.co.uk,dcsuk.info,directory.im,directory247.co.uk,divamag.co.uk,dplay.com,dumbartonreporter.co.uk,dunfermlinepress.com,durhamtimes.co.uk,eastlothiancourier.com,econsultancy.com,eurogamer.net,evertonnews.com,examiner.co.uk,findanyfilm.com,football-league.co.uk,games.co.uk,gamesindustry.biz,gardensillustrated.com,gazettelive.co.uk,getbucks.co.uk,getreading.co.uk,getsurrey.co.uk,getwestlondon.co.uk,golf365.com,goonernews.com,greenocktelegraph.co.uk,hammersheadlines.com,heart.co.uk,heatworld.com,helensburghadvertiser.co.uk,her.ie,herfamily.ie,huddersfieldtownnews.com,impartialreporter.com,independent.co.uk,indy100.com,irishexaminer.com,irvinetimes.com,jamieoliver.com,jazzfm.com,joe.co.uk,joe.ie,journallive.co.uk,largsandmillportnews.com,leicestercitynews.org,liverpoolecho.co.uk,localberkshire.co.uk,look.co.uk,loughboroughecho.net,macclesfield-express.co.uk,macuser.co.uk,manchestereveningnews.co.uk,mancitynews.com,manunews.com,metoffice.gov.uk,mtv.com.lb,mumsnet.com,musicradar.com,musicradio.com,mygoldmusic.co.uk,newburyandthatchamchronicle.co.uk,newcastleunitednews.org,newscientist.com,newstalk.com,newstatesman.com,northernfarmer.co.uk,osadvertiser.co.uk,peeblesshirenews.com,pinknews.co.uk,planetrock.com,propertynews.com,racecar-engineering.com,radiotimes.com,radiox.co.uk,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,readingchronicle.co.uk,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,realradioxs.co.uk,recombu.com,redhillandreigatelife.co.uk,rochdaleonline.co.uk,rossendalefreepress.co.uk,rte.ie,runcornandwidnesweeklynews.co.uk,saintsnews.com,scotsman.com,seagullsnews.com,skysports.com,sloughobserver.co.uk,smallholder.co.uk,smartertravel.com,smoothradio.com,southportvisiter.co.uk,southwestfarmer.co.uk,spin1038.com,spinsouthwest.com,sportsjoe.ie,sportsmole.co.uk,spursnews.com,stokecitynews.com,strathallantimes.co.uk,swanseacitynews.com,t3.com,tcmuk.tv,the-gazette.co.uk,the-tls.co.uk,theadvertiserseries.co.uk,thejournal.co.uk,thelancasterandmorecambecitizen.co.uk,thetimes.co.uk,thevillager.co.uk,thisisfutbol.com,timeoutabudhabi.com,timeoutbahrain.com,timeoutdoha.com,timeoutdubai.com,todayfm.com,toffeeweb.com,troontimes.com,tv3.ie,txfm.ie,uktv.co.uk,vg247.com,videogamer.com,walesonline.co.uk,walkon.com,warringtonguardian.co.uk,watfordfcnews.com,westbromnews.com,wiltshirebusinessonline.co.uk,windsorobserver.co.uk##.mpu +98fm.com,accringtonobserver.co.uk,afcbournemouthnews.com,alloaadvertiser.com,ardrossanherald.com,audioreview.com,autotrader.co.za,barrheadnews.com,bigtop40.com,birminghammail.co.uk,birminghampost.co.uk,bizarremag.com,bobfm.co.uk,bordertelegraph.com,bracknellnews.co.uk,burnleyfcnews.com,capitalfm.com,capitalxtra.com,carrickherald.com,caughtoffside.com,centralfifetimes.com,chelseanews.com,chesterchronicle.co.uk,chroniclelive.co.uk,classicfm.com,clydebankpost.co.uk,cnet.com,coventrytelegraph.net,crewechronicle.co.uk,crystalpalacenews.com,cultofandroid.com,cumnockchronicle.com,dailypost.co.uk,dailyrecord.co.uk,dcsuk.info,directory.im,directory247.co.uk,divamag.co.uk,dplay.com,dumbartonreporter.co.uk,dunfermlinepress.com,durhamtimes.co.uk,eastlothiancourier.com,econsultancy.com,evertonnews.com,examiner.co.uk,findanyfilm.com,football-league.co.uk,games.co.uk,gamesindustry.biz,gardensillustrated.com,gazettelive.co.uk,getbucks.co.uk,getreading.co.uk,getsurrey.co.uk,getwestlondon.co.uk,golf365.com,goonernews.com,greenocktelegraph.co.uk,hammersheadlines.com,heart.co.uk,heatworld.com,helensburghadvertiser.co.uk,her.ie,herfamily.ie,huddersfieldtownnews.com,impartialreporter.com,independent.co.uk,indy100.com,irishexaminer.com,irvinetimes.com,jamieoliver.com,jazzfm.com,joe.co.uk,joe.ie,journallive.co.uk,largsandmillportnews.com,leicestercitynews.org,liverpoolecho.co.uk,localberkshire.co.uk,look.co.uk,loughboroughecho.net,macclesfield-express.co.uk,macuser.co.uk,manchestereveningnews.co.uk,mancitynews.com,manunews.com,metoffice.gov.uk,mtv.com.lb,mumsnet.com,musicradar.com,musicradio.com,mygoldmusic.co.uk,newburyandthatchamchronicle.co.uk,newcastleunitednews.org,newscientist.com,newstalk.com,newstatesman.com,northernfarmer.co.uk,osadvertiser.co.uk,peeblesshirenews.com,pinknews.co.uk,planetrock.com,propertynews.com,racecar-engineering.com,radiotimes.com,radiox.co.uk,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,readingchronicle.co.uk,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,realradioxs.co.uk,recombu.com,redhillandreigatelife.co.uk,rochdaleonline.co.uk,rossendalefreepress.co.uk,rte.ie,runcornandwidnesweeklynews.co.uk,saintsnews.com,scotsman.com,seagullsnews.com,skysports.com,sloughobserver.co.uk,smallholder.co.uk,smartertravel.com,smoothradio.com,southportvisiter.co.uk,southwestfarmer.co.uk,spin1038.com,spinsouthwest.com,sportsjoe.ie,sportsmole.co.uk,spursnews.com,stokecitynews.com,strathallantimes.co.uk,swanseacitynews.com,t3.com,tcmuk.tv,the-gazette.co.uk,the-tls.co.uk,theadvertiserseries.co.uk,thejournal.co.uk,thelancasterandmorecambecitizen.co.uk,thetimes.co.uk,thevillager.co.uk,thisisfutbol.com,timeoutabudhabi.com,timeoutbahrain.com,timeoutdoha.com,timeoutdubai.com,todayfm.com,toffeeweb.com,troontimes.com,tv3.ie,txfm.ie,uktv.co.uk,vg247.com,videogamer.com,walesonline.co.uk,walkon.com,warringtonguardian.co.uk,watfordfcnews.com,westbromnews.com,wiltshirebusinessonline.co.uk,windsorobserver.co.uk##.mpu greatbritishlife.co.uk,sport360.com##.mpu-banner 4music.com##.mpu-block rightmove.co.uk##.mpu-slot @@ -60645,7 +61081,7 @@ plus.im##.one-creative oneindia.com##.oneindia-coupons-block 50statesclassifieds.com##.onepxtable[width="468"] thedigeratilife.com##.optad -advocate.com##.ourSponsors +advocate.com,out.com##.ourSponsors all-shares.com##.outInformation news.sky.com##.outbrain-table-recommendations-bottom eeweb.com,megashare.com##.overlay @@ -60659,6 +61095,7 @@ worldoftanks-wot.com##.p2small local.com##.pB5.mB15 polls.aol.com##.p_divR amazon.com##.pa-sp-container +bing.com##.pa_mlo chaptercheats.com,longislandpress.com,tucows.com##.pad10 demonoid.pw##.pad9px_left > table:nth-child(8) inquirer.net##.padtopbot5 @@ -60837,7 +61274,7 @@ sassymamahk.com##.pre_header_widget gamesting.com##.pregleaderboard gcnlive.com##.premSponsor towersearch.com##.premier -citationmachine.net,thomsonlocal.com,whitepages.com##.premium +aubizbuysell.com.au,citationmachine.net,nzbizbuysell.co.nz,nzcommercial.co.nz,nzfranchises.co.nz,thomsonlocal.com,whitepages.com##.premium yellowbook.com##.premium-listing dramafever.com##.premium-overlay gamblinginsider.com##.premium_box @@ -60965,6 +61402,7 @@ elpais.com##.publi300_elpais elpais.com##.publi728_elpais catholic.net##.publicidad reporter.bz##.publicidad-logo +eitb.eus##.publicidad_robapaginas europolitics.info##.publicite1 hancinema.net##.publicite_468x60 hancinema.net##.publicite_mobile_300x250 @@ -61004,6 +61442,7 @@ weatherzone.com.au##.rainbowstrip isearch.whitesmoke.com##.rating yts.am##.rating-row > .button-green-download2-big amctv.com##.rb-dart +mydorpie.com##.rbancont pocketnow.com##.rc-item pocketnow.com##.rc-photo bustedcoverage.com##.rcr-box @@ -61099,6 +61538,7 @@ informer.com##.review_a1 hindustantimes.com##.rft_logos alltheragefaces.com##.rg popeater.com##.rgtPane +breakingnews.ie##.ri_container pv-magazine.com##.ric_rot_banner siteslike.com##.rif marieclaire.co.uk,search.smartaddressbar.com,usnewsuniversitydirectory.com##.right @@ -61201,6 +61641,7 @@ mouseprice.com##.salerent_advt nigerianbulletin.com##.samBannerUnit casinonewsdaily.com##.sb-live-dealers scienceblogs.com##.sb-sponsor +bing.com##.sb_add usmagazine.com##.sb_logo thedirty.com##.sbanner 4kidstv.com##.sbbox1 @@ -61517,7 +61958,7 @@ radiozindagi.com##.sponeser mediagazer.com##.sponrn pho.to,smartwebby.com,whoownes.com,workhound.co.uk,yahoo.com##.spons njuice.com,wwitv.com##.sponsb -1130thetiger.com,1310news.com,2oceansvibe.com,964eagle.co.uk,abc22now.com,airlineroute.net,airliners.net,animepaper.net,app.com,ar15.com,austinist.com,b100quadcities.com,bexhillobserver.net,blackpoolfc.co.uk,blackpoolgazette.co.uk,bloomberg.com,bognor.co.uk,bostonstandard.co.uk,brisbanetimes.com.au,brothersoft.com,businessinsider.com,canberratimes.com.au,cbslocal.com,cd1025.com,centralillinoisproud.com,chicagoist.com,chichester.co.uk,concordmonitor.com,dailymaverick.co.za,dcist.com,domainincite.com,dramafever.com,eastbourneherald.co.uk,eastidahonews.com,electricenergyonline.com,europages.co.uk,eurovision.tv,ewn.co.za,gamingcloud.com,gothamist.com,halifaxcourier.co.uk,hastingsobserver.co.uk,hellomagazine.com,homelife.com.au,independent.ie,informationweek.com,isearch.igive.com,itwebafrica.com,khak.com,kkyr.com,kosy790am.com,kpbs.org,ktla.com,kygl.com,laist.com,lcfc.com,lep.co.uk,limerickleader.ie,lmgtfy.com,mg.co.za,mix933fm.com,networkworld.com,newrepublic.com,news1130.com,newsweek.com,nocamels.com,nouse.co.uk,pastie.org,phillyvoice.com,pogo.com,portsmouth.co.uk,power959.com,prestontoday.net,proactiveinvestors.com,proactiveinvestors.com.au,publicradio.org,rock1049.com,rte.ie,scotsman.com,sfgate.com,sfist.com,shieldsgazette.com,sky.com,skysports.com,smh.com.au,spaldingtoday.co.uk,speedcafe.com,star935fm.com,sunderlandecho.com,techonomy.com,theage.com.au,themeditelegraph.com,thescarboroughnews.co.uk,thestar.co.uk,theworld.org,userscripts.org,variety.com,verizon.net,videolan.org,watoday.com.au,wayfm.com,wfnt.com,wigantoday.net,wklh.com,wscountytimes.co.uk,wsj.com,yorkshireeveningpost.co.uk,yorkshirepost.co.uk,zdnet.co.uk,zuula.com##.sponsor +1130thetiger.com,1310news.com,2oceansvibe.com,964eagle.co.uk,abc22now.com,airlineroute.net,airliners.net,animepaper.net,app.com,ar15.com,austinist.com,b100quadcities.com,bexhillobserver.net,blackpoolfc.co.uk,blackpoolgazette.co.uk,bloomberg.com,bognor.co.uk,bostonstandard.co.uk,brisbanetimes.com.au,brothersoft.com,businessinsider.com,canberratimes.com.au,cbslocal.com,cd1025.com,centralillinoisproud.com,chicagoist.com,chichester.co.uk,concordmonitor.com,dailymaverick.co.za,dcist.com,domainincite.com,dramafever.com,eastbourneherald.co.uk,eastidahonews.com,electricenergyonline.com,europages.co.uk,eurovision.tv,ewn.co.za,gamingcloud.com,gayvegas.com,gothamist.com,halifaxcourier.co.uk,hastingsobserver.co.uk,hellomagazine.com,homelife.com.au,independent.ie,informationweek.com,isearch.igive.com,itwebafrica.com,khak.com,kkyr.com,kosy790am.com,kpbs.org,ktla.com,kygl.com,laist.com,lcfc.com,lep.co.uk,limerickleader.ie,lmgtfy.com,mg.co.za,mix933fm.com,networkworld.com,newrepublic.com,news1130.com,newsweek.com,nocamels.com,nouse.co.uk,pastie.org,phillyvoice.com,pogo.com,portsmouth.co.uk,power959.com,prestontoday.net,proactiveinvestors.com,proactiveinvestors.com.au,publicradio.org,rock1049.com,rte.ie,scotsman.com,sfgate.com,sfist.com,shieldsgazette.com,sky.com,skysports.com,smh.com.au,spaldingtoday.co.uk,speedcafe.com,star935fm.com,sunderlandecho.com,techonomy.com,theage.com.au,themeditelegraph.com,thescarboroughnews.co.uk,thestar.co.uk,theworld.org,userscripts.org,variety.com,verizon.net,videolan.org,watoday.com.au,wayfm.com,wfnt.com,wigantoday.net,wklh.com,wscountytimes.co.uk,wsj.com,yorkshireeveningpost.co.uk,yorkshirepost.co.uk,zdnet.co.uk,zuula.com##.sponsor search.comcast.net##.sponsor-6 kiswrockgirls.com##.sponsor-banner tekrevue.com##.sponsor-blurb @@ -61561,7 +62002,7 @@ freeyourandroid.com##.sponsorarea vancouversun.com##.sponsorcontent monsterindia.com##.sponsoreRes monsterindia.com##.sponsoreRes_rp -92q.com,abovethelaw.com,app.com,argusleader.com,azdailysun.com,battlecreekenquirer.com,baxterbulletin.com,biv.com,bloomberg.com,bostonmagazine.com,break.com,bucyrustelegraphforum.com,burlingtonfreepress.com,businesstech.co.za,centralohio.com,chillicothegazette.com,chronicle.co.zw,cincinnati.com,cio.com,citizen-times.com,clarionledger.com,cnbc.com,cnet.com,cnn.com,coloradoan.com,computerworld.com,coshoctontribune.com,courier-journal.com,courierpostonline.com,dailyrecord.com,dailyworld.com,defensenews.com,delawareonline.com,delmarvanow.com,desmoinesregister.com,divamag.co.uk,dnj.com,ebookee.org,examiner.co.uk,express.co.uk,fdlreporter.com,federaltimes.com,findbestvideo.com,floridatoday.com,freep.com,funnyordie.com,geektime.com,govtech.com,greatfallstribune.com,greenbaypressgazette.com,greenvilleonline.com,guampdn.com,hattiesburgamerican.com,hellobeautiful.com,herald.co.zw,hometownlife.com,hotklix.com,htrnews.com,imgur.com,independent.ie,indystar.com,infoworld.com,irishtimes.com,ithacajournal.com,ixquick.com,jacksonsun.com,javaworld.com,jconline.com,knoworthy.com,lansingstatejournal.com,lfpress.com,livingstondaily.com,lohud.com,lycos.com,mansfieldnewsjournal.com,marionstar.com,marketingland.com,marshfieldnewsherald.com,montgomeryadvertiser.com,msn.com,mybroadband.co.za,mycentraljersey.com,mydesert.com,mywot.com,networkworld.com,newarkadvocate.com,news-leader.com,news-press.com,newsleader.com,newsone.com,niagarafallsreview.ca,noscript.net,nugget.ca,pal-item.com,parent24.com,pcworld.com,pnj.com,portclintonnewsherald.com,postcrescent.com,poughkeepsiejournal.com,press-citizen.com,pressconnects.com,racinguk.com,rgj.com,salon.com,scottishdailyexpress.co.uk,sctimes.com,searchengineland.com,seroundtable.com,sheboyganpress.com,shreveporttimes.com,slate.com,stargazette.com,startpage.com,statesmanjournal.com,stevenspointjournal.com,tallahassee.com,techworld.com,tennessean.com,theadvertiser.com,thebarrieexaminer.com,thecalifornian.com,thedailyjournal.com,thedailyobserver.ca,thedirty.com,theguardian.com,theleafchronicle.com,thenationalstudent.com,thenews-messenger.com,thenewsstar.com,thenorthwestern.com,theobserver.ca,thepeterboroughexaminer.com,thespectrum.com,thestarpress.com,thetimesherald.com,thetowntalk.com,timeout.com,timeslive.co.za,timesofmalta.com,traveller24.com,trovit.co.uk,visaliatimesdelta.com,wausaudailyherald.com,wheels.ca,wisconsinrapidstribune.com,yippy.com,zanesvilletimesrecorder.com##.sponsored +92q.com,abovethelaw.com,app.com,argusleader.com,azdailysun.com,battlecreekenquirer.com,baxterbulletin.com,biv.com,bloomberg.com,bostonmagazine.com,break.com,bucyrustelegraphforum.com,burlingtonfreepress.com,businesstech.co.za,centralohio.com,chicagobusiness.com,chillicothegazette.com,chronicle.co.zw,cincinnati.com,cio.com,citizen-times.com,clarionledger.com,cnbc.com,cnet.com,cnn.com,coloradoan.com,computerworld.com,coshoctontribune.com,courier-journal.com,courierpostonline.com,dailyrecord.com,dailyworld.com,defensenews.com,delawareonline.com,delmarvanow.com,desmoinesregister.com,divamag.co.uk,dnj.com,ebookee.org,examiner.co.uk,express.co.uk,fdlreporter.com,federaltimes.com,findbestvideo.com,floridatoday.com,freep.com,funnyordie.com,geektime.com,govtech.com,greatfallstribune.com,greenbaypressgazette.com,greenvilleonline.com,guampdn.com,hattiesburgamerican.com,hellobeautiful.com,herald.co.zw,hometownlife.com,hotklix.com,htrnews.com,imgur.com,independent.ie,indystar.com,infoworld.com,irishtimes.com,ithacajournal.com,ixquick.com,jacksonsun.com,javaworld.com,jconline.com,knoworthy.com,lansingstatejournal.com,lfpress.com,livingstondaily.com,lohud.com,lycos.com,mansfieldnewsjournal.com,marionstar.com,marketingland.com,marshfieldnewsherald.com,montgomeryadvertiser.com,msn.com,mybroadband.co.za,mycentraljersey.com,mydesert.com,mywot.com,networkworld.com,newarkadvocate.com,news-leader.com,news-press.com,newsleader.com,newsone.com,niagarafallsreview.ca,noscript.net,nugget.ca,pal-item.com,parent24.com,pcworld.com,pnj.com,portclintonnewsherald.com,postcrescent.com,poughkeepsiejournal.com,press-citizen.com,pressconnects.com,racinguk.com,rgj.com,salon.com,scottishdailyexpress.co.uk,sctimes.com,searchengineland.com,seroundtable.com,sheboyganpress.com,shreveporttimes.com,slate.com,stargazette.com,startpage.com,statesmanjournal.com,stevenspointjournal.com,tallahassee.com,techworld.com,tennessean.com,theadvertiser.com,thebarrieexaminer.com,thecalifornian.com,thedailyjournal.com,thedailyobserver.ca,thedirty.com,theguardian.com,theleafchronicle.com,thenationalstudent.com,thenews-messenger.com,thenewsstar.com,thenorthwestern.com,theobserver.ca,thepeterboroughexaminer.com,thespectrum.com,thestarpress.com,thetimesherald.com,thetowntalk.com,timeout.com,timeslive.co.za,timesofmalta.com,traveller24.com,trovit.co.uk,visaliatimesdelta.com,wausaudailyherald.com,wheels.ca,wisconsinrapidstribune.com,yippy.com,zanesvilletimesrecorder.com##.sponsored hindustantimes.com##.sponsored-area phillyvoice.com##.sponsored-article-widget christianpost.com,gardensillustrated.com##.sponsored-articles @@ -61681,6 +62122,7 @@ citytalk.fm##.standard-skyscraper-widget leo.org##.standard_banner stardoll.com##.stardollads cinemablend.com##.sticky-div +wtop.com##.sticky_parent gohuskies.com##.stickybar pcauthority.com.au##.storeWidget pcauthority.com.au##.storeWidgetBottom @@ -61767,6 +62209,7 @@ hgtv.com##.tcap hiphopearly.com##.td-468 thespec.com##.td-Home_Sponsor cyberparse.co.uk##.td-a-rec +alextimes.com##.td-a-rec-id-content_bottom sonorannews.com,wonkette.com##.td-a-rec-id-sidebar brila.net,businessmirror.com.ph,cgmagonline.com,sanmarinotribune.com,theyeshivaworld.com##.td-banner-wrap-full nontondramaonline.co##.td-banner-wrap-fulles @@ -61870,7 +62313,7 @@ metrolyrics.com##.top-sponsor theticketmiami.com##.top-super-leaderboard usniff.com##.top-usniff-torrents jarkey.net##.top728 -advocate.com,aol.ca,aol.com,ap.org,dailytrust.com.ng,nerdist.com,reviewgist.com,shelterpop.com,tampabay.com,telegraph.co.uk,wsj.com##.topAd +advocate.com,aol.ca,aol.com,ap.org,dailytrust.com.ng,nerdist.com,out.com,reviewgist.com,shelterpop.com,tampabay.com,telegraph.co.uk,wsj.com##.topAd stevedeace.com##.topAddHolder motor1.com,motorsport.com##.topAp celebrity.aol.co.uk,christianpost.com,comicsalliance.com,csnews.com,europeantour.com,gourmetretailer.com,haaretz.com,inrumor.com,jobberman.com,lemondrop.com,pricegrabber.com,progressivegrocer.com,singlestoreowner.com,urgames.com,urlesque.com##.topBanner @@ -61964,6 +62407,7 @@ ahk-usa.com,gaccmidwest.org,gaccny.com,gaccsouth.com,gaccwest.com##.tx-bannerman care2.com##.txt13-vd shaaditimes.com##.txt[style="border: solid 1px #A299A6; background-color: #FDFCFC;"] geekwire.com##.type-home_listing +bizjournals.com##.u-bg-sponsored villages-news.com##.ubm_premium_banners_rotation villages-news.com##.ubm_premium_rotation_widget funkykit.com##.ubm_rotation_widget @@ -62050,6 +62494,7 @@ n4g.com##.vn-sub searchassist.verizon.com##.vn_searchresults > .vn_results + .vn_rightresults searchassist.verizon.com##.vn_sponsblock vocativ.com##.voc-news-feed-ad +vocm.com##.vocmcares-banner ashbournenewstelegraph.co.uk,ashfordherald.co.uk,bathchronicle.co.uk,bedfordshire-news.co.uk,blackcountrybugle.co.uk,blackmorevale.co.uk,bostontarget.co.uk,brentwoodgazette.co.uk,bristolpost.co.uk,burtonmail.co.uk,cambridge-news.co.uk,cannockmercury.co.uk,canterburytimes.co.uk,carmarthenjournal.co.uk,centralsomersetgazette.co.uk,cheddarvalleygazette.co.uk,cleethorpespeople.co.uk,cornishguardian.co.uk,cornishman.co.uk,courier.co.uk,crawleynews.co.uk,croydonadvertiser.co.uk,derbytelegraph.co.uk,dorkingandleatherheadadvertiser.co.uk,dover-express.co.uk,eastgrinsteadcourier.co.uk,eastlindseytarget.co.uk,ely-news.co.uk,essexchronicle.co.uk,exeterexpressandecho.co.uk,folkestoneherald.co.uk,fromestandard.co.uk,gloucestercitizen.co.uk,gloucestershireecho.co.uk,granthamtarget.co.uk,greatbarrobserver.co.uk,grimsbytelegraph.co.uk,harlowstar.co.uk,hertfordshiremercury.co.uk,hertsandessexobserver.co.uk,hulldailymail.co.uk,leek-news.co.uk,leicestermercury.co.uk,lichfieldmercury.co.uk,lincolnshireecho.co.uk,llanellistar.co.uk,luton-dunstable.co.uk,maidstoneandmedwaynews.co.uk,middevongazette.co.uk,northampton-news-hp.co.uk,northdevonjournal.co.uk,northsomersetmercury.co.uk,nottinghampost.com,nuneaton-news.co.uk,onemk.co.uk,plymouthherald.co.uk,retfordtimes.co.uk,scunthorpetelegraph.co.uk,sevenoakschronicle.co.uk,sheptonmalletjournal.co.uk,sleafordtarget.co.uk,somersetguardian.co.uk,southportvisiter.co.uk,southwales-eveningpost.co.uk,staffordshirelife.co.uk,staffordshirenewsletter.co.uk,stokesentinel.co.uk,stroudlife.co.uk,surreymirror.co.uk,suttoncoldfieldobserver.co.uk,tamworthherald.co.uk,thanetgazette.co.uk,torquayheraldexpress.co.uk,uttoxeteradvertiser.co.uk,walsalladvertiser.co.uk,wellsjournal.co.uk,westbriton.co.uk,westerndailypress.co.uk,westerngazette.co.uk,westernmorningnews.co.uk##.vouchers centurylink.net##.vp_right speedtest.net##.vpn-product @@ -62148,6 +62593,7 @@ mg.co.za,valke.co.za##.widget_banners phonedog.com##.widget_bar_bottom bloomberg.com##.widget_bb_doubleclick_widget thescore.com##.widget_bigbox +bitguru.co.uk##.widget_black_studio_tinymce usacryptocoins.com##.widget_buffercode_banner_upload_info motoring.com.au##.widget_car_stock_widget cbslocal.com,radio.com##.widget_cbs_gamification_stats_widget @@ -62187,7 +62633,7 @@ oboom.com##.window_current foxsports.com##.wisfb_sponsor weatherzone.com.au##.wo-widget-wrap-1 planet5d.com##.wp-image-1573 -breakingac.com,hotelemarketer.com,mynintendonews.com,theconservativetreehouse.com,thecryptosphere.com,them0vieblog.com,whysayanything.com,wordpress.com##.wpa +breakingac.com,hotelemarketer.com,lbo-news.com,michaelsavage.com,mynintendonews.com,theconservativetreehouse.com,thecryptosphere.com,them0vieblog.com,whysayanything.com,wordpress.com##.wpa rustourismnews.com##.wpb_widgetised_column notjustok.com##.wpbr-widget notjustok.com,punchng.com##.wpbrbanner @@ -62272,6 +62718,7 @@ dailysurge.com##:first-child > div[style] + span > :last-child activistpost.com##:last-child > aside > div + span + * isearch.whitesmoke.com##:not(.item):not(.stats) + * + .item sitepoint.com##ADS-WEIGHTED +justwatch.com##PUBLICATION-BLOCK youtube.com##YTM-PROMOTED-VIDEO-RENDERER mobilephonetalk.com##[align="center"] > b > a[href^="http://tinyurl.com/"] incredimail.com##[autoid="sponsoredLinks"] @@ -62301,11 +62748,13 @@ dexerto.com##[href^="https://is.gd/"] hdonline.is,solarmoviez.ru,yesmovies.to##[href^="https://watchasap.com/"] clickmngr.com##[href^="https://www.safenetdir.com/"] vidoza.net##[id*="Overlay"] -animesubita.info,animmex.club,animmex.co.uk,animmex.com,animmex.info,animmex.online,animmex.org,animmex.press,animmex.site,animmex.space,animmex.tech,animmex.website,animmex.xyz,bg-gledai.tv,btsone.cc,jukezilla.com,linx.cloud,monova.org,nowvideo.sx,nowvideo.to,torrentsgroup.com,vodlock.co##[id*="ScriptRoot"] +animesubita.info,animmex.club,animmex.co.uk,animmex.com,animmex.info,animmex.online,animmex.org,animmex.press,animmex.site,animmex.space,animmex.tech,animmex.website,animmex.xyz,bg-gledai.tv,btsone.cc,jukezilla.com,linx.cloud,monova.org,nowvideo.sx,nowvideo.to,ouo.io,torrentsgroup.com,vodlock.co##[id*="ScriptRoot"] thefreethoughtproject.com##[id]:first-child > .widget-container onhax.me##[id][class] > a[href][rel="nofollow"] onhax.me##[id][data-title] 1001tracklists.com##[id][width] +msn.com##[id^="-"] +msn.com##[id^="\35 "] comicbook.com,popculture.com##[id^="oas"] extremetech.com##[id^="zdAdContainer"] cultofmac.com##[name="dn-frame-1"] @@ -62315,6 +62764,7 @@ monova.org##[onclick] > a[href^="javascript:"] filecrypt.cc##[onmouseup$=", true);"] eztv.ag##[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"] @@ -62349,12 +62799,14 @@ pcmag.com##a[data-section="Ads"] roadracerunner.com##a[data-target] mail.yahoo.com##a[data-test-id="pencil-ad"] kdramaindo.com##a[data-wpel-link="external"] +techpowerup.com##a[href$=".png"] bestvpn.com##a[href$="_banner"] isearch.whitesmoke.com##a[href*="&rt=gp&"] insideevs.com##a[href*="&utm_medium=Banners&"] mmorpg.com##a[href*="&utm_medium=skin&"] pcgamesn.com##a[href*="&utm_source"] ndtv.com##a[href*=".amazonaws.com"] +coincodex.com##a[href*=".apps7.space/"] huffingtonpost.com##a[href*=".atwola.com/"] concordnewsradio.com##a[href*=".be/"] concordnewsradio.com##a[href*=".cc/"] @@ -62395,7 +62847,7 @@ movie-censorship.com##a[href*="/out.php?"] dwatchseries.io,watchseries.sk,watchtvseries.unblckd.org##a[href*="/redirect/"] projectfree-tv.to##a[href*="/script/ad.php?"] charismanews.com,federalnewsradio.com##a[href*="/sponsored-content/"] -bbc.com,biznews.com,financialexpress.com,independent.ie,telegraph.co.uk##a[href*="/sponsored/"] +bbc.com,biznews.com,financialexpress.com,independent.ie,irishtimes.com,nan.ng,telegraph.co.uk##a[href*="/sponsored/"] todaypk.com##a[href*="/watch/?"] solarmovie.cz##a[href*="/watchnow?"] devshed.com##a[href*="/www/delivery/"] @@ -62407,13 +62859,17 @@ mathwarehouse.com,sowetanlive.co.za##a[href*="?affiliateid="] distrowatch.com##a[href*="acunetix.com"] torlock.com##a[href*="an0n.download/"] 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"] solarmovie.ac##a[href*="http://www.solarmovie.ac/playmovie?"] +snaptest.org##a[href*="indianbank.net.in/jsp/startIB.jsp"] deadline.com##a[href*="javascript:"] horriblesubs.info##a[href*="jlist.com"] scotch.io##a[href*="leanpub.com"] img imdb.com##a[href*="page-action=offsite-amazon"] +medicaldialogues.in##a[href*="sanjeevanhospital.com"] > img:only-child +medicaldialogues.in##a[href*="sanjeevanhospital.in"] > img:only-child scotch.io##a[href*="synd.co"] img thefreethoughtproject.com##a[href*="voluumtrk.com"] unitconversion.org##a[href="../noads.html"] @@ -62595,7 +63051,7 @@ freebetcodes.info##a[href^="http://affiliates.galapartners.co.uk/"] justhungry.com##a[href^="http://affiliates.jlist.com/"] news24.com##a[href^="http://affiliates.trafficsynergy.com/"] gematsu.com##a[href^="http://aksysgames.com/"] -bizarrepedia.com##a[href^="http://amzn.to/"] +bizarrepedia.com,crodict.com##a[href^="http://amzn.to/"] parentherald.com##a[href^="http://amzn.to/"] > img animetake.com##a[href^="http://anime.jlist.com/click/"] torrent-invites.com##a[href^="http://anonym.to?http://www.seedmonster.net/clientarea/link.php?id="] @@ -62604,7 +63060,7 @@ lyriczz.com##a[href^="http://app.toneshub.com/"] datafilehost.com,load.to,tusfiles.net##a[href^="http://applicationgrabb.net/"] datafilehost.com##a[href^="http://b.contractallsinstance.info/"] thetvdb.com##a[href^="http://billing.frugalusenet.com/"] -123moviesfree.com,coinad.com,dexerto.com,digitallydownloaded.net,dotmmo.com,ebookw.com,majorgeeks.com,mymp3singer.site,naijaloaded.com.ng,pcgamesn.com,premiumtimesng.com,rapidvideo.org,rustourismnews.com,sh.st,sports.yahoo.com,theblaze.com,thehackernews.com,thenationonlineng.net,ultshare.com,wapking.site##a[href^="http://bit.ly/"] +123moviesfree.com,coinad.com,dexerto.com,digitallydownloaded.net,dotmmo.com,ebookw.com,majorgeeks.com,mymp3singer.site,naijaloaded.com.ng,pcgamesn.com,premiumtimesng.com,rapidvideo.org,retail.org.nz,rustourismnews.com,sh.st,sports.yahoo.com,theblaze.com,thehackernews.com,thenationonlineng.net,ultshare.com,wapking.site##a[href^="http://bit.ly/"] 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="] @@ -62884,9 +63340,12 @@ wptmag.com##a[href^="http://www.wptmag.com/promo/"] youtube.com##a[href^="http://www.youtube.com/cthru?"] datafilehost.com##a[href^="http://zilliontoolkitusa.info/"] dulfy.net##a[href^="https://a2g-secure.com/"] +msn.com##a[href^="https://afflnk.microsoft.com/"] +msn.com##a[href^="https://amzn.to/"] +msn.com##a[href^="https://a​​p​​i​​.​​t​​a​​b​​o​​o​​l​​a​​.​​c​​o​​m​​/"] yahoo.com##a[href^="https://beap.adss.yahoo.com/"] yahoo.com##a[href^="https://beap.gemini.yahoo.com/mbclk?"][target="_blank"] -animeidhentai.com,guidedhacking.com##a[href^="https://bit.ly/"] +animeidhentai.com,guidedhacking.com,owaahh.com##a[href^="https://bit.ly/"] blockchain.info##a[href^="https://blockchain.info/r?url="] > img cnn.com##a[href^="https://campaigns.gobankingrates.com/"] cnn.com##a[href^="https://ck.lendingtree.com/"] @@ -62915,6 +63374,7 @@ thehornnews.com##a[href^="https://pro.nutritionandhealing.com/"] cnn.com##a[href^="https://products.gobankingrates.com/"] aol.co.uk##a[href^="https://rover.ebay.com/"] torrentz2.eu,torrentz2.me##a[href^="https://s3-us-west-2.amazonaws.com/"] +turtleboysports.com##a[href^="https://shiva4senate.com/product/"] smallseotools.com##a[href^="https://smallseotools.com/frontend/advertLink/"] cnn.com##a[href^="https://smartasset.com/"] mikymoons.com##a[href^="https://top9space.com/"] @@ -62981,6 +63441,7 @@ shtfplan.com##a[onclick^="_gaq.push(['_trackEvent', 'Banner',"] shtfplan.com##a[onclick^="_gaq.push(['_trackEvent', 'TextAd',"] checkpagerank.net##a[onclick^="_gaq.push(['_trackEvent', 'link', 'linkclick'"] tundraheadquarters.com##a[onclick^="_gaq.push(['_trackEvent', 'outbound-widget'"] +startbootstrap.com##a[onclick^="ga"][onclick*="Referral"] rghost.net##a[onclick^="goad"] naturalon.com,torlock.com,torrentfunk.com,yourbittorrent.com##a[onclick^="javascript:"] coinurl.com,cur.lv##a[onclick^="open_ad('"] @@ -63181,6 +63642,7 @@ mysuburbanlife.com,reviewjournal.com##div[id^="origami-"] reddit.com##div[id^="overlay-sidebar-atf-"] reddit.com##div[id^="overlay-sidebar-btf-"] newindianexpress.com##div[id^="pro_menu"] +experts-exchange.com##div[id^="promo-"] proz.com##div[id^="proz_ad_zone_"] howtogeek.com##div[id^="purch"] space.com##div[id^="rightcol_top"] @@ -63234,6 +63696,7 @@ fansshare.com##div[style="background-image:url(http://img23.fansshare.com/media/ skyatnightmagazine.com##div[style="background: none repeat scroll 0% 0% #B3E3FA; height: 95px; padding: 5px; margin-bottom: 5px;"] backstage.com##div[style="background:#666666; height:250px; color:#fff;"] mamiverse.com##div[style="background:#f7f7f7;padding:40px;"] +crodict.com##div[style="background:green;color:#ffffff;padding:8px;font-size:13px;text-align:center;font-weight:bold;margin:10px"] hints.macworld.com##div[style="border-bottom: 2px solid #7B7B7B; padding-bottom:8px; margin-bottom:5px;"] kijiji.ca##div[style="border: 1px solid #999; background: #fff"] undsports.com##div[style="border:1px solid #c3c3c3"] @@ -63378,6 +63841,7 @@ comicwebcam.com##div[style="margin: 6px auto 0;"] recipepuppy.com##div[style="margin:0 auto 10px;min-height:250px;"] malaysiakini.com##div[style="margin:0 auto; width:728px; height:90px;"] voat.co##div[style="margin:0 auto;width: 270px;"] +ouo.io##div[style="margin:0 auto;width: 300px;"] joomla.org##div[style="margin:0 auto;width:728px;height:100px;"] synonym.com##div[style="margin:0px auto; width: 300px; height: 250px;"] 10minutemail.net##div[style="margin:10px 0; height:90px; width:728px;"] @@ -63392,6 +63856,7 @@ indiatvnews.com##div[style="margin:5px 0px 20px 0px"] bikeexchange.com.au##div[style="margin:60px 0 20px 0;"] into-asia.com##div[style="margin:auto; width:728px; height:105px; margin-top:20px"] codeproject.com##div[style="margin:auto;width:728px;height:90px;margin-top:10px"] +blackpressusa.com##div[style="max-width: 300px;"] wrestlinginc.com##div[style="max-width:970px;"] channelstv.com##div[style="max-width:980px; max-height:94px"] life.time.com##div[style="min-height: 226px; clear: both"] @@ -63772,6 +64237,7 @@ channel24.pk##div[style="width:970px; height:90px;"] jacars.net##div[style="width:970px; margin-top:5px; top:0px; left:15px; position:relative; height:90px; "] jacars.net##div[style="width:970px; margin:auto; top:0px; position:relative; height:90px; "] jacars.net##div[style="width:970px; top:0px; left:15px; position:relative; height:90px; "] +whdh.com##div[style="width:970px;height:250px;"] rateyourmusic.com##div[style="width:970px;height:90px;text-align:center;margin:0 auto;margin-top:0.25em;margin-bottom:1em;"] tigerdirect.ca##div[style="width:977px; clear:both; margin-top:2px; height:90px;"] gametracker.com##div[style="width:980px; height:48px; margin-bottom:5px; overflow:hidden;"] @@ -63896,7 +64362,7 @@ gamecopyworld.com##iframe[width="760"] israelnationalnews.com##iframe[width="970"][height="500"] newsbtc.com##img.aligncenter[width="200"][height="200"] thegremlin.co.za##img[alt*="Advertising"] -windycitymediagroup.com##img[alt*="Sponsor"] +windycitymediagroup.com,windycitytimes.com##img[alt*="Sponsor"] chroniclelive.co.uk,liverpoolecho.co.uk##img[alt*="sponsor"] thefashionlaw.com##img[alt="Ad 1"] thecuttingedgenews.com##img[alt="Ad by The Cutting Edge News"] @@ -63909,6 +64375,7 @@ scriptmafia.org##img[alt="SM AdSpaces"] capitalkfm.com##img[alt="Sponsor"] adswikia.com,searchquotes.com##img[alt="Sponsored"] awazfm.co.uk##img[alt="advert"] +therainbowtimesmass.com##img[alt="banner ad"] dailysport.co.uk##img[alt="cams"] sanmarinotribune.com##img[alt="headerad1"] sanmarinotribune.com##img[alt="sidebarad1"] @@ -63918,17 +64385,20 @@ lyngsat.com##img[height="100"][width="160"] am950radio.com##img[height="100"][width="205"] wibc.com,wjr.com##img[height="100"][width="300"] hankfm.com##img[height="100"][width="350"] +constructionreviewonline.com##img[height="100"][width="690"] hapskorea.com##img[height="110"][width="110"] naijaloaded.com.ng##img[height="114"][width="728"] jozikids.co.za##img[height="140"][width="140"] onefm.co.za,thedrinksbusiness.com##img[height="150"][width="150"] lyngsat-logo.com,lyngsat-maps.com,lyngsat-stream.com,lyngsat.com,webhostingtalk.com##img[height="160"][width="160"] +nzfranchises.co.nz##img[height="180"][width="270"] independent.co.ug##img[height="189"][width="320"] thomhartmann.com##img[height="200"][width="200"] newseveryhour.com##img[height="209"][width="250"] africandesignmagazine.com##img[height="226"] mypbrand.com,tfetimes.com##img[height="250"] -ahomkaradiouk.com,bigeye.ug,cananewsonline.com,colombiareports.com,cordcutting.com,einnews.com,fextralife.com,hot919fm.com,naijaloaded.com.ng,nationalreview.com,naturallivingideas.com,newsday.co.zw,power987.co.za,proxy.org,thedailyblog.co.nz,tribuneonlineng.com##img[height="250"][width="300"] +german-way.com##img[height="250"][width="250"] +ahomkaradiouk.com,allblackmedia.com,bigeye.ug,cananewsonline.com,colombiareports.com,cordcutting.com,einnews.com,fextralife.com,hot919fm.com,naijaloaded.com.ng,nationalreview.com,naturallivingideas.com,newsday.co.zw,power987.co.za,proxy.org,qsaltlake.com,thedailyblog.co.nz,tribuneonlineng.com,wcpt820.com##img[height="250"][width="300"] power987.co.za##img[height="250"][width="970"] thetruthwins.com##img[height="255"] awesomeradio.com##img[height="280"][width="336"] @@ -63936,8 +64406,11 @@ africandesignmagazine.com,thetruthwins.com##img[height="300"] hapskorea.com,hot919fm.com##img[height="300"][width="300"] capitalkfm.com##img[height="302"][width="690"] thetruthwins.com##img[height="310"] +constructionreviewonline.com##img[height="326"][width="326"] hot919fm.com##img[height="350"][width="300"] +constructionreviewonline.com##img[height="360"][width="360"] webhostingtalk.com##img[height="400"][width="160"] +howtogermany.com##img[height="45"][width="120"] 2pass.co.uk##img[height="470"] bigeye.ug##img[height="549"][width="300"] pointblanknews.com##img[height="60"][width="120"] @@ -63951,10 +64424,11 @@ abundance-and-happiness.com,hapskorea.com,professionalmuscle.com,tfetimes.com##i nmap.org##img[height="90"][width="120"] opednews.com##img[height="90"][width="180"] independent.co.ug##img[height="90"][width="720"] -airplaydirect.com,bentelevision.com,economicconfidential.com,geekzone.co.nz,itsfoss.com,newseveryhour.com,pcwdld.com,proxy.org,roadtester.com.au,runechat.com,slayradio.org,tribuneonlineng.com##img[height="90"][width="728"] +constructionreviewonline.com##img[height="90"][width="725"] +airplaydirect.com,bentelevision.com,biznisafrica.com,economicconfidential.com,geekzone.co.nz,itsfoss.com,newseveryhour.com,pcwdld.com,proxy.org,roadtester.com.au,runechat.com,slayradio.org,therainbowtimesmass.com,tribuneonlineng.com##img[height="90"][width="728"] backpackerguide.nz##img[height="90"][width="770"] prowrestling.com##img[height="91"] -windycitymediagroup.com##img[name="Sponsor"] +windycitymediagroup.com,windycitytimes.com##img[name="Sponsor"] modelhorseblab.com##img[name="js_ad"] coinmarketcap.com##img[src*=".space"] forum.blackhairmedia.com##img[src*="/?AdID="] @@ -63972,6 +64446,7 @@ thehackernews.com##img[style="border: 0px"] tampermonkey.net##img[style="display:block;"] noscript.net##img[style="float: left;padding: 32px 16px 8px 0; border: none"] world4free.in##img[style="height: 600px; width: 160px;"] +magazine.org##img[style="height:250px; width:300px"] wfc.tv##img[style="max-width: 240px;max-height: 400px;"] inewsmalta.com##img[style="max-width:728px;max-height:90px"] newtimes.co.rw##img[style="width: 160px;"] @@ -64296,6 +64771,7 @@ inquirer.net##table[width="780"][height="90"] asciiribbon.org,worldometers.info##table[width="800"] blackstarnews.com##table[width="800"][height="110"] blackstarnews.com##table[width="800"][height="130"] +lyngsat-logo.com##table[width="800"][height="96"] g35driver.com##table[width="867"] curezone.org##table[width="88%"][height="10"] forums.syfy.com##table[width="900"][bgcolor="#3A3163"] @@ -64488,7 +64964,7 @@ almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com,collectivelyconscious.net,colourlovers.com,connectedly.com,convert-me.com,convertcase.net,daclips.in,dailygalaxy.com,datpiff.com,destructoid.com,dietlast.com,diffen.com,drudgereport.com,dwatchseries.to,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,gorillavid.in,grammarist.com,imagepearl.com,imore.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,movpod.in,msn.com,nba-stream.com,newsarama.com,nydailynews.com,omgcheckitout.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,readmng.comcrackberry.com,roadracerunner.com,robinwidget.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,tetrisfriends.com,the4thofficial.net,thebarchive.com,thefreethoughtproject.com,toptenz.net,trifind.com,unblckd.org,uproxx.com,usherald.com,veteranstoday.com,videotoolbox.com,vrheads.com,watchseries.sk,windowscentral.com,wnd.com,xda-developers.com##[href*="data:"] loveroms.com##[src*="application/javascript"] almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com,collectivelyconscious.net,colourlovers.com,connectedly.com,convert-me.com,convertcase.net,daclips.in,dailygalaxy.com,datpiff.com,dietlast.com,diffen.com,drudgereport.com,dwatchseries.to,easybib.com,eurweb.com,freewarefiles.com,gelbooru.com,genfb.com,getinmybelly.com,gorillavid.in,grammarist.com,imagepearl.com,imore.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,movpod.in,msn.com,nba-stream.com,newsarama.com,nydailynews.com,omgcheckitout.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,readmng.comcrackberry.com,roadracerunner.com,robinwidget.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,tetrisfriends.com,the4thofficial.net,thebarchive.com,thefreethoughtproject.com,toptenz.net,trifind.com,unblckd.org,uproxx.com,usherald.com,veteranstoday.com,videotoolbox.com,vrheads.com,watchseries.sk,windowscentral.com,wnd.com,xda-developers.com##[src*="base64"] -almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,collectivelyconscious.net,colourlovers.com,connectedly.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,datpiff.com,dietlast.com,diffen.com,drudgereport.com,dwatchseries.to,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,gorillavid.in,grammarist.com,imagepearl.com,imore.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,movpod.in,msn.com,nba-stream.com,newsarama.com,nydailynews.com,omgcheckitout.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,robinwidget.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,tetrisfriends.com,the4thofficial.net,thebarchive.com,thefreethoughtproject.com,toptenz.net,trifind.com,unblckd.org,uproxx.com,usherald.com,veteranstoday.com,videotoolbox.com,vrheads.com,watchseries.sk,windowscentral.com,wnd.com,xda-developers.com##[src*="blob:"] +almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,collectivelyconscious.net,colourlovers.com,connectedly.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,datpiff.com,dietlast.com,diffen.com,drudgereport.com,dwatchseries.to,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,gorillavid.in,grammarist.com,imagepearl.com,imore.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,movpod.in,nba-stream.com,newsarama.com,nydailynews.com,omgcheckitout.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,robinwidget.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,tetrisfriends.com,the4thofficial.net,thebarchive.com,thefreethoughtproject.com,toptenz.net,trifind.com,unblckd.org,uproxx.com,usherald.com,veteranstoday.com,videotoolbox.com,vrheads.com,watchseries.sk,windowscentral.com,wnd.com,xda-developers.com##[src*="blob:"] almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,collectivelyconscious.net,colourlovers.com,connectedly.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,datpiff.com,dietlast.com,diffen.com,drudgereport.com,dwatchseries.to,easybib.com,eurweb.com,freewarefiles.com,gelbooru.com,genfb.com,getinmybelly.com,gorillavid.in,grammarist.com,imagepearl.com,imore.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,movpod.in,msn.com,nba-stream.com,newsarama.com,nydailynews.com,omgcheckitout.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,robinwidget.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,tetrisfriends.com,the4thofficial.net,thebarchive.com,thefreethoughtproject.com,toptenz.net,trifind.com,unblckd.org,uproxx.com,usherald.com,veteranstoday.com,videotoolbox.com,vrheads.com,watchseries.sk,windowscentral.com,wnd.com,xda-developers.com##[src*="data:"] almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,collectivelyconscious.net,colourlovers.com,connectedly.com,convert-me.com,convertcase.net,daclips.in,dailygalaxy.com,datpiff.com,dietlast.com,diffen.com,drudgereport.com,dwatchseries.to,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,gorillavid.in,grammarist.com,imagepearl.com,indiewire.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,movpod.in,msn.com,nba-stream.com,newsarama.com,omgcheckitout.com,opensubtitles.org,phonesreview.co.uk,playbill.com,readmng.com,roadracerunner.com,robinwidget.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,thefreethoughtproject.com,toptenz.net,trifind.com,unblckd.org,uproxx.com,usherald.com,veteranstoday.com,videotoolbox.com,vrheads.com,watchseries.sk,wnd.com,xda-developers.com##[style*="background-image:"] almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com,collectivelyconscious.net,colourlovers.com,connectedly.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,datpiff.com,destructoid.com,dietlast.com,diffen.com,drudgereport.com,dwatchseries.to,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,gorillavid.in,grammarist.com,imagepearl.com,imore.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,movpod.in,msn.com,nba-stream.com,newsarama.com,nydailynews.com,omgcheckitout.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,robinwidget.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,tetrisfriends.com,the4thofficial.net,thebarchive.com,thefreethoughtproject.com,toptenz.net,trifind.com,unblckd.org,uproxx.com,usherald.com,veteranstoday.com,videotoolbox.com,vrheads.com,watchseries.sk,windowscentral.com,wnd.com,xda-developers.com##[style*="base64"] @@ -64612,6 +65088,7 @@ mediafire.com##.lr-ad indiatimes.com##.middle-ads lifewire.com##.mntl-lazy-ad ibtimes.co.uk##.mpu-wrap +bnonews.com##.mvp-widget-ad msn.com##.nativead androidcentral.com,windowscentral.com##.netshelter-ad vg247.com##.newsad @@ -64640,7 +65117,7 @@ indiatimes.com##.topArtAd cinemablend.com##.topsticky_wrapper androidcentral.com,baltimoresun.com,belfasttelegraph.co.uk,boston.com,breaking911.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,cnbc.com,courant.com,dailymail.co.uk,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gizmodo.com.au,gofugyourself.com,hearthhead.com,huffingtonpost.co.uk,ign.com,imore.com,independent.ie,infinitiev.com,intoday.in,kotaku.com.au,last.fm,latimes.com,leaderpost.com,lifehacker.com.au,lolking.net,mashable.com,mcall.com,metacritic.com,mirror.co.uk,montrealgazette.com,nasdaq.com,nationalpost.com,ndtv.com,nydailynews.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,torontosun.com,trustedreviews.com,twincities.com,vagazette.com,vancouversun.com,vibe.com,windowscentral.com,windsorstar.com,wowhead.com,yourtailorednews.com##.trc-content-sponsored androidcentral.com,baltimoresun.com,boston.com,breaking911.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,cnbc.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,imore.com,independent.ie,infinitiev.com,last.fm,latimes.com,leaderpost.com,lolking.net,mashable.com,mcall.com,metacritic.com,montrealgazette.com,nasdaq.com,nationalpost.com,ndtv.com,nydailynews.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,vagazette.com,vancouversun.com,vibe.com,windowscentral.com,windsorstar.com,wowhead.com,yourtailorednews.com##.trc-content-sponsoredUB -thepoke.co.uk##.trc_rbox_container +realfarmacy.com,thepoke.co.uk##.trc_rbox_container thepoke.co.uk##.trc_related_container marketwatch.com##.trending__ad freep.com##.tsfrm-sponsor-logo-content @@ -64660,6 +65137,7 @@ revclouds.com##a[href^="http://adtrack123.pl/"] flashx.tv##a[href^="http://data.committeemenencyclopedicrepertory.info/"] uploadshub.com##a[href^="http://ddownload39.club/"] onlinemoviewatchs.com##a[href^="http://go.ad2up.com/"] +christianforums.com##a[href^="http://go.tryonlinetherapy.com/aff_c?offer_id="] uplod.ws##a[href^="http://hyperline88.com/"] wccftech.com##a[href^="http://internalredirect.site/"] monova.org##a[href^="http://magicdata.link/"] @@ -64670,7 +65148,7 @@ apkmirror.com,baltimoresun.com,boreburn.com,boston.com,calgaryherald.com,capital computerworlduk.com##aside > div > .mpuHolder androidcentral.com,baltimoresun.com,boston.com,breaking911.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,cnbc.com,courant.com,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,huffingtonpost.co.uk,ign.com,imore.com,independent.ie,infinitiev.com,intoday.in,last.fm,latimes.com,leaderpost.com,lolking.net,mashable.com,mcall.com,metacritic.com,montrealgazette.com,msn.com,nasdaq.com,nationalpost.com,ndtv.com,nme.com,nydailynews.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,vagazette.com,vancouversun.com,vibe.com,windowscentral.com,windsorstar.com,wowhead.com,yourtailorednews.com##div[data-item-syndicated="true"] daclips.in,vidbull.com##div[id^="MarketGid"] -belfasttelegraph.co.uk,broadwayworld.com,independent.ie,mingle2.com,mirror.co.uk,wccftech.com,wexfordpeople.ie##div[id^="div-gpt-ad"] +belfasttelegraph.co.uk,boredomtherapy.com,broadwayworld.com,independent.ie,mingle2.com,mirror.co.uk,wccftech.com,wexfordpeople.ie##div[id^="div-gpt-ad"] upi.com##div[id^="smi2adblock"] cinemablend.com##div[style="height:250px; width:300px;"] androidsage.com##ins[data-ad-client] @@ -65217,6 +65695,7 @@ txxx.com##.desk-list pornalized.com,pornoid.com,pornsharia.com##.discount pornsharia.com##.discounts fapdu.com##.disp-underplayer +pornhd.com##.double-zone keezmovies.com##.double_right cameltoe.com##.downl pinkrod.com,pornsharia.com,wetplace.com##.download @@ -65252,6 +65731,7 @@ gotporn.com##.footer-image-contents-bl 4tube.com##.footer-la-vane youjizz.com##.footer-prs babesandstars.com##.footer_banners +pornhub.com##.foragirllikeyou xpics.me##.frequently mrskin.com##.friends-runner sextvx.com##.friends_spo @@ -65303,6 +65783,7 @@ dbnaked.com##.join-now-btn extremetube.com##.join_box pornhub.com,spankwire.com,tube8.com,youporn.com##.join_link overthumbs.com##.joinnow +redtube.com##.justmadebail zuzandra.com##.jx-bar tnaflix.com##.lastLiAv gamcore.com##.left-side-skin @@ -65542,7 +66023,7 @@ redtube.com##.webmaster-banner imagearn.com##.wide_banner beeg.com##.window mrskin.com##.yui3-u-1-3:last-child -porn.com,xvideos-free.com##.zone +porn.com,pornhd.com,xvideos-free.com##.zone youjizz.com##[class][style*="padding-bottom:"] redtube.com##[data-h] redtube.com##[data-w] @@ -65769,6 +66250,7 @@ fleshasiadaily.com##img[width="700"] 4fuckr.com,babeshows.co.uk,jessie-rogers.com,rule34hentai.net##img[width="728"] mofosex.com##li[style="width: 385px; height: 380px; display: block; float: right;"] hentai-foundry.com##p > a[href][target="_blank"] +pornhub.com,redtube.com##sads picfoco.com##table[border="0"][width="728"] xcritic.com##table[cellpadding="10"][width="600"] xvideos.com##table[height="480"] @@ -66211,13 +66693,10 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||aviationexplorer.com/airline_aviation_ads/ @@||awin1.com/cshow.php?s=$image,domain=deliverydeals.co.uk @@||awltovhc.com^$object,domain=affrity.com -@@||ay8ou8ohth.com/ads/pop-under.js$script -@@||ay8ou8ohth.com/js/adpop.js$script @@||azureedge.net/ads/$domain=dailymaverick.co.za @@||azureedge.net/adv/$domain=dailymaverick.co.za @@||b-cdn.net/adv/$domain=dailymaverick.co.za @@||backpackinglight.com/backpackinglight/ads/banner-$~third-party -@@||bafta.org/static/site/javascript/banners.js @@||bahtsold.com/assets/home/openx/Thailand/$image,~third-party @@||bahtsold.com/assets/images/ads/no_img_main.png @@||bankofamerica.com^*?adx=$xmlhttprequest @@ -66786,7 +67265,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||guim.co.uk^*/styles/wide/google-ads.css @@||gulflive.com/static/common/js/ads/ads.js @@||gumtree.com^*/postAd.js -@@||guysen.com/script/ads.js @@||gws.ign.com/ws/search?*&google_adpage=$script @@||hackerboards.com/files/adlink_$image,domain=hackerboards.com @@||hackintosh.zone/ipscdn/adsense/ @@ -66807,7 +67285,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||hentai-foundry.com/themes/default/images/buttons/add_comment_icon.png @@||hihostels.com^*/hibooknow.php?affiliate=$subdocument @@||hillvue.com/banners/$image,~third-party -@@||hipsterhitler.com/hhcomic/wp-content/uploads/2011/10/20_advertisement.jpg @@||hipsterhitler.com/wp-content/webcomic/$image @@||history.com^$generichide @@||historyextra.com^*_advertorial$stylesheet @@ -66817,7 +67294,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||hologfx.com/banners/$image,~third-party @@||homedepot.com^*/thdGoogleAdSense.js @@||hotnewhiphop.com/web_root/images/ads/banner-*.png -@@||housebeautiful.com/ams/page-ads.js @@||housebeautiful.com/cm/shared/scripts/refreshads-*.js @@||houstonpress.com/adindex/$xmlhttprequest @@||howcast.com/flash/assets/ads/liverail.swf @@ -66843,7 +67319,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||identity-us.com/ads/ads.html @@||ifeelgoood.com/tapcontent-*.swf?clicktag=$object @@||iframe.ivillage.com/iframe_render? -@@||ifyoublockthisvideotoo.club/streamgame.js$script @@||ign.com/js.ng/size=headermainad&site=teamxbox$script,domain=teamxbox.com @@||ign.com/newsfeed-block?*&adType=$xmlhttprequest @@||ikea.com^*/img/ad_ @@ -66855,7 +67330,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||images.dashtickets.co.nz/advertising/featured/$image @@||images.frys.com/art/ads/images/$image,~third-party @@||images.frys.com/art/ads/js/$script,stylesheet -@@||images.mmorpg.com/scripts/advertisement.js @@||images.nationalgeographic.com/wpf/media-live/graphic/ @@||images.nickjr.com/ads/promo/ @@||images.rewardstyle.com/img?$image,domain=glamour.com|itsjudytime.com @@ -66888,8 +67362,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||innovid.com/iroll/package/iab-vpaid-ex/$domain=cbs.com @@||innovid.com^$object-subrequest,domain=hulu.com @@||innovid.com^*/VPAIDEXIRollPackage.swf$domain=cbs.com -@@||inserts2online.com/*.jsp?*&adid=$subdocument -@@||inserts2online.com/images/site/viewad.gif @@||inskin.vo.llnwd.net^*/api/tvcatchup-light.js$domain=tvcatchup.com @@||inskin.vo.llnwd.net^*/api/tvcatchup.js$domain=tvcatchup.com @@||inskin.vo.llnwd.net^*/preroll_$object-subrequest,domain=tvcatchup.com @@ -66941,7 +67413,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||kcra.com^*/adpositionsizein-min.js @@||kenovatech.com/affiliate_signin_signup.php?$subdocument @@||keygamesnetwork.com/adserve/request/$object-subrequest,domain=gamesforwork.com -@@||kidshealth.org/licensees/licensee1/js/gam.html @@||king5.com/templates/belo_dart_iframed_ad?dartTag=LeaderTop&$subdocument @@||kingofgames.net/gads/kingofgames.swf @@||kixer.com/ad/12?$xmlhttprequest,domain=m.tmz.com @@ -66986,9 +67457,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||live-support.se^*/Admax/$~third-party @@||live.seenreport.com:82/media/js/ads_controller.js?$domain=live.geo.tv @@||live.seenreport.com:82/media/js/fingerprint.js?$domain=live.geo.tv -@@||live365.com/mini/blank300x250.html -@@||live365.com/scripts/liveads.js -@@||live365.com/web/components/ads/*.html? @@||liverail.com/?LR_PUBLISHER_ID=$xmlhttprequest,domain=dailymotion.com @@||liverail.com/?url=http%3A%2F%2Fads.adaptv.advertising.com$xmlhttprequest,domain=dailymotion.com @@||liverail.com/js/LiveRail.AdManager$script,domain=~bluray-disc.de @@ -67021,7 +67489,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||mail.google.com^*&view=ad&$xmlhttprequest @@||mail.google.com^*/uploaderapi*.swf @@||mail.yahoo.com/neo/assets/swf/uploader.swf -@@||manilatimes.net/images/banners/logo-mt.png @@||manoramaonline.com/advt/cricbuzz/ @@||mansioncasino.com/banners/$~third-party @@||maps-static.chitika.net^ @@ -67031,14 +67498,12 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||marciglesias.com/publicidad/ @@||marcokrenn.com/public/images/pages/advertising/$~third-party @@||marcs.com^*/AdViewer.js -@@||marieclaire.com/ams/page-ads.js? @@||marines.com/videos/commercials/$object-subrequest @@||marketing.beatport.com.s3.amazonaws.com/html/*/Banner_Ads/header_$image @@||marketingmag.ca/wp-content/uploads/*/adtech$domain=marketingmag.ca @@||marketwatch.com^$generichide @@||masslive.com/static/common/js/ads/ads.js @@||maxim.com/advert*/countdown/$script,stylesheet -@@||mcfc.co.uk/js/core/adtracking.js @@||mcpn.us/resources/images/adv/$~third-party @@||media-imdb.com^*/js/ads.js$domain=imdb.com @@||media.avclub.com/onion/js/videoads.js$script @@ -67144,7 +67609,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||newgrounds.com/ads/ad_medals.gif @@||newgrounds.com/ads/advertisement.js @@||news.nate.com/etc/adrectanglebanner? -@@||newsarama.com/common/js/advertisements.js @@||newsarama.com^$generichide @@||newsweek.com/ads/adscripts/prod/*_$script @@||newyorker.com/wp-content/assets/js/vendors/cn-fe-ads/cn.dart.js @@ -67646,6 +68110,7 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||tinbuadserv.com/v3/serve.php?$script @@||tinysubversions.com/clickbait/adjs.json @@||tkcarsites.com/soba/bannersservice +@@||tlc.com/shared/ad-enablers/$subdocument @@||tm.tradetracker.net/tag?$script @@||tnol.com/adimages/digitaledition/$object-subrequest @@||tntexpress.com.au^*/marketing/banners/ @@ -70741,4 +71206,4 @@ www.google.com#@##videoads @@||tumblr.com^$popup,domain=pornhub.com @@||twitter.com^$popup,domain=pornhub.com @@||wmtrafficentry.com/cgi-bin/ewm.cgi/*_HeaderTab?$popup,domain=extremetube.com|spankwire.com -! Checksum: Wq0DrQrWnlNpB9fgBYxWtg +! Checksum: Fd5hqcnLZA4Rl0pOPw6TZw diff --git a/app/src/main/assets/blocklists/easyprivacy.txt b/app/src/main/assets/blocklists/easyprivacy.txt index 7a60cbb3..2c50d77a 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: 201807091009 +! Version: 201807302233 ! Title: EasyPrivacy -! Last modified: 09 Jul 2018 10:09 UTC +! Last modified: 30 Jul 2018 22:33 UTC ! Expires: 4 days (update frequency) ! Homepage: https://easylist.to/ ! Licence: https://easylist.to/pages/licence.html @@ -17,6 +17,7 @@ &ctxId=*&pubId=*&clientDT= &ctxId=*&pubId=*&objId= &event=view& +&funnel_state= &http_referer=$script &pageReferrer= &ref=*&tag= @@ -51,6 +52,7 @@ -ga-track. -gatracker. -geoIP.js +-google-analytics- -google-analytics. -google-analytics/ -google-tag-manager/$script @@ -207,6 +209,7 @@ .jsp/?Log= .lms-analytics/ .me/geoip/ +.me/l.gif? .net/0.gif? .net/c.gif? .net/e.gif? @@ -525,6 +528,7 @@ /analytics/engine/* /analytics/events /analytics/eventTrack +/analytics/ga. /analytics/ga/* /analytics/ga? /Analytics/Google. @@ -660,6 +664,7 @@ /atlas_track. /atrk.gif? /atrk.js +/audience-extraction.js /audience-meter. /audience-science. /audience.gif? @@ -837,6 +842,7 @@ /CaptureStat. /cbanalytics. /CBM.Tracking.js? +/cbstats/* /cc?a= /cclickTracking. /ccm_sj? @@ -1316,6 +1322,7 @@ /event?pmo= /event?stat_ /event?t=*&__seed= +/event?token= /EventLog.axd? /eventlog.js /eventLogServlet? @@ -1414,6 +1421,7 @@ /ga-lite. /ga-multidomain. /ga-script. +/ga-scroll-events. /ga-se-async.js /ga-socialtracker. /ga-track. @@ -1563,6 +1571,8 @@ /google_analytics/* /google_analytics_ /google_page_track +/google_tag. +/google_tag/* /google_tracker. /googleana. /googleAnal.js @@ -1666,6 +1676,7 @@ /horizon.*/track? /horizon.*/watch? /horizon/track? +/host-analyticsjs-local/* /hotmobtag_ /hpanalytics_ /hpmetrics. @@ -1854,6 +1865,7 @@ /js_logger. /js_tracker. /jscounter. +/jserrLog? /jslogger.php?ref= /json/stats? /json/tracking/* @@ -1924,6 +1936,7 @@ /loadJsFingerprint.js /locotrack.js /log-ads. +/log-nt/* /log-reporter. /log-view. /Log.ashx? @@ -2068,6 +2081,7 @@ /measure/spring. /measure/visit/* /media_viewed_tracking. +/mediametrie.js /mediateGA.js /megacounter/* /mendelstats. @@ -2340,7 +2354,7 @@ /pageview?user_guid= /pageviews-counter- /pageviews.gif? -/pageviews/*$domain=~tools.wmflabs.org +/pageviews/*$domain=~stats.wikimedia.org|~tools.wmflabs.org /pageviews?token= /pageviews_counter. /PageviewsTracker. @@ -2357,6 +2371,7 @@ /performance_timing/log? /performance_tracker- /permalink-tracker.html? +/pf?pid= /pg_pixel? /pgtracking. /pgtrackingV3. @@ -2379,6 +2394,7 @@ /ping/show? /ping?h= /ping?spacedesc +/ping?token= /ping_g.jsp? /ping_hotclick.js /pingAlt.php?*&referrer= @@ -2414,6 +2430,7 @@ /pixel.cgi? /pixel.fingerprint. /pixel.gif? +/pixel.json? /pixel.jsp? /pixel.php? /Pixel.pl? @@ -2428,6 +2445,7 @@ /pixel/cv_ /pixel/img/* /pixel/impression/* +/pixel/js/* /pixel/stream/* /pixel/visit? /pixel1/impression. @@ -2579,8 +2597,11 @@ /rbi_us.js /rbipt.gif? /rbipt.js +/rcAnalyticsLib. /rcdntpagetag.js /rcmd_track. +/rcpganalytics- +/rcpganalytics/* /readcounter.aspx? /readomniturecookie. /readReceipt/notify/?img=$image @@ -2627,6 +2648,7 @@ /report/impression? /report?event_ /reporting/analytics.js +/request_tracker+ /RequestTrackerServlet? /RequestVideoTag. /res/x.gif? @@ -2660,7 +2682,9 @@ /rolluptracker_ /rot_in.php /rpc/log? +/rpc/preccount? /rr/t?step= +/rsya-tag-users/* /rt_tag. /rt_track. /rt_track_ @@ -2830,9 +2854,11 @@ /small.gif?type /smartpixel-1.js /smartpixel.$domain=~smartpixel.tv +/smartrack/* /smarttag-prod. /smarttag.js /smetrics.*/b/ss/* +/smg_tracking/* /snowman.gif?p= /snowplow.js$script,third-party /snowplow/*$script @@ -2861,6 +2887,7 @@ /SpeedTrapInsert. /spi.gif?aid= /spip.php?page=stats.js +/spixel. /spot.aspx?Log= /springmetrics. /sptlog. @@ -2954,6 +2981,7 @@ /stats/*?category=$image /stats/?js /stats/?ref= +/stats/?rt= /stats/add/* /stats/adonis_ /stats/collector.js @@ -3016,6 +3044,7 @@ /store-uniq-client-id?bomuuid= /storeAdvImpression. /stracking.js +/sTrackStats. /stream/log.html? /stt/track. /stt/track/* @@ -3047,6 +3076,7 @@ /tag/tag.jsp? /tagCNIL.js /TagCommander.cfc? +/tagcommander.js /tagcommander/* /tagmanager/pptm. /tagmgmt/bootstrap. @@ -3104,6 +3134,7 @@ /token?referer= /tongji.js /tools/analytics/* +/top_tagcommander+ /topic_beat_log? /topic_page_timer? /toplytics.js @@ -3115,6 +3146,7 @@ /tr/p.gif? /tracciamento.php? /trace?sessionid= +/tracing?aspect= /track-compiled.js /track-cookies. /track-referrals.js @@ -3252,6 +3284,9 @@ /tracking-script/* /tracking-v3. /tracking-widget. +/tracking.*/impression? +/tracking.*/view? +/tracking.*/viewRes? /tracking.ashx? /tracking.cgi? /tracking.fcgi? @@ -3330,6 +3365,7 @@ /tracking_pixel /tracking_super_hot.js /trackingab? +/trackingapi. /TrackingCentral.js /trackingCode- /trackingCode.js @@ -3485,6 +3521,7 @@ /uvstat.js /uxm_tracking. /v1/pixel? +/v1/r.gif? /v4/analytics. /v4/analytics/*$~xmlhttprequest /v5.3nse. @@ -3512,6 +3549,7 @@ /videotracking/* /vidtrack. /view-log? +/view-tracking/*$image /view.gif? /view_stats.js.php /viewcount-service. @@ -3563,6 +3601,7 @@ /visualsciences. /visualsciences_ /visualstat/stat.php +/vjslog? /vmtracking. /vpstats. /vptrack_ @@ -3682,7 +3721,7 @@ /Wrappers?cmd= /WRb.js /writeKAStats/* -/writelog. +/writelog.$domain=~writelog.com /WritePartnerCookie?$third-party /writrak. /written-analytics. @@ -3784,6 +3823,7 @@ =get_preroll_cookie& =getSideStats& =googleanalytics_ +=metrics_profile& =stats&action= =stats&apiVersion= =track_view& @@ -3840,6 +3880,7 @@ _adcenterconversion. _Analytics.js? _analytics.php? _artcl_log/ +_assets/metrics- _astatspro/ _audience_pixel. _baynote. @@ -4156,6 +4197,7 @@ _mongo_stats/ ||adobedtm.com^$third-party ||adobetag.com^$third-party ||adoftheyear.com^$third-party +||adoric-om.com^$third-party ||adpies.com^$third-party ||adprotraffic.com^$third-party ||adrizer.com^$third-party @@ -4163,6 +4205,7 @@ _mongo_stats/ ||adsensedetective.com^$third-party ||adservicemedia.dk^$third-party ||adspsp.com^$third-party +||adsrvx.com^$third-party ||adswizz.com^$third-party ||adsymptotic.com^$third-party ||adtarget.me^$third-party @@ -4171,6 +4214,7 @@ _mongo_stats/ ||adunity.com^$third-party ||advanced-web-analytics.com^$third-party ||advconversion.com^$third-party +||advertising.com^$third-party ||adyapper.com^$third-party ||afairweb.com^$third-party ||affilae.com^$third-party @@ -4525,6 +4569,7 @@ _mongo_stats/ ||company-target.com^$third-party ||compteur.cc^$third-party ||comradepony.com^$third-party +||conductrics.com^$third-party ||confirmational.com^$third-party ||confirmit.com^$third-party ||contactmonkey.com^$third-party @@ -4788,6 +4833,7 @@ _mongo_stats/ ||exactag.com^$third-party ||exclusiveclicks.com^$third-party ||exelator.com^$third-party +||exitbee.com^$third-party ||exitmonitor.com^$third-party ||exovueplatform.com^$third-party ||explore-123.com^$third-party @@ -4890,6 +4936,7 @@ _mongo_stats/ ||fusestats.com^$third-party ||fuziontech.net^$third-party ||fyreball.com^$third-party +||gammachug.com^$third-party ||gaug.es^$third-party ||gbotvisit.com^$third-party ||gear5.me^$third-party @@ -4968,6 +5015,7 @@ _mongo_stats/ ||gweini.com^$third-party ||h4k5.com^$third-party ||halldata.com^$third-party +||halo77.com^$third-party ||halstats.com^$third-party ||haraju.co^$third-party ||haveamint.com^$third-party @@ -5019,6 +5067,7 @@ _mongo_stats/ ||hqhrt.com^$third-party ||hs-analytics.net^$third-party ||hsadspixel.net^$third-party +||hubvisor.io^$third-party ||hudb.pl^$third-party ||humanclick.com^$third-party ||hunt-leads.com^$third-party @@ -5084,7 +5133,7 @@ _mongo_stats/ ||inspectlet.com^$third-party ||instadia.net^$third-party ||instana.io^$third-party -||instapage.com^$third-party +||instapage.com^$third-party,domain=~pagedemo.co ||instore.biz^$third-party ||integritystat.com^$third-party ||intelevance.com^$third-party @@ -5226,6 +5275,7 @@ _mongo_stats/ ||livehit.net^$third-party ||livesegmentservice.com^$third-party ||livestat.com^$third-party +||livetrafficfeed.com^$third-party ||lloogg.com^$third-party ||localytics.com^$third-party ||lockview.cn^$third-party @@ -5275,6 +5325,8 @@ _mongo_stats/ ||market2lead.com^$third-party ||marketizator.com^$third-party ||marketo.net^$third-party +||marketshot.com^$third-party +||marketshot.fr^$third-party ||markitondemand.com^$third-party ||martianstats.com^$third-party ||maryneallynndyl.com^$third-party @@ -5881,6 +5933,7 @@ _mongo_stats/ ||smartlook.com^$third-party ||smartology.co^$third-party ||smartracker.net^$third-party +||smartsuppchat.com^$third-party ||smartzonessva.com^$third-party ||smct.co^$third-party ||smfsvc.com^$third-party @@ -5934,6 +5987,7 @@ _mongo_stats/ ||stadsvc.com^$third-party ||star-cntr-5.com^$third-party ||startstat.ru^$third-party +||stat.social^$third-party ||stat08.com^$third-party ||stat24.com^$third-party ||statcount.com^$third-party @@ -6178,6 +6232,7 @@ _mongo_stats/ ||umbel.com^$third-party ||unicaondemand.com^$third-party ||unknowntray.com^$third-party +||upapi.net^$third-party ||upstats.ru^$third-party ||uptain.de^$third-party ||uptimeviewer.com^$third-party @@ -6493,6 +6548,7 @@ _mongo_stats/ ||bablace.com^$third-party ||baiduccdn1.com^$third-party ||befirstcdn.com^$third-party +||belicimo.pw^ ||berateveng.ru^$third-party ||berserkpl.net.pl^$websocket ||bestcoinsignals.com^$third-party @@ -6515,6 +6571,7 @@ _mongo_stats/ ||byebye.ml^$third-party ||c0i8h8ac7e.bid^$third-party ||candid.zone^$third-party +||cc.gofile.io^ ||cdn-jquery.host^$third-party ||cdnfile.xyz^$third-party ||cfcdist.gdn^$third-party @@ -6590,6 +6647,7 @@ _mongo_stats/ ||fge9vbrzwt.bid^$third-party ||flare-analytics.com^$third-party ||flophous.cf^$third-party +||flowplayer.space^ ||freecontent.bid^$third-party ||freecontent.loan^$third-party ||freecontent.racing^$third-party @@ -6597,10 +6655,12 @@ _mongo_stats/ ||freshrefresher.com^$third-party ||g-content.bid^$third-party ||gasolina.ml^$third-party +||gay-hotvideo.net^ ||giml.ml^$third-party ||googleanalytcs.com^$third-party ||goredirect.party^$third-party ||graftpool.ovh^$third-party +||gramombird.com^ ||greengaming.de^$third-party ||gridiogrid.com^$third-party ||gus.host^$third-party @@ -6629,6 +6689,7 @@ _mongo_stats/ ||ininmacerad.pro^$third-party ||insdrbot.com^$third-party ||intactoffers.club^$third-party +||intellecthosting.net^ ||interestingz.pw^$third-party ||investhash.com^$third-party ||jqassets.download^$third-party @@ -6701,6 +6762,7 @@ _mongo_stats/ ||mycryrpto.com^$third-party ||myerypto.com^$third-party ||myrcrypto.com^$third-party +||mytestminer.xyz^ ||nablabee.com^$third-party ||nahnoji.cz^$third-party ||nathetsof.com^$third-party @@ -6722,6 +6784,7 @@ _mongo_stats/ ||p2poolmining.net^$third-party ||papoto.com^$third-party ||pearno.com^$third-party +||play.mix.kinostuff.com^ ||playerassets.info^$third-party ||podrltid.info^$third-party ||pool.etn.spacepools.org^ @@ -6752,6 +6815,7 @@ _mongo_stats/ ||siteverification.site^$third-party ||skencituer.com^$third-party ||smectapop12.pl^$third-party +||sourcecode.pro^ ||spacepools.org^$third-party ||sparechange.io^$third-party ||sparnove.com^$third-party @@ -6762,8 +6826,10 @@ _mongo_stats/ ||sumokoin.com^$third-party ||supportxmr.com^$third-party ||synconnector.com^$third-party +||tainiesonline.pw^ ||terethat.ru^$third-party ||thatresha.com^$third-party +||thersprens.com^ ||tokyodrift.ga^$third-party ||traviilo.com^$third-party ||tulip18.com^$third-party @@ -6798,6 +6864,7 @@ _mongo_stats/ ||xmr.cool^$third-party ||xmrpool.net^$third-party ||xvideosharing.site^$third-party +||yololike.space^ ||yuebofa.cc^$third-party ||ywtjdckysve.com^$third-party ||zlx.com.br^$third-party @@ -7078,6 +7145,7 @@ _mongo_stats/ ||ranking-links.de^$third-party ||rankings24.de^$third-party ||ranklink.de^$third-party +||redretarget.com^$third-party ||refinedads.com^$third-party ||research.de.com^$third-party ||reshin.de^$third-party @@ -7380,7 +7448,6 @@ _mongo_stats/ ||digital-metric.com^$third-party ||distribeo.com^$third-party ||dnab.info^$third-party -||exsigma.eu^$third-party ||freecounter.it^$third-party ||freestat.ws^$third-party ||freestats.biz^$third-party @@ -7518,7 +7585,6 @@ _mongo_stats/ ||ngacm.com^$third-party ||ngastatic.com^$third-party ||nsaudience.pl^$third-party -||quartic.pl^$third-party ||rejestr.org^$third-party ||stat.4u.pl^$third-party ||stat.pl^$third-party @@ -7534,10 +7600,13 @@ _mongo_stats/ ||tailtarget.com^$third-party ||trugaze.io^$third-party ! Romanian +||2parale.ro^$third-party +||2performant.com^$third-party ||best-top.ro^$third-party ||gtop.ro^$third-party ||hit100.ro^$third-party ||profitshare.ro^$third-party +||retargeting.biz^$third-party ||statistics.ro^$third-party ||top-ro.ro^$third-party ||trafix.ro^$third-party @@ -7571,6 +7640,7 @@ _mongo_stats/ ||dircont3.com^$third-party ||directcrm.ru^$third-party ||e-kuzbass.ru^$third-party +||efatik.me^$third-party ||exe.bid^$third-party ||faststart.ru^$third-party ||ftrack.ru^$third-party @@ -7755,6 +7825,7 @@ _mongo_stats/ ||23.23.22.172/ping/$third-party,domain=~newjerseynewsroom.com.ip ||24option.com/?oftc=$image,third-party ||3crowd.com^*/3c1px.gif +||3qsdn.com/watchtime? ||4theclueless.com/adlogger/ ||50.16.191.59^$third-party,domain=~tritondigital.net.ip ||51network.com^$third-party @@ -7844,6 +7915,7 @@ _mongo_stats/ ||aklamio.com/ovlbtntrk? ||aksb-a.akamaihd.net^ ||alenty.com/trk/ +||alexa.com/minisiteinfo/$third-party ||alexa.com/traffic/ ||alipay.com/service/clear.png? ||aliyun.com/actionlog/ @@ -8211,7 +8283,7 @@ _mongo_stats/ ||cnt.mastorage.net^ ||cnzz.com/stat. ||coinbase.com/assets/application-*.js$third-party -||collect.igodigital.com^ +||collect.igodigital.com^$script ||collect.rewardstyle.com^ ||collection.acromas.com^ ||collector-*.elb.amazonaws.com^$image,third-party @@ -8493,6 +8565,7 @@ _mongo_stats/ ||eventlog.inspsearchapi.com^ ||events.air.tv^ ||events.antenna.is^ +||events.apester.com^ ||events.bounceexchange.com^ ||events.eyeviewdigital.com^*.gif?r= ||events.izooto.com^ @@ -8504,6 +8577,7 @@ _mongo_stats/ ||events.whisk.com^ ||eventtracker.videostrip.com^$third-party ||eveonline.com/redir.asp$third-party +||evgnet.com/beacon/ ||evidon.com/geo/ ||eviesays.com/js/analytics/ ||evri.com/analytics/ @@ -8827,6 +8901,7 @@ _mongo_stats/ ||m.addthisedge.com^$third-party ||m.trb.com^ ||m30w.net/engine/$image,third-party +||madmimi.com/view?id=$image ||magnify.net/decor/track/ ||magnify360-cdn.s3.amazonaws.com^ ||mail-app.com/pvtracker/ @@ -8840,6 +8915,7 @@ _mongo_stats/ ||mansion.com/mts.tracker.js ||mantisadnetwork.com/sync? ||mapquestapi.com/logger/ +||marketing.net.jumia.com.ng^ ||marketingautomation.services/koi$third-party ||marketingautomation.services/net?$third-party ||marketinghub.hp.com^ @@ -9184,6 +9260,7 @@ _mongo_stats/ ||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/ @@ -9205,7 +9282,7 @@ _mongo_stats/ ||shareit.com/affiliate.html$third-party ||sharethis.com/increment_clicks? ||sharethis.com/pageviews? -||shopify.com/storefront/page?*&eventType= +||shopify.com/*/page?*&eventType= ||shoplocal.com/it.ashx? ||sig.atdmt.com^ ||sig.gamerdna.com^$third-party @@ -9561,7 +9638,6 @@ _mongo_stats/ ||traffic.acwebconnecting.com^ ||traffic.belaydevelopment.com^$third-party ||traffic.prod.cobaltgroup.com^ -||traffic.pubexchange.com^ ||traffic.shareaholic.com^ ||trafficfuelpixel.s3-us-west-2.amazonaws.com^ ||trakksocial.googlecode.com^$third-party @@ -9813,6 +9889,7 @@ _mongo_stats/ ||hittracker.org/count.php ||hittracker.org/counter.php ||house27.ch/counter/ +||idt.id-news.net^ ||im.aol.de^ ||info.elba.at^$third-party ||insene.de/tag/$third-party @@ -9917,6 +9994,7 @@ _mongo_stats/ ||tracking.sim-technik.de^ ||tracking.srv2.de^ ||traffic.brand-wall.net^ +||trck.bdi-services.de^ ||trck.spoteffects.net^ ||uni-duesseldorf.de/cgi-bin/nph-count? ||uni-leipzig.de^*/stats/ @@ -10171,6 +10249,7 @@ _mongo_stats/ ||eageweb.com/stats.php ||encoderfarmced-stats-ns.servicebus.windows.net^ ||evnt.iol.it^ +||exsigma.eu/mercurio/ ||fb_servpub-a.akamaihd.net^ ||fcstats.altervista.org^$third-party ||gazzettaobjects.it^*/tracking/ @@ -10265,6 +10344,8 @@ _mongo_stats/ ||cafenews.pl/mpl/static/static.js? ||fab.interia.pl^ ||liczniki.org/hit.php +||quartic.pl//tt/*&ref=$third-party +||quartic.pl/t.php$third-party ||stats.asp24.pl^ ||stats.media.onet.pl^ ||stats.ulixes.pl^ @@ -10370,6 +10451,7 @@ _mongo_stats/ ||service-stat.tbn.ru^ ||sishik.ru/counter.php? ||stainlesssteel.ru/counter.php? +||stascorp.com/stat/ ||stat-22.medialand.ru^ ||stat-counter.tass-online.ru^ ||stat.eagleplatform.com^ @@ -10590,6 +10672,7 @@ _mongo_stats/ ||analytics.adfreetime.com^ ||analytics.archive.org^ ||analytics.bloomberg.com^ +||analytics.brave.com^ ||analytics.ecosia.org^ ||analytics.femalefirst.co.uk^ ||analytics.global.sky.com^ @@ -10820,6 +10903,7 @@ _mongo_stats/ ||c.ipaddress.com^ ||c.microsoft.com^ ||c.newsinc.com^ +||c.wort-suche.com^ ||c.x.oanda.com^ ||c.ypcdn.com^*/webyp?rid= ||caixin.com/webjs/common/caixinlog.js @@ -11103,6 +11187,7 @@ _mongo_stats/ ||event-reporting-dot-webylytics.appspot.com^ ||eventlog.jackpot.de^ ||eventlogger.soundcloud.com^ +||events.jora.com^ ||events.privy.com^ ||events.reddit.com^ ||events.redditmedia.com^ @@ -11477,6 +11562,7 @@ _mongo_stats/ ||jalopnik.com^*/trackers.html ||jaludo.com/pm.php? ||javhd.com/click/ +||javher.com/analytics.js ||jessops.com/js/JessopsTracking. ||jetsetter.com/tracker.php ||jeuxjeux2.com/stats.php @@ -11578,6 +11664,7 @@ _mongo_stats/ ||logdev.openload.co^ ||logger-*.dailymotion.com^ ||logger.dailymotion.com^ +||logger.nerdwallet.com^ ||logger.viki.io^ ||logging.goodgamestudios.com^ ||loggingservices.tribune.com^ @@ -11882,6 +11969,7 @@ _mongo_stats/ ||petersons.com^*/trackFunctionsBeta.asp ||petplanet.co.uk^*/js/ga.js ||petri.co.il/akit/? +||pf.newegg.com^ ||philly.com/log.json? ||phonedog.com/geo.php ||photobucket.com/ss/open.php? @@ -12582,6 +12670,7 @@ _mongo_stats/ ||tracking.olx-st.com^ ||tracking.olx. ||tracking.porndoelabs.com^ +||tracking.pornhd.com^ ||tracking.realtor.com^ ||tracking.resumecompanion.com^ ||tracking.shoptogether.buy.com^ @@ -12749,6 +12838,7 @@ _mongo_stats/ ||walletpop.com/track/ ||wallpaperstock.net/partners.js ||warp.prnewswire.co.uk^ +||washingtonpost.com/notification-sw.js ||washingtonpost.com/rw/sites/twpweb/js/init/init.track-header-1.0.0.js ||washingtonpost.com/wp-srv/javascript/placeSiteMetrix. ||washingtonpost.com/wp-stat/analytics/ @@ -12918,7 +13008,7 @@ _mongo_stats/ ||zytpirwai.net/track/ ! Mining $subdocument,third-party,domain=estream.to -$websocket,domain=123telugu.com|1q2w3.website|2giga.link|300mbfilms.co|a-o.ninja|adfreetv.ch|ajplugins.com|akvideo.stream|alltube.pl|alltube.tv|bigspeeds.com|biter.tv|bitvid.sx|byter.tv|catrumahminimalis.me|centrum-dramy.pl|cloudtime.to|coinhub.win|crictime.com|crictime.is|ddmix.net|dekoder.ws|deltabit.co|djs.sk|drama-cool.me|estream.nu|estream.to|estream.xyz|extratorrent.cd|fileone.tv|flashx.cc|flashx.ws|fruitstreams.com|gofile.io|hdyayinmac1.com|hentai-online.pl|hq-porns.com|ianimes.co|ifrp.xyz|intactoffers.club|jkanime.net|kickass.cd|kinohabr.net|kinokongo.cc|kinokrad.co|kinoprofi.org|kinosha.cc|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|oload.info|oload.tv|onlinevideoconverter.com|openload.co|potomy.ru|povwideo.net|powvideo.net|protect-iframe.com|reactor.cc|reservedoffers.club|rus.ec|sherlockonline.ru|shrink-service.it|skyback.ru|sleeptimer.org|sorteosrd.com|streamango.com|streambeam.io|streamcherry.com|streamplay.me|streamplay.to|streamplay.top|szukajka.tv|tainies.online|theappguruz.com|thepiratebay.cr|thepiratebay.org|thepiratebay.red|thepiratebay.rocks|thevideo.cc|thevideo.ch|thevideo.io|thevideo.me|thevideo.us|thevideo.website|tokyodrift.ga|tubetitties.com|tvad.me|vidfile.net|vidgg.to|vidoza.net|vidto.me|vidtod.me|vidtodo.com|vidtudu.com|vidup.me|vidzi.si|vidzi.tv|wholecloud.net|ya3ale.com|zenexplayer.com|ziurim.eu|zona.plus +$websocket,domain=123telugu.com|1q2w3.website|2giga.link|300mbfilms.co|a-o.ninja|adfreetv.ch|ajplugins.com|akvideo.stream|alltube.pl|alltube.tv|animeteatr.ru|bigspeeds.com|biter.tv|bitvid.sx|byter.tv|catrumahminimalis.me|centrum-dramy.pl|cloudtime.to|coinhub.win|crictime.com|crictime.is|ddmix.net|dekoder.ws|deltabit.co|djs.sk|drama-cool.me|estream.nu|estream.to|estream.xyz|extratorrent.cd|fileone.tv|filmstreamvk.site|flashx.cc|flashx.ws|fruitstreams.com|gofile.io|hdyayinmac1.com|hentai-online.pl|hq-porns.com|ianimes.co|ifrp.xyz|intactoffers.club|jkanime.net|kickass.cd|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|oload.info|oload.tv|onlinevideoconverter.com|openload.co|potomy.ru|povwideo.net|powvideo.net|protect-iframe.com|reactor.cc|reservedoffers.club|rus.ec|sherlockonline.ru|shrink-service.it|skyback.ru|sleeptimer.org|sorteosrd.com|streamango.com|streambeam.io|streamcherry.com|streamplay.me|streamplay.to|streamplay.top|szukajka.tv|tainies.online|theappguruz.com|thepiratebay.cr|thepiratebay.org|thepiratebay.red|thepiratebay.rocks|thevideo.cc|thevideo.ch|thevideo.io|thevideo.me|thevideo.us|thevideo.website|tokyodrift.ga|tubetitties.com|tvad.me|vidfile.net|vidgg.to|vidoza.net|vidto.me|vidto.se|vidtod.me|vidtodo.com|vidtodo.me|vidtodo.pro|vidtudu.com|vidup.me|vidzi.si|vidzi.tv|wearesaudis.net|wholecloud.net|ya3ale.com|zenexplayer.com|ziurim.eu|zona.plus $xmlhttprequest,domain=a-o.ninja|adfreetv.ch|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|powvideo.net|sleeptimer.org|sorteosrd.com|streambeam.io|streamplay.top|szukajka.tv|tainies.online|vidfile.net|vidgg.to|wholecloud.net ! regex /([0-9]{1,3}\.){3}[0-9]{1,3}.*(\/proxy|\.wasm|\.wsm|\.wa)$/$third-party,websocket @@ -13132,6 +13222,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n ||cpxl.golem.de^ ||dab-bank.de/img/dummy.gif ||dada.net^*/nedstat_sitestat.js +||daenischesbettenlager.de/analytics.js ||daparto.de/track- ||dasoertliche.de/wws/ ||dastelefonbuch.de^*/wws.js @@ -13308,6 +13399,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n ||tracking.statravel.de^ ||tracking.tchibo.de^ ||tracksrv.zdf.de^ +||trck.meinprospekt.de^ ||ts.faz.net^ ||ts.otto.de^ ||ts.rtl.de^ @@ -13684,6 +13776,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n ||paginegialle.it/cgi-bin/getcod.cgi? ||paginegialle.it/cgi-bin/jimpres.cgi? ||pornolupo.org/track.js +||sa.sky.it^ ||seat.it/cgi-bin/getcod.cgi? ||servizi.unionesarda.it/controlli/ ||siteinfo.libero.it^ @@ -13764,7 +13857,6 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n ! Polish |http://x.o2.pl^ ||analytics.gazeta.pl^ -||audycje.tokfm.pl^ ||dot.wp.pl^ ||entryhit.wp.pl^ ||interia.pl^*/hit. @@ -13840,6 +13932,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n ||stat.russianfood.com^ ||stat.woman-announce.ru^ ||stats.lifenews.ru^ +||stats.mos.ru^ ||superjob.ru/ws/ ||sync.rambler.ru^ ||tracker.tiu.ru^ @@ -13861,6 +13954,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n ||estadonline.publiguias.cl^ ||g.siliconweek.es^ ||hits.antena3.com^ +||pixel.europapress.net^ ||stats.milenio.com^ ||t13.cl/hit/ ||terra.com.mx/js/metricspar_ @@ -14004,6 +14098,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n @@||ad.crwdcntrl.net^$script,domain=cityam.com|investopedia.com @@||ad.zanox.com/ppc/$subdocument,domain=wisedock.at|wisedock.co.uk|wisedock.com|wisedock.de|wisedock.eu @@||adblockanalytics.com/ads.js| +@@||addgene.org/headers/blat/js/analyze.js @@||adidas.com^*/adidasAnalytics.js? @@||adobedtm.com^*/mbox-contents-$script,domain=lenovo.com|newyorker.com|oprah.com|pnc.com|vanityfair.com|wired.com @@||adobedtm.com^*/s-code-$script @@ -14195,6 +14290,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n @@||dailyfinance.com/traffic/? @@||dailymail.co.uk/brightcove/tracking/ted3.js @@||darksky.net^*/analytics.js$script,~third-party +@@||ddmcdn.com^*/comscore.streaming.$script,domain=www.tlc.com @@||deals.nextag.com^*/ClickTracker.jsp @@||debenhams.com/foresee/foresee-trigger.js @@||demandbase.com^*/ip.json?$xmlhttprequest,domain=vmware.com @@ -14243,7 +14339,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n @@||everestjs.net/static/st.js$domain=ford.com @@||evernote.com^*/google-analytics-util.js @@||evestment.com/api/analytics/$domain=evestment.com -@@||evidon.com/geo/$domain=etonline.com +@@||evidon.com/geo/$domain=comicbook.com|etonline.com|popsugar.co.uk @@||expedia.com/minify/siteAnalytics-$script @@||expedia.com/static/default/default/scripts/siteAnalytics.js @@||expedia.com/static/default/default/scripts/TealeafSDK.js @@ -14305,7 +14401,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n @@||google.com/js/gweb/analytics/$domain=google.com @@||google.com/js/gweb/analytics/autotrack.js$domain=gradleplease.appspot.com @@||google.com/js/gweb/analytics/doubletrack.js$domain=android.com -@@||googletagmanager.com/gtm.js?$domain=airasia.com|asus.com|bhaskar.com|broadcom.com|computerworlduk.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|optus.com.au|rebtel.com|rockstargames.com|rollingstone.com|rozetka.com.ua|sixflags.com|support.amd.com|talktalk.co.uk|techradar.com|toto.co.jp|usmagazine.com +@@||googletagmanager.com/gtm.js?$domain=adsoup.com|airasia.com|asus.com|bhaskar.com|broadcom.com|computerworlduk.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|optus.com.au|rebtel.com|rockstargames.com|rollingstone.com|rozetka.com.ua|sixflags.com|support.amd.com|talktalk.co.uk|techradar.com|toto.co.jp|usmagazine.com @@||googletagmanager.com/gtm.js?id=GTM-5D256R&l=aedataLayer^ @@||googletagservices.com/tag/js/gpt.js$domain=speedtest.net @@||gorillanation.com/js/triggertag.js$domain=comingsoon.net|playstationlifestyle.net @@ -14569,7 +14665,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n @@||sahibinden.com/assets/analytics*.js$script @@||samepage.io/assets/lib/google-analytics/GoogleAnalytics.js? @@||sbstatic.com.au/js/tealium.js$domain=sportsbet.com.au -@@||scorecardresearch.com/beacon.js$domain=agame.com|ahmedabadmirror.com|allmusic.com|allrecipes.com|amctv.com|apl.tv|babycenter.com|bonappetit.com|calgaryherald.com|canada.com|cbc.ca|dailymail.co.uk|deviantart.com|discovery.com|edmontonjournal.com|fastcompany.com|financialpost.com|firstwefeast.com|hitfix.com|huffingtonpost.com|indiatimes.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|tmz.com|v3.co.uk|vancouversun.com|windsorstar.com +@@||scorecardresearch.com/beacon.js$domain=agame.com|ahmedabadmirror.com|allmusic.com|allrecipes.com|amctv.com|apl.tv|babycenter.com|bonappetit.com|calgaryherald.com|canada.com|cbc.ca|dailymail.co.uk|deviantart.com|discovery.com|edmontonjournal.com|fastcompany.com|financialpost.com|firstwefeast.com|hitfix.com|huffingtonpost.com|indiatimes.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 @@||scorecardresearch.com/crossdomain.xml$domain=rte.ie @@ -14659,6 +14755,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n @@||trutv.com/ui/scripts/coffee/modules/analytics/click-tracker.js$script @@||turner.com/cnn/*/video/chartbeat.js$domain=cnn.com @@||turner.com^*/aspenanalytics.xml$domain=cnn.com +@@||tw.cx/c?a=$xmlhttprequest,domain=justwatch.com @@||twimg.com/googleanalytics/analytics.js$script,domain=twitter.com @@||uefa.com/inc/js/core/projects/statistics/statistics.js?$script @@||uefa.com^*/chartbeat-trending-carousel.js @@ -15107,6 +15204,7 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n @@||online.bcs.ru^*/piwik.bcs.js$script @@||player.fc-zenit.ru/msi/geoip?$xmlhttprequest @@||player.vgtrk.com/js/stat.js? +@@||rtr-vesti.ru/pvc_cdn/js/stat.js$domain=player.vgtrk.com @@||ssp.rambler.ru/acp/capirs_main.$script,domain=afisha.ru @@||ssp.rambler.ru/capirs.js$domain=afisha.ru @@||swa.mail.ru/cgi-bin/counters?$script @@ -15152,4 +15250,4 @@ $csp=child-src 'none'; frame-src *; worker-src 'none',domain=adfreetv.ch|ddmix.n @@||ukrposhta.ua/js/tracking.js ! Anti-Adblock @@|http://r.i.ua/s?*&p*&l$image,domain=swordmaster.org -! Checksum: TRXfRKXnS7CkCWR3ve44CA +! Checksum: pofK7qpCmLiMIDrMXatibA diff --git a/app/src/main/assets/blocklists/fanboy-annoyance.txt b/app/src/main/assets/blocklists/fanboy-annoyance.txt index f4b5b959..07f105ca 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: 201807091009 +! Version: 201807302233 ! Title: Fanboy's Annoyance List -! Last modified: 09 Jul 2018 10:09 UTC +! Last modified: 30 Jul 2018 22:33 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 @@ -22,6 +22,7 @@ -taboola-loader. -twitter-128x128. -youtube-128x128. +/1pxtransparent. /1x1Transparent. /?spu_action=*spu_load& /addtogoogle. @@ -139,6 +140,7 @@ /popup_do_ /popupally-pro-scripts/*$script /pum-site-scripts. +/push-sw. /push/subscribe. /pushnews.min.js /pushwooshNotification/* @@ -178,6 +180,7 @@ /upprev_js. /urban-airship- /w/index.php?title=*:bannercontroller +/webpush/* /webPushIframe. /wp-content/plugins/popover/*$script /wp-content/plugins/rating-widget/* @@ -191,42 +194,53 @@ _icon-email. _my_yahoo.$image ! Newsletter/Subscribe -icon-newsletter. +-Newsletter-button. -newsletter-subscription- -subscription-popup/ +-subscription-widget/ /addthis_subscribe. /article_newsletter. /at_newsletter. /banner/newsletter. /BannerNewsletter. /bloc_newsletter. +/esnewsletterad. /footer-newsletter. /getnewsletter. /ico-subscribe- /icon-newsletter. /icon-subscribe- /icons/newsletter +/img/newsletter. /inscription-newsletter- /iscriviti-newsletter. +/iscriviti_newsletter_ /js/newsletter. /leadin-subscribe. +/MC-Newsletter- /modal-newsletter. /modals/newsletters/* /newsletter-app. /Newsletter-Banner- +/newsletter-bkg. /newsletter-box- /newsletter-desktop. /newsletter-forms. +/newsletter-header. /newsletter-hover/* /newsletter-icon. /newsletter-icon_ +/newsletter-logo- /newsletter-mapping/* /newsletter-meta? /newsletter-mobile. /newsletter-pattern. /newsletter-promo- +/newsletter-signup- /newsletter-signup. /newsletter-subscribe- /newsletter-subscription- +/newsletter/subscription/* /newsletter_arrow. /newsletter_icona. /newsletterbutton. @@ -238,6 +252,7 @@ _my_yahoo.$image /plugins/optin-monster/*$script /plugins/wp-subscribe-pro/* /popinNewsletter/* +/site/newsletter- /social/newsletters_ /subscribe-buttons. /subscribe_icon_ @@ -254,6 +269,7 @@ _subscribe_button -rss-128x128. -rss-24x24. -rss-64. +-rss-gr. -rss-icon. -rss-social. -social-rss. @@ -286,8 +302,11 @@ _subscribe_button /header-rss. /ic_rss. /icn-rss- +/ico-rss- /ico-rss. +/ico.rss. /ico_rss. +/ico_rss_ /icon-rss- /icon-rss. /icon-rss2. @@ -305,6 +324,7 @@ _subscribe_button /icons/rss/* /icons/rss_ /icorss. +/imagen_rss_ /images/rss- /images/rss_ /img/*rss.gif @@ -322,7 +342,7 @@ _subscribe_button /rss-btn. /RSS-Button. /rss-button2. -/Rss-Feed-Buttons. +/Rss-Feed- /rss-feed. /rss-follow. /rss-footer. @@ -469,6 +489,7 @@ _social_rss. -instagram-icon. -instagram-logo- -instagram_logo. +-left-social. -link-fb. -link-social. -link-twtr. @@ -515,6 +536,7 @@ _social_rss. -sharebar. -sharebuttons_ -shareit. +-sharing-popin. -slide-social- -soc-sprites. -social-bar. @@ -620,6 +642,7 @@ _social_rss. .sharecount. .sharing.js .social.png +.social/share/ .sociallocker. /16x16-delicious. /16x16-digg. @@ -648,6 +671,7 @@ _social_rss. /addthis_horizontal. /addthis_widget. /addtoany- +/addtoany. /advanced-social-widget/*$~stylesheet /amp-social- /app/social. @@ -810,6 +834,7 @@ _social_rss. /diggButton. /easy-social-share-$script /ej-socialslider/* +/emailaddthis. /emailshare. /facebkiconnet/* /facebok-icon. @@ -831,6 +856,7 @@ _social_rss. /facebook-button2. /Facebook-Buttons- /Facebook-Buttons. +/Facebook-Buttons2. /facebook-Custom. /facebook-follow- /facebook-footer- @@ -843,6 +869,7 @@ _social_rss. /facebook-link2. /Facebook-Logo- /facebook-logo. +/facebook-logo2- /facebook-over. /facebook-page-popup-cadence/*$~stylesheet /facebook-pagelike-widget/* @@ -893,6 +920,7 @@ _social_rss. /facebook_button /facebook_button. /facebook_circle- +/Facebook_circle. /facebook_follow. /facebook_footer. /facebook_header. @@ -900,6 +928,7 @@ _social_rss. /facebook_icon_ /facebook_like_button. /facebook_logo. +/facebook_logo4. /facebook_logo_ /facebook_menu_ /facebook_out. @@ -1283,6 +1312,7 @@ _social_rss. /ico-youtube. /ico/social_ /ico_buzzurl. +/ico_currents_ /ico_delicious. /ico_digg. /ico_facebook. @@ -1309,6 +1339,7 @@ _social_rss. /ico_twitter_ /ico_youtube- /ico_youtube. +/ico_youtube_ /icofacebook. /icogoogle. /icolinkedin. @@ -1684,6 +1715,7 @@ _social_rss. /linkedin_icon. /linkedin_icon_ /linkedin_logo. +/linkedin_logo4. /linkedin_small. /Linkedin_social. /linkedInIcon.$~object-subrequest @@ -1752,6 +1784,12 @@ _social_rss. /navicon_youtube. /navtumblr. /nc-follow1. +/nmt_facebook_ +/nmt_google_ +/nmt_instagram_ +/nmt_twitter_ +/nmt_xing_ +/nmt_youtube_ /orange-fb- /orange-twit- /orkut.gif @@ -1794,6 +1832,7 @@ _social_rss. /pinterest-sidebar. /pinterest.png /pinterest1. +/pinterest2- /pinterest2. /pinterest80. /pinterest_64. @@ -2271,6 +2310,7 @@ _social_rss. /social/img/* /social/instagram- /social/instagram_ +/social/link- /social/pinit_ /social/pinterest- /social/pinterest_ @@ -2346,6 +2386,7 @@ _social_rss. /social_instagram2. /social_large/* /social_linkedin. +/social_links/* /social_logo_ /social_logos. /social_mb. @@ -2620,6 +2661,7 @@ _social_rss. /twitter-button2. /Twitter-Buttons- /Twitter-Buttons. +/Twitter-Buttons3. /twitter-custom- /twitter-Custom. /twitter-follow- @@ -2634,6 +2676,7 @@ _social_rss. /twitter-link1. /twitter-logo- /twitter-logo. +/twitter-logo2- /twitter-module. /twitter-over. /twitter-plugin/* @@ -2694,6 +2737,7 @@ _social_rss. /Twitter_button /twitter_button. /twitter_circle- +/Twitter_circle. /twitter_follow. /twitter_footer. /twitter_header. @@ -2703,6 +2747,7 @@ _social_rss. /twitter_icon_ /twitter_inc. /twitter_logo. +/twitter_logo4. /twitter_logo_ /twitter_menu_ /twitter_out. @@ -2771,6 +2816,7 @@ _social_rss. /vkontakte2_icon. /whatsapp-button. /whatsapp_button. +/whatsapp_icon. /whatsappblogger.js /widget/digg/*$~stylesheet /widget_add_this_ @@ -2834,6 +2880,7 @@ _social_rss. /YouTube_36. /youtube_48. /youtube_64. +/Youtube_circle. /youtube_connect. /youtube_follow. /youtube_ico. @@ -2940,6 +2987,7 @@ _linkedin- _linkedin_32. _linkedin_icon_ _linkedin_social_ +_links/share. _mvsocialbuttons/ _phone_social_ _pinterest.gif @@ -2999,6 +3047,7 @@ _social_icons/ _social_instagram. _social_instagram_ _social_linked_ +_social_media_button_ _social_media_icons_ _social_pinterest. _social_share_ @@ -3083,6 +3132,7 @@ _youtube_social_ -eu-cookie/$script -eu-cookies/$script -eucookie. +-gdpr-min. -informativa-cookie. -legalconcerns_cookies. -privacy-cookie- @@ -3105,12 +3155,16 @@ _youtube_social_ .EuCookieCompliance. .fscookieconsent. .gdpr.js +.javascript.gdpr. /1_cookie. +/24cookiebar. +/24cookiebarutils. /__cookie_js.php /ac_cookiesvalidation/* /accept-cookie. /accept-cookies. /acceptCookies. +/adtoniq-messenger-$script,~third-party /agreeCookie. /agreements/cookie? /AjaxStyleJamHeaderCookiesMessage? @@ -3130,12 +3184,16 @@ _youtube_social_ /bauer.cookies. /bCookiesMessage. /bgon-cookies- -/borlabs-cookie/* +/borlabs-cookie/*$~script +/borlabs_cookie/*$~script /cdcookie/* /check_cookie_ /checkCookie? /cipr-cookie-opt-out/* +/cmp-banner.js /cmp.bundle.js +/cmpui-banner.js +/cmpui-popup.js /cnil-cookies_ /cnil-min- /cnil.js @@ -3186,6 +3244,7 @@ _youtube_social_ /cookie-prompt. /cookie-reglement. /cookie-richtlinie. +/cookie-script. /cookie-service/* /cookie-terms. /cookie-warning. @@ -3194,8 +3253,11 @@ _youtube_social_ /cookie.banner. /cookie.policy. /cookie.response. +/cookie/cookie. +/cookie/cookie2. /cookie/cscript. /cookie/hi- +/cookie/main. /cookie/permissionbar- /cookie/permissionbar. /cookie/policy- @@ -3222,6 +3284,7 @@ _youtube_social_ /cookie_notice. /cookie_notification- /cookie_notifier/* +/cookie_policy+ /cookie_policy. /cookie_policy/* /cookie_policy_ @@ -3268,10 +3331,12 @@ _youtube_social_ /cookiedisclosure. /cookiedookie. /cookieGatekeeper.$~script +/CookieGDPR. /cookiehint. /CookieInfo. /cookieInformerBooklet_ /cookiejar/* +/cookiejs/* /cookielaw. /cookielaw.$~stylesheet /cookielaw/* @@ -3310,12 +3375,14 @@ _youtube_social_ /CookieReportsDisclaimer. /cookies-banner /cookies-compliant. +/cookies-consent. /cookies-directive. /cookies-disclaimer. /cookies-enabler. /cookies-footer- /cookies-info.$~xmlhttprequest /cookies-legal- +/cookies-manager. /cookies-monster.js /cookies-monster/*$script /cookies-notice. @@ -3323,7 +3390,7 @@ _youtube_social_ /cookies-notification. /cookies-overlay. /cookies-policy- -/cookies-policy.js +/cookies-policy. /cookies-policy/* /cookies-requirement. /cookies-requirement/* @@ -3341,19 +3408,23 @@ _youtube_social_ /cookies_loading.php? /cookies_policy.js /Cookies_Pro/* +/cookies_tlo. /CookiesAgreement/* /cookiesbanner/* /cookiesConsent. /cookiescontrol- +/cookiesdirective. /cookiesdisclaimer. /cookieser. /CookieSettingsManager? /cookieslegal. /cookiesLegales. +/CookiesManager. /cookiespolicy. /cookiespolicynotificationbar/* /cookiesPopup. /cookiesWidget/* +/cookieu.js /cookiewarning*.js /cookiewarning. /cookiewarning? @@ -3393,15 +3464,19 @@ _youtube_social_ /fp_cookie. /g4cookies. /gdpr-consent. +/gdpr-consent/* /gdpr-public. /gdpr.js /gdpr.min.js /gdpr/assets/* /gdpr/bundle. +/GDPR/consentStorage. /gdpr/img/* /gdpr_consent. /gdpr_footer. /gdpr_optout. +/gdpr_plugin. +/GDPRCard/* /gdprscript. /GestionCookiesCNILPlugin/* /gestione_cookie.js @@ -3414,6 +3489,7 @@ _youtube_social_ /ico_cookies. /icocookies. /icon/cookie- +/img/gdpr/* /implied-consent. /implied-consent/* /impresacookiepolicy/* @@ -3434,6 +3510,7 @@ _youtube_social_ /legal/cookies/? /legalcookie. /lma-cookie. +/mage/cookies. /mb_cookies. /miocookie_ /mod_cookie/* @@ -3453,6 +3530,8 @@ _youtube_social_ /PopupCookie. /popupcookieinit. /privacy-cookies.js +/privacy-manager.js +/privacy-modal.js /privacycookie/* /privacyframe. /protv_cookies. @@ -3471,6 +3550,8 @@ _youtube_social_ /sni_cookie_privacy/* /super-cookie/* /superCookie- +/SwagCookiePermission/* +/syncCookie/* /tm.cookie.js /toucanCookie. /trackingProtection/* @@ -3485,6 +3566,7 @@ _youtube_social_ /usocookies. /w034CookieDirective.js /warnCookies. +/wbconsent- /we_use_cookies? /webtrekk_gdpr. /widget_privacy/* @@ -3649,6 +3731,7 @@ _site_cookie_ ###posterous_footerbar ###posts_link_back_box ###ppsPopupBgOverlay +###prev-next-wrap ###prev-post-wrap ###promotion-floater ###read-next-modal @@ -3725,6 +3808,7 @@ _site_cookie_ ###wpnp_next ###wpnp_previous ###xetv-top-links +###zerg-target ##.ArticleFooter-outbrain ##.IN-widget ##.aa_popup_overlay @@ -3757,6 +3841,7 @@ _site_cookie_ ##.ctx_widget ##.currentArticleOverlay ##.cw-capture-container +##.cxense_container ##.cxense_read_next ##.dailydeal_wrapper ##.dd_ajax_float @@ -3900,6 +3985,7 @@ _site_cookie_ ##.taboola-bottom-adunit ##.taboola-frame ##.taboola-inbetweener +##.taboola-like-block ##.taboola-list-mod ##.taboola-module ##.taboola-recommends @@ -3917,6 +4003,7 @@ _site_cookie_ ##.targetAd ##.td-more-articles-box ##.techbeat-widget-wide-container +##.theme-block--taboola ##.toasterAd ##.tr-outbrain-container ##.trb_bnn @@ -4049,6 +4136,7 @@ _site_cookie_ ###Newsletter-Subscription-en-container_content ###Newsletter-embed-Magazine ###NewsletterPromo +###NewsletterSignUp ###NewsletterSignup ###NwsLtrSignup ###RColNewslatter @@ -4077,6 +4165,7 @@ _site_cookie_ ###barNewsletter ###bitsubscribe ###bloc_newsletter +###block-br-hhog-module-br-hhog-newsletter-general ###block-dfp-subscriptions-block ###block-ifls-strongmail-newsletter ###block-mailchimp-signup-newsletter @@ -4177,6 +4266,7 @@ _site_cookie_ ###form-newsletter-footer ###formNewsLetters ###formNewsLetters-block +###form_iscrizione_newsletter ###free-signup-newsletter ###fsd_signup ###fusion-email-signup-modal @@ -4192,6 +4282,7 @@ _site_cookie_ ###injector-signup ###inline-newsletter ###inline-subscribe-form +###inpage_newsletter_signup_wrapper ###instory_newsletter_signup ###it_newsletters ###jFrame-email-signup @@ -4244,6 +4335,7 @@ _site_cookie_ ###newsletter-button ###newsletter-container ###newsletter-cta +###newsletter-dialog ###newsletter-email-ask ###newsletter-flag ###newsletter-floating @@ -4416,6 +4508,7 @@ _site_cookie_ ###sam-newsletter-signup ###savicom_signup ###sb-sidebar-newsletter-sign-up +###sbnewsletter-signup-wrap ###sc-email-widget-container ###sdac_subscribe_widget-3 ###se-subscribe @@ -4468,6 +4561,7 @@ _site_cookie_ ###subscribe-module ###subscribe-nav-btn ###subscribe-newsletter +###subscribe-nl-content ###subscribe-now ###subscribe-pcmag ###subscribe-popin @@ -4526,12 +4620,16 @@ _site_cookie_ ##.ALS_IL_Holder ##.CheatNewsletter ##.DFNewsletterSignup +##.DnnModule-eps-NewsletterOptInv2 ##.HB-Takeover +##.InArticleSignup ##.InlineNewsletter +##.ModepsNewsletterOptInv2C ##.MultiColorSubscribeWidget ##.NewsLetterForMobile ##.NewsLetterLeftSide ##.Newsletter-Overlay +##.Newsletter-shortcode ##.NewsletterBanner ##.NewsletterBox ##.NewsletterBox--footer @@ -4621,6 +4719,7 @@ _site_cookie_ ##.blog-signup-container ##.blog_signup_box ##.bottom_subscribe +##.box--newsletter ##.box-newsletter ##.box-newsletter-category ##.box-signupform @@ -4633,6 +4732,7 @@ _site_cookie_ ##.btn__subscribe ##.btn_newsletter ##.btntEmailsub-body +##.button-newsletter ##.button-subscribe ##.c-Footer__subscribe ##.c-leaflet__content--sign-up @@ -4641,6 +4741,7 @@ _site_cookie_ ##.c-newsletter--footer ##.c-newsletter-context ##.c-newsletter-promo +##.c-post-actions__newsletter ##.c-rock-newsletter ##.c-widget--newsletter ##.cS-newsletter @@ -4662,6 +4763,7 @@ _site_cookie_ ##.component-newsletter-subscribe ##.connect_newsletter ##.content-mod-newsletter-right +##.content-toaster--newsletter ##.content-well-newsletter ##.cst_newsletter_signup ##.cta-newsletter @@ -4685,6 +4787,7 @@ _site_cookie_ ##.ekMessagePrompt ##.email-acquisition ##.email-alerts +##.email-ask-full-width ##.email-banner ##.email-bar ##.email-cta @@ -4718,6 +4821,7 @@ _site_cookie_ ##.email_subscribe_option ##.emailnewsletter_cmp ##.encart-newsletter +##.endpage_newsletter_signup ##.enews-wrapper ##.enewsletter ##.enlace_newsletter @@ -4766,6 +4870,7 @@ _site_cookie_ ##.footer_form_newsletter ##.footer_subscribe ##.footeremail +##.form-newsletter ##.form-signup-articlebottom ##.form-subscribe ##.form__newsletter-subscribe @@ -4783,6 +4888,7 @@ _site_cookie_ ##.go-bsocial-cta ##.go_newsletter_widget ##.group-newsletter-subscribe +##.grpEmail ##.gutter-signup ##.h-register-newsletter ##.h-subscribe @@ -4802,6 +4908,7 @@ _site_cookie_ ##.in-article-newsletter-form ##.in-article-subscribe ##.in-loop-signup-form +##.inhouse__subscription-ribbon ##.injector-promo-newsletter ##.inline-breaking-news-newsletter ##.inline-email-signup-container @@ -4834,8 +4941,11 @@ _site_cookie_ ##.js-nudger ##.js-popup-newsletter ##.js-sidebar-signup +##.js-subscription-combo-box ##.js_newsletter-btn--subscribe +##.keystone-newsletter-class ##.klaviyo_flyout +##.l-footer__newsletter ##.lien-newsletter ##.listbuilder-popup-embedded ##.lon-newsletter-tout @@ -4849,6 +4959,7 @@ _site_cookie_ ##.mailchimp-lists-user-subscribe-form ##.mailing-list-signup ##.mailingList--sidebar +##.mailmunch-scrollbox ##.main-footer__newsletter ##.mainbody-subscribe ##.markato-form-wrapper-tall @@ -4897,6 +5008,7 @@ _site_cookie_ ##.newsLetterHolder ##.newsSignupRR ##.news_form_wraper +##.newsblock-newsletter-signup ##.newsbriefsignup ##.newsletter--article ##.newsletter--container @@ -5005,9 +5117,11 @@ _site_cookie_ ##.newsletter-topimg ##.newsletter-trigger ##.newsletter-variation +##.newsletter-weekly ##.newsletter-widget ##.newsletter-wrap ##.newsletter-wrapper +##.newsletter-zone ##.newsletter1 ##.newsletterBlock ##.newsletterBox @@ -5021,6 +5135,7 @@ _site_cookie_ ##.newsletterLink ##.newsletterPlacement ##.newsletterPrompt +##.newsletterSidebar ##.newsletterSidebarContainer ##.newsletterSignup ##.newsletterSignup-wrapper @@ -5043,6 +5158,7 @@ _site_cookie_ ##.newsletter_center_form ##.newsletter_footer ##.newsletter_footer_container +##.newsletter_holder ##.newsletter_inline ##.newsletter_location ##.newsletter_promo @@ -5058,6 +5174,7 @@ _site_cookie_ ##.newsletter_single ##.newsletter_social ##.newsletter_social_form +##.newsletter_subscribe ##.newsletter_subscription ##.newsletter_subscription_top_embed ##.newsletter_widget @@ -5068,12 +5185,15 @@ _site_cookie_ ##.newslettermodal ##.newsletters-signup ##.newsletters-subscribe-form-ajax +##.newsletters_topbar ##.newslettersignin ##.newslettersignup ##.newslettersrssbox +##.newslettersubscrive ##.newsletterwidget ##.newsmail-signup ##.newssignup +##.nf-form-content ##.ng-newsletter ##.nl-newsletter_signup ##.nlSubscribe @@ -5084,10 +5204,12 @@ _site_cookie_ ##.nse_subscription-list ##.nw_form_newsletters ##.nw_icon_newsletter +##.nwletter-box ##.nwletters ##.o-Newsletter ##.o-email-only-signup ##.o-footer__newsletter-signup +##.object-newsletter-subscription ##.object-subscribe-newsletter ##.omniture_email ##.open-modal-email-panel @@ -5096,6 +5218,7 @@ _site_cookie_ ##.optin-monster-saas-overlay ##.optin-overlay ##.ot-subscribe-widget +##.our_newsletter_block ##.outerHeaderCtaNewsletterWrap ##.page-footer-signups ##.pane-bean-email-capture @@ -5135,12 +5258,15 @@ _site_cookie_ ##.register-newsletter ##.register-signup-promo ##.rhs_subscribe_outer +##.ri-newsletter ##.right-subscribe ##.right-subscribe-top ##.right_rail_email_signup +##.row__newsletter ##.rr_newsletter ##.s-nwletter ##.sb-signup-container +##.sbnewsletter-signup ##.sc-newsletter ##.scmp-inline-newsletter-subscription ##.scroll-navigation-subscribe @@ -5176,10 +5302,13 @@ _site_cookie_ ##.sidesignup ##.sign-up-form-single ##.sign-up-inbox +##.sign-up-newsletter ##.sign-up-strip +##.signup-button-newsletter ##.signup-callout ##.signup-email ##.signup-form--header +##.signup-newsletter ##.signup-tout ##.signup-with-checkboxes ##.signup1 @@ -5207,11 +5336,13 @@ _site_cookie_ ##.subscrbe-module-floating ##.subscribBox ##.subscribe--long +##.subscribe--news ##.subscribe-article-bottom ##.subscribe-banner ##.subscribe-block ##.subscribe-blurb ##.subscribe-box +##.subscribe-box-wide ##.subscribe-box-wrapper ##.subscribe-button ##.subscribe-callout @@ -5245,6 +5376,7 @@ _site_cookie_ ##.subscribeNewsletter ##.subscribePopup ##.subscribeWidgetContainer +##.subscribe__header ##.subscribe__title ##.subscribe_box ##.subscribe_btn @@ -5270,17 +5402,22 @@ _site_cookie_ ##.subscription-popup-overlay ##.subscription-promo ##.subscription-toaster +##.subscription-unit ##.subscription-widget ##.subscriptionForm ##.subscription_popup__wrapper +##.suscribe-nl ##.suscripcionnewslettercab +##.teaser-newsletter ##.tge-equator-newsletter ##.the-report-email-signup ##.tile_newsletterSubscription +##.times-newsletter-weekly ##.titrewidgetnewsletter ##.tl-newsletter-widget ##.tmt-subscribe ##.today-newsletter-wrap +##.topic-newsletter ##.tout_subscribe ##.transformer__newsletter ##.traqli-subscribe @@ -5297,6 +5434,7 @@ _site_cookie_ ##.voc-newsletter ##.vrt-newsletter ##.wide-newsletter +##.wideNewsletterWrap ##.widget-apply-newsletter-article ##.widget-had-subscribe ##.widget-newsletter @@ -5336,6 +5474,7 @@ _site_cookie_ ##.widget_woo_subscribe ##.widgetnewsletter ##.wp-nwletter-popup +##.wrapper-button-newsletter ##.wrapper_suscribe_home ##.wwd-subscribe-now-banner-background ##.yt-mailchimp-subscription-form-widget @@ -5388,7 +5527,9 @@ _site_cookie_ ##.bubble-push ##.cleverpush-backdrop ##.cleverpush-confirm +##.contentwebpush ##.frizbit-prompt +##.htpush-chrome-style-notification ##.insider-opt-in-notification ##.j-push-notifications-feature ##.js-custom-push-notifications @@ -5421,6 +5562,10 @@ _site_cookie_ ##.web-notification ##.window-push ##.ys-push +! alextimes.com +##.cpcta-flyin +! gastongazette.com +###dialog-message.slideDown ! medium.com related newsletters ##.js-stickyFooter.u-fixed ! nlgate Newsletter @@ -5439,6 +5584,7 @@ _site_cookie_ ! ---------- RSS Buttons ---------- ###RssIcon ###blog-rss +###btnRss ###floaty-rss ###follow-rss ###followRSS @@ -5495,6 +5641,7 @@ _site_cookie_ ##.footerButtonRSS ##.footerRSS ##.glyphicon-rss +##.hc__footer__rss ##.i-rss ##.i_big_rss ##.ic_rss @@ -5572,11 +5719,13 @@ _site_cookie_ ##.spriteRss ##.sprites-rss ##.svg-icon-rss +##.td-icon-rss ##.term-rss ##.topbar-rss ##.track-action-RSS ##.uk-icon-rss ##.uk-icon-rss-square +##.unian-rss ##.widget_rss_links ##.widget_rssiconwidget ##.zocial-rss @@ -5590,6 +5739,7 @@ _site_cookie_ ##a[title="Subscribe to our RSS Feed"] ##a[title="Subscribe with RSS"] ##img[alt="Grab our RSS feed"] +##img[alt="Icono RSS"] ##img[alt="RSS 2.0"] ##img[alt="RSS Feed Readers"] ##img[alt="RSS Feeds"] @@ -5622,6 +5772,7 @@ _site_cookie_ ###backTop ###back_to_top ###back_to_top_now +###backtoTop ###backtotop ###backtotop-scroll ###backtotopbutton @@ -5666,6 +5817,7 @@ _site_cookie_ ###jwDisqusBackToTop ###ktz-backtotop ###mainToTopAnchor +###main_scroll_icon ###menu-back-to-top ###mkd-back-to-top ###move-to-top @@ -5681,6 +5833,7 @@ _site_cookie_ ###scroll-top-link ###scroll-top-top ###scrollToTop +###scrollToTopButton ###scrollUp ###scroll_back_to_top ###scroll_top_div @@ -5689,6 +5842,7 @@ _site_cookie_ ###scrolltoptop ###scrolltotop_button ###scrollup +###scrollup_button ###site-scroll-top ###spnGoTop ###sticky-back-to-top @@ -5702,6 +5856,7 @@ _site_cookie_ ###to_top_scrollup ###totop-scroller ###totopBtn +###ts-back-to-top ###tweScrollTop ###ui-to-top ###uiGoToTop @@ -5726,6 +5881,7 @@ _site_cookie_ ##.back-to-top-btn ##.back-to-top-button ##.back-to-top-link +##.back-to-top-sticky ##.back-to-top-wrap ##.back-top ##.back-top-btn @@ -5775,17 +5931,20 @@ _site_cookie_ ##.dc-go-top ##.dmtop ##.dvt-go-top +##.ef3-back-to-top ##.enigma_scrollup ##.et_pb_scroll_top ##.f-footer__btn_up ##.fi-back-to-top ##.fjs-scroll-to-top ##.fk-ui-goTop +##.footer--scrolltop ##.footer-back-to-top ##.footer-backtotop ##.footer-button-top ##.footer-link-to-top ##.footer-top-of-page +##.footerBackToTopLink ##.footer__back-to-top ##.footer__back-to-top-container ##.footer__go-to-top @@ -5798,7 +5957,9 @@ _site_cookie_ ##.glyphicon-arrow-up ##.go-to-top ##.go-to-top-arrow +##.go-to-top-button ##.go-top +##.go-top-footer-btn ##.go-top-wrapper ##.go-top2 ##.go2top @@ -5825,6 +5986,7 @@ _site_cookie_ ##.js-back-to-top-story ##.js-backToTop ##.js-persistent-nav-top +##.js-scroll-event.on--totop ##.js-scroll-to-top ##.js_btn_gotop ##.js_to-top @@ -5839,6 +6001,7 @@ _site_cookie_ ##.mk-go-top ##.mod-totop ##.move-top +##.ms-scroll-to-top-button ##.mypresta_scrollup ##.nav--back-to-top ##.os-back-to-top @@ -5881,6 +6044,7 @@ _site_cookie_ ##.scrolltop ##.scrolltotop ##.sh-back-to-top +##.show-top-button ##.shunno-top ##.simplifytotop ##.site-scroll-top @@ -5890,6 +6054,7 @@ _site_cookie_ ##.stt-gototop ##.stt-top ##.sublink_back_top +##.sunfw-scrollup ##.tc-back-to-top ##.td-scroll-up ##.tdr-backtop @@ -5924,13 +6089,18 @@ _site_cookie_ ##.up-to-top ##.upbtn ##.vw-scroll-to-top +##.vw_m520_topbar ##.w-toplink ##.wp-to-top ##.yjscroll ##.yukari_git ##.z-navigation-footer_backToTop +##A[onclick="SEAT_ANALYTICS.trackTriggerEvent('scrollingarrow');"] ##[app="back-to-top-button"] ##[data-funct="GoToPageTop"] +##[data-id="documentScrollToTop"] +##[title="Return to top of page"] +##[title="Torna in cima alla pagina"] ##a[class^="bd-backtotop-"] ##a[data-bind="toTopButton"] ##a[data-scroll-to-anchor="top"] @@ -5955,6 +6125,7 @@ _site_cookie_ ##a[title="To the top"] ##a[title="Torna in alto"] ##a[title="Torna su"] +##a[title="back_to_top"] ##button[class^="footer_to_top_"] ##button[data-widgetclass="backToTopBtn"] ##button[title="Back to the top of this page"] @@ -6407,6 +6578,7 @@ _site_cookie_ ###deals-social ###deeplinks-share ###desktop-share-wrapper +###desktop-social-buttons ###detailHeadlineStickySocial ###dhSocial ###diaspora-button-container @@ -6434,6 +6606,7 @@ _site_cookie_ ###dmsocial ###dnn_ctr427_ViewNewsDetails_Div_share ###dnn_ctr431_ViewNewsDetails_Div_share +###dnn_ctr436_NewsItem_pnlAddThisTop ###donate-social ###drop-btn-share ###dropdown-facebook-ask @@ -6614,6 +6787,7 @@ _site_cookie_ ###fbPopUp ###fbPopupBG ###fbShareButton +###fbShareWall ###fbSlider ###fbSocial ###fbSubLoading @@ -6642,6 +6816,7 @@ _site_cookie_ ###fb_video_link ###fb_widget ###fbbox +###fbbox-relocated ###fbbox1 ###fbfanbox ###fbinvite @@ -6719,6 +6894,7 @@ _site_cookie_ ###follow-us-on-facebook ###follow-us-on-instagram ###follow-us-on-twitter +###follow-us-rhs ###follow-us-widget ###follow-widget ###followBar @@ -6768,6 +6944,7 @@ _site_cookie_ ###footer-facebook ###footer-facebook-icon ###footer-fb +###footer-fb-button ###footer-follow-us ###footer-follow-us-facebook ###footer-follow-us-youtube @@ -6783,6 +6960,7 @@ _site_cookie_ ###footer-social-block ###footer-social-icones ###footer-social-links +###footer-social-main-container ###footer-social-media ###footer-social-media-buttons ###footer-social-popup @@ -6899,6 +7077,7 @@ _site_cookie_ ###header-social ###header-social-apps-v2 ###header-social-block +###header-social-container ###header-social-fb ###header-social-icons ###header-social-links @@ -7112,11 +7291,13 @@ _site_cookie_ ###menu-share-float ###menu-social ###menu-social-1 +###menu-social-2 ###menu-social-buttons ###menu-social-fb ###menu-social-header ###menu-social-icons ###menu-social-icons-menu +###menu-social-icons-responsive ###menu-social-items ###menu-social-links ###menu-social-menu @@ -7161,6 +7342,8 @@ _site_cookie_ ###multiplesocialwidget-id ###multix_icons_facebook ###mvp-foot-soc +###mvp-nav-soc +###mvp-nav-soc-list ###mvp-post-soc-wrap ###mvp-top-nav-soc ###nSocial @@ -7435,6 +7618,7 @@ _site_cookie_ ###share1 ###share1_w ###share42 +###shareArticle ###shareBadges ###shareBar ###shareBarDivTop_gig_containerParent @@ -7500,6 +7684,7 @@ _site_cookie_ ###shareTopBtn ###shareTotal ###shareTxt +###shareUrl ###shareV ###shareV_w ###shareVertical @@ -7774,6 +7959,7 @@ _site_cookie_ ###social-floating ###social-follow ###social-follow-article-body +###social-follow-inarticle ###social-followers-group ###social-foot ###social-footer @@ -7787,6 +7973,7 @@ _site_cookie_ ###social-icon-menu-container ###social-icons ###social-icons-3 +###social-icons-block ###social-icons-right ###social-icons-wrap ###social-inline @@ -7800,6 +7987,7 @@ _site_cookie_ ###social-links ###social-links-big ###social-links-bottom +###social-links-container ###social-links-facebook ###social-links-foot ###social-links-layer @@ -8136,6 +8324,7 @@ _site_cookie_ ###social_top ###social_tw ###social_twitter +###social_vertical_box ###social_vkontakte ###social_widget ###social_widget-11 @@ -8254,6 +8443,7 @@ _site_cookie_ ###st-social ###stDigg ###static-social +###staticsocialbar ###stayConnectedBlock ###stereoSocial ###sticky-footer-social-icons @@ -8267,6 +8457,7 @@ _site_cookie_ ###stickySocial ###sticky_sharing ###stickyshare +###storyShareButton ###storyShareContainer ###story_share_after ###story_social_buttons @@ -8416,6 +8607,7 @@ _site_cookie_ ###twitter_right ###twitter_share ###twitter_share_link +###twitter_social ###twitter_social_sidebar ###twitter_splash ###twitter_stream @@ -8436,6 +8628,7 @@ _site_cookie_ ###utilitybar-social ###validationSocial ###vbseo-likes +###vce_social_menu ###vert-share ###vertical-share-wrapper ###vertical-social-bar @@ -8523,6 +8716,8 @@ _site_cookie_ ##.ArticleSocialMediaTopBar ##.ArticleTombstone-shareHeading ##.ArticleTombstone-shareLink +##.Article__socialShare +##.Article__socialShareContent ##.BVRRReviewSocialLinksContainer ##.BVRRSocialBookmarkingLinks ##.BlogDetail-Footer-share @@ -8928,7 +9123,10 @@ _site_cookie_ ##.ap-follow-widget ##.apFollowWidget ##.app--table-cell__share +##.app-bar-share ##.app-list-share +##.app_btn_share +##.app_share_icons ##.append_social_share ##.apps-social ##.apsc-facebook-icon @@ -8968,6 +9166,7 @@ _site_cookie_ ##.article-core__sticky-share ##.article-fb ##.article-fbs-sharing +##.article-followNav ##.article-followistic ##.article-footer-social ##.article-footer__share @@ -9101,6 +9300,7 @@ _site_cookie_ ##.article__social ##.article__social--links ##.article__social-links +##.article__social-share ##.article__socialButtons ##.article__social__link ##.article__social__list @@ -9119,6 +9319,7 @@ _site_cookie_ ##.article_social ##.article_social_sharing_box ##.article_social_wrap +##.article_socials ##.article_top_social ##.articlebottomsharinglinks ##.articlek_share_wrap @@ -9136,6 +9337,7 @@ _site_cookie_ ##.asideSocial ##.asideSocial-article ##.asideWithSharebar +##.asocial-area ##.aspexifblikebox ##.aspexifbsidebox ##.asset-inline-share-tools @@ -9352,6 +9554,7 @@ _site_cookie_ ##.blog-post-share ##.blog-post-share-aside ##.blog-share +##.blog-share-container ##.blog-share-toolbar ##.blog-social ##.blog-social-buttons @@ -9487,6 +9690,8 @@ _site_cookie_ ##.btn-social ##.btn-social-facebook ##.btn-social-googleplus +##.btn-social-group +##.btn-social-group-wrapper ##.btn-social-icon ##.btn-social-media ##.btn-social-pinterest @@ -9498,6 +9703,7 @@ _site_cookie_ ##.btn-twitter ##.btn-twitter-lg ##.btn-youtube +##.btn-yt ##.btnFB ##.btnFacebook ##.btnShare @@ -9578,9 +9784,11 @@ _site_cookie_ ##.c-Footer__links__social ##.c-NavSocial ##.c-NavSocial-item +##.c-article-header__social ##.c-articlehead__detail__share ##.c-articlenav__socialsharing ##.c-author__social-media +##.c-footer-social ##.c-footer-social-channels ##.c-footer-social-link ##.c-footer__list--follow @@ -9608,11 +9816,13 @@ _site_cookie_ ##.c-social-buttons--popover ##.c-social-container ##.c-social-links +##.c-social-menu ##.c-social-share ##.c-social-sharetool ##.c-social-wrap ##.c-social__list ##.c-socialchannels +##.c-socials ##.c-socialshare ##.c-tab-bar__social ##.c-tools-share @@ -9652,6 +9862,7 @@ _site_cookie_ ##.cb-social-sharing ##.cb-social-twitter ##.cb-social-ytbe +##.cb-widget-social-media ##.cb_share_block ##.ccm_social__box ##.ccm_social_buttons @@ -9763,6 +9974,7 @@ _site_cookie_ ##.contact-socials ##.contactSocialMedia ##.container > .infoBoxList > .shareInfoBox +##.container-links-social-media ##.container-share-group ##.container-share-middle ##.container-share-small @@ -9796,6 +10008,7 @@ _site_cookie_ ##.count-twitter ##.counted-share-vertical ##.counter-globalLikeBox +##.counter-share ##.cover-day-box--share ##.cp-share-list-entry-share ##.cp-share-list-itens @@ -9832,6 +10045,8 @@ _site_cookie_ ##.custom-social ##.custom-social-buttons ##.custom-social-icon +##.custom-social-media +##.custom-social-share ##.custom-social-share-wrapper ##.custom-social-widgets ##.custom-tweet-button @@ -9875,6 +10090,7 @@ _site_cookie_ ##.detShare ##.detail-page-share ##.detail-share +##.detail-share-btIco ##.detail-share-item ##.detailShare ##.detailShareBlock @@ -9974,6 +10190,7 @@ _site_cookie_ ##.eg_header_facebook ##.eg_header_twitter ##.eg_header_youtube +##.eight8_social_media_footer ##.eins-facebook ##.eins-twitter ##.el-icon-facebook @@ -10078,6 +10295,7 @@ _site_cookie_ ##.f_social ##.fa-facebook-square ##.fa-fb +##.fa-google-plus-square ##.fa-share ##.fa-share-alt ##.fa-share-square-o @@ -10205,6 +10423,7 @@ _site_cookie_ ##.facebookShareAlert ##.facebookShareIcon ##.facebookShareToolsContainer +##.facebookShare__button ##.facebookSharer ##.facebookSite ##.facebookSocialIcon @@ -10479,8 +10698,10 @@ _site_cookie_ ##.fi-social-twitter ##.fi-social-youtube ##.field-name-addthis +##.field-name-field-addthis ##.field-name-field-sharebar ##.field-name-social-media-buttons-bottom +##.field-type-addthis ##.fig-micronav__item--facebook ##.fig-micronav__item--gplus ##.fig-micronav__item--linkedin @@ -10507,6 +10728,7 @@ _site_cookie_ ##.fixed-side-social-container ##.fixed-soc-icon ##.fixed-social +##.fixed-social-bar ##.fixed-social-share ##.fixedShareMenu ##.fixedShareSection @@ -10555,6 +10777,7 @@ _site_cookie_ ##.flodes-puff__social-media-list ##.fluid-share-cameraroll-view ##.fly-social-icos +##.flybox-share ##.flyout-facebook ##.fn-header-social-links ##.fn-social-followus @@ -10737,6 +10960,7 @@ _site_cookie_ ##.footer--social-icons ##.footer--social-link ##.footer-GlobalSocialIcons +##.footer-a-social ##.footer-bottom-social ##.footer-col-social ##.footer-component__social-icons @@ -10787,6 +11011,7 @@ _site_cookie_ ##.footer-secondary-social ##.footer-section-social ##.footer-share +##.footer-share-bar ##.footer-share-bar-social ##.footer-share-bar-social-link ##.footer-share-button @@ -10804,9 +11029,11 @@ _site_cookie_ ##.footer-social-buttons ##.footer-social-connect ##.footer-social-container +##.footer-social-facebook ##.footer-social-header-wrapper ##.footer-social-icon ##.footer-social-icons +##.footer-social-instagram ##.footer-social-link ##.footer-social-link-wrap ##.footer-social-links @@ -10817,10 +11044,13 @@ _site_cookie_ ##.footer-social-nav ##.footer-social-network ##.footer-social-networks +##.footer-social-pinterest ##.footer-social-row ##.footer-social-share +##.footer-social-twitter ##.footer-social-widgets ##.footer-social-wrap +##.footer-social-youtube ##.footer-socialIcons ##.footer-social__components ##.footer-sociallink @@ -10830,6 +11060,7 @@ _site_cookie_ ##.footer-socialmediaIcon ##.footer-socials ##.footer-socials-section +##.footer-solcial-btn ##.footer-tumblr ##.footer-tw ##.footer-tw-icon @@ -10843,6 +11074,7 @@ _site_cookie_ ##.footerFacebook ##.footerFollow ##.footerFollowUs +##.footerMainContent__socialButton ##.footerMainMoreSocial ##.footerNavSocials ##.footerNewSocial @@ -10853,6 +11085,7 @@ _site_cookie_ ##.footer_NewsletterSocialIcon ##.footer__content-social ##.footer__follow +##.footer__icons--social ##.footer__list--social ##.footer__nav-social ##.footer__navbar__socials-container @@ -10884,12 +11117,14 @@ _site_cookie_ ##.footer_social_icons ##.footer_social_twitter ##.footer_socialblock +##.footer_socials ##.footer_socialtab ##.footer_sosial ##.footer_sprite_facebook ##.footer_sprite_twitter ##.footer_sshare ##.footerlinks.social +##.footernav-social ##.footernavigation__social ##.footersocial ##.footersocialbtn @@ -10942,6 +11177,7 @@ _site_cookie_ ##.ftr-social-links ##.ftr__follow ##.ftr_social_links +##.full-article-sharelinks ##.full_share_container ##.full_social ##.fuse_social_icons_links @@ -10973,6 +11209,9 @@ _site_cookie_ ##.gabfire_share_widget ##.gadget_page_share ##.gadget_post_share +##.galepro-core-sharebtn +##.galepro-core-social-share +##.galepro-core-socialicon-share ##.galeriSocial ##.gall-info-share ##.galleria-share @@ -10986,6 +11225,7 @@ _site_cookie_ ##.gallery__share-pinterest ##.gallery__share-twitter ##.gameShareWidget +##.gb-share ##.gc_social_floating ##.gdhp-share ##.geShareTool @@ -11020,6 +11260,7 @@ _site_cookie_ ##.gig-share-button-container ##.gig-simpleShareUI ##.gigya-share +##.gigya-share-bar ##.gigya-share-btns ##.gigya-sv ##.gigyaShareBottom @@ -11161,6 +11402,7 @@ _site_cookie_ ##.h-do-share ##.h-share ##.h5ToggleShare +##.h5ab-print-button-container ##.haber-sosyal ##.haber_sosyal ##.haberaltshare @@ -11172,6 +11414,7 @@ _site_cookie_ ##.hd-social-icons ##.hdsocial2 ##.head-fb +##.head-share2 ##.head-social-links ##.head-twt ##.headShare @@ -11181,6 +11424,7 @@ _site_cookie_ ##.header-btn__facebook ##.header-contact-link--facebook ##.header-contact-link--twitter +##.header-controls__share-toggle ##.header-facebook ##.header-fb-share ##.header-follow-list @@ -11235,6 +11479,7 @@ _site_cookie_ ##.headerGPlusIcon ##.headerSocialLink ##.headerSocialLinks +##.headerSocial__socialLinks ##.header__nav-social ##.header__sharing-item ##.header__social-accounts @@ -11292,6 +11537,7 @@ _site_cookie_ ##.hl-pinterest-pin ##.hl-twitter-share ##.hl_recent_tweets +##.hm-sm__sharing ##.hn-share-button ##.hnav-social-list ##.ho-co-social @@ -11440,6 +11686,9 @@ _site_cookie_ ##.icomoon-facebook2 ##.icomoon-google-plus ##.icomoon-instagram +##.icomoon-mail +##.icomoon-pinterest +##.icomoon-tumblr ##.icomoon-twitter ##.icomoon-twitter2 ##.icomoon-youtube @@ -11528,6 +11777,7 @@ _site_cookie_ ##.icon-header-facebook ##.icon-header-googleplus ##.icon-header-twitter +##.icon-holder-social ##.icon-icon_facebook ##.icon-icon_twitter ##.icon-icons_facebook-share @@ -11537,6 +11787,7 @@ _site_cookie_ ##.icon-inq-twitter ##.icon-instagram ##.icon-instagram-box +##.icon-instagram-circle ##.icon-instagram-encircled ##.icon-instagram-icon ##.icon-instagram-white @@ -11590,6 +11841,7 @@ _site_cookie_ ##.icon-sd-pinterest ##.icon-sd-twitter ##.icon-share +##.icon-share-alt ##.icon-share-facebook ##.icon-share-instagram ##.icon-share-linkedin @@ -11607,6 +11859,7 @@ _site_cookie_ ##.icon-social-instagram-circle ##.icon-social-linkedin ##.icon-social-linkedin-green +##.icon-social-mail-circle ##.icon-social-pinterest ##.icon-social-round-fb ##.icon-social-round-google @@ -11641,6 +11894,7 @@ _site_cookie_ ##.icon-twitter-alt ##.icon-twitter-bg ##.icon-twitter-bird +##.icon-twitter-circle ##.icon-twitter-circled ##.icon-twitter-encircled ##.icon-twitter-icon @@ -11701,6 +11955,7 @@ _site_cookie_ ##.icon_instagram ##.icon_linkedIn ##.icon_linkedin +##.icon_pinterest ##.icon_share ##.icon_social ##.icon_social-facebook @@ -11744,12 +11999,14 @@ _site_cookie_ ##.icontwitter ##.iconyoutube ##.icos-social +##.id-AdditionalHeaderContent-el--socialMedia ##.id-Amp-socialShare ##.idMetaItmSocialCompact ##.idblog-sharebtn ##.idblog-social-share ##.idc-share ##.identity-fb-notice +##.idvl-socs-tools ##.idz-social-icon ##.ig-share-button ##.ig-socials-ball @@ -11774,6 +12031,7 @@ _site_cookie_ ##.imgShare ##.img__sharer ##.img_pin_button +##.imgshare_buttons_wrap ##.imgsharet ##.in-article-follow-block ##.in-page-share @@ -11814,6 +12072,8 @@ _site_cookie_ ##.instagram-icon ##.instagram-link ##.instagram.icon +##.instagramIcon +##.instagramIcon__link ##.instagram_follow ##.instagram_icon ##.instagram_logo @@ -11862,6 +12122,7 @@ _site_cookie_ ##.item-twitter ##.item-whatsapp ##.itemFacebook +##.itemShareBtns ##.itemSocial ##.itemSocialLink ##.itemSocialLinks @@ -11989,6 +12250,7 @@ _site_cookie_ ##.kiwi-nw-google-plus ##.kiwi-nw-linkedin ##.kiwi-nw-twitter +##.kl-share ##.klasSideSocialLinks ##.klicked-see-first ##.kmd_social_widget @@ -12132,6 +12394,7 @@ _site_cookie_ ##.list-social ##.list-socials ##.listTrailerShare +##.list_article_share ##.list_share ##.listing-share ##.listing-share-email @@ -12144,6 +12407,7 @@ _site_cookie_ ##.ln_share_button ##.lnkFacebook ##.lnks-social +##.lo-header_social ##.lo-social_icon ##.locshare-share-button ##.loggedout-follow-normal @@ -12167,6 +12431,7 @@ _site_cookie_ ##.lst_social ##.lt_nav-share ##.lx-share-tools +##.lx-sidebar-social-media ##.m-article-share ##.m-article-share__link ##.m-article-socialbar @@ -12181,6 +12446,7 @@ _site_cookie_ ##.m-fbook ##.m-feature-social-buttons ##.m-footer__follow__content +##.m-footer__social-container ##.m-global-header__facebook ##.m-global-header__g-plus ##.m-global-header__twitter @@ -12299,6 +12565,7 @@ _site_cookie_ ##.menu-article-share ##.menu-facebook ##.menu-fb +##.menu-footer-social ##.menu-footer-social-container ##.menu-header-social-container ##.menu-item-follow @@ -12309,6 +12576,7 @@ _site_cookie_ ##.menu-name-menu-social-links ##.menu-reseaux-sociaux-container ##.menu-share +##.menu-sliding-social-container ##.menu-social ##.menu-social-buttons-container ##.menu-social-container @@ -12316,6 +12584,7 @@ _site_cookie_ ##.menu-social-gplus ##.menu-social-instagram ##.menu-social-links +##.menu-social-media-menu-container ##.menu-social-menu-container ##.menu-social-navigation-container ##.menu-social-profiles-container @@ -12373,6 +12642,7 @@ _site_cookie_ ##.mkd-blog-single-share ##.mkd-share-link ##.mks_social_widget +##.ml-footer-social-links ##.ml-share ##.mmg_share_button ##.mn_mbn_share @@ -12437,10 +12707,12 @@ _site_cookie_ ##.move-social ##.movie-share ##.mpf-i-share +##.mplSocials ##.mps-article-social ##.mps-social ##.mr_shareLabel ##.mr_social_sharing_wrapper +##.ms-share-container ##.ms-share_inline ##.ms-social-bar ##.msc-facebook @@ -12453,7 +12725,10 @@ _site_cookie_ ##.mts_googleplus ##.multiplesocialwidget-wrapper ##.mvp-foot-soc-list +##.mvp-nav-soc-but ##.mvp-nav-soc-wrap +##.mvp-post-soc-email +##.mvp-post-soc-list ##.mvp-post-soc-pin ##.mvp-post-soc-twit ##.mvp-post-soc-wrap @@ -12572,6 +12847,7 @@ _site_cookie_ ##.news_share ##.news_share_botton_cont ##.news_shares +##.newsblock-page-footer__links__social ##.newsplus_social ##.nextgen-share-tools ##.nfy-social-icons @@ -12653,6 +12929,7 @@ _site_cookie_ ##.page-share-button ##.page-shareTray ##.page-social +##.page-social-counters ##.pageFbLike ##.pageHead-share ##.pageSocial @@ -12664,6 +12941,9 @@ _site_cookie_ ##.pane-facebook-activity ##.pane-fb-profile-widget ##.pane-follow-site +##.pane-klw-follow +##.pane-klw-share +##.pane-menu-footer-social-menu ##.pane-menu-menu-site-social-widget ##.pane-post-social-post-social-block ##.pane-share-widgets @@ -12700,6 +12980,9 @@ _site_cookie_ ##.pbtsharethisbutt ##.pcf-social-media-wrapper ##.pda-topmenusocial +##.pdb-share +##.pdb-share-block +##.pdb-social ##.pds-share ##.persistent-menu_share-links ##.personal-social-btns @@ -12720,6 +13003,7 @@ _site_cookie_ ##.pg-shareBar ##.pg-shareBar-share ##.pgm-social-share +##.ph-header-social ##.phillyfooter-social ##.phillysocial ##.photo-share @@ -12729,7 +13013,9 @@ _site_cookie_ ##.picto_facebook ##.picto_googleplus ##.picto_twitter +##.pin-button ##.pin-img-btn +##.pin-it ##.pin-it-btn ##.pin-it-btn-shortcode-wrapper ##.pin-it-button @@ -12790,6 +13076,7 @@ _site_cookie_ ##.pnFacebookLikeBtn ##.pn__share ##.pn_socialmedia_widget +##.po-hr-fl__sharing ##.pod_share ##.poll-share-box ##.poll-social-header @@ -12889,6 +13176,7 @@ _site_cookie_ ##.product-social-area ##.product-social-icon-wrapper ##.product-social-media +##.product__share ##.project-activity-twitter ##.project-share-icons ##.promo-carousel-social @@ -13160,7 +13448,9 @@ _site_cookie_ ##.share-and-comments ##.share-area ##.share-article +##.share-article-loop ##.share-article-sec +##.share-article-slider ##.share-article-social ##.share-article-tools ##.share-article-vertical @@ -13376,6 +13666,7 @@ _site_cookie_ ##.share-service-button ##.share-service-icon-sharebar ##.share-service-visible +##.share-servise-block ##.share-set ##.share-side ##.share-side-bar @@ -13501,6 +13792,7 @@ _site_cookie_ ##.shareFacebook ##.shareFb ##.shareFix +##.shareFloating_column ##.shareForm ##.shareFrame ##.shareGP @@ -13696,8 +13988,10 @@ _site_cookie_ ##.share_tools ##.share_top ##.share_total +##.share_trigger ##.share_tw ##.share_twitter +##.share_txt ##.share_under_post ##.share_v2 ##.share_ver @@ -14018,6 +14312,7 @@ _site_cookie_ ##.sidebar-widgets ##.sidebarFollow ##.sidebarSocial +##.sidebar__share ##.sidebar_facebook ##.sidebar_social ##.sidebar_socialmediabox @@ -14042,6 +14337,7 @@ _site_cookie_ ##.single-post-sharing-button ##.single-post-sharing-button-label ##.single-post-sharing-button-list +##.single-post-socials ##.single-share ##.single-sharing-btns ##.single-social @@ -14237,9 +14533,12 @@ _site_cookie_ ##.social--horizontal ##.social--pinterest ##.social--share +##.social--share-links ##.social--share_btn +##.social--social-link ##.social--top ##.social--twitter +##.social--twolines ##.social-1303 ##.social-16 ##.social-Facebook @@ -14270,6 +14569,8 @@ _site_cookie_ ##.social-bar-twitter ##.social-bar-wrapper ##.social-barker +##.social-big-buttons +##.social-big-container ##.social-bk-news ##.social-block ##.social-block-content @@ -14300,6 +14601,7 @@ _site_cookie_ ##.social-btn-container ##.social-btn-facebook ##.social-btn-group +##.social-btn-list ##.social-btn-twitter ##.social-btns ##.social-btns-new @@ -14307,8 +14609,10 @@ _site_cookie_ ##.social-button ##.social-button-box ##.social-button-group +##.social-button-heading ##.social-button-row ##.social-button-small +##.social-button1 ##.social-button__wrapper ##.social-buttons ##.social-buttons-bottom @@ -14373,6 +14677,7 @@ _site_cookie_ ##.social-facebook-slider ##.social-facebook-slider-btn ##.social-facebook-slider-like-box +##.social-facebookGroupBox ##.social-fb ##.social-fbook ##.social-feed @@ -14599,6 +14904,7 @@ _site_cookie_ ##.social-module ##.social-nav ##.social-nav-link +##.social-navi ##.social-navigation ##.social-net ##.social-network-icons @@ -14863,6 +15169,7 @@ _site_cookie_ ##.socialFext ##.socialFixOuter ##.socialFixed +##.socialFloating ##.socialFollow ##.socialFooter ##.socialFooterIcon @@ -14969,6 +15276,7 @@ _site_cookie_ ##.socialSharingFtr ##.socialSharingLargeButtons ##.socialSharing__icons +##.socialSidebar ##.socialSquare ##.socialSticky ##.socialStickyBanner @@ -15094,6 +15402,7 @@ _site_cookie_ ##.social_icons ##.social_imageover ##.social_images +##.social_img ##.social_ioc ##.social_island ##.social_item @@ -15139,6 +15448,7 @@ _site_cookie_ ##.social_pages ##.social_pinterest ##.social_popup +##.social_post ##.social_row ##.social_rufilm ##.social_sec @@ -15261,6 +15571,7 @@ _site_cookie_ ##.socialize-top ##.socializeIt ##.socializer-share-bar +##.sociall_container ##.sociallink ##.sociallinks ##.sociallist @@ -15286,6 +15597,7 @@ _site_cookie_ ##.socialn2_links ##.socialn_links ##.socialnav +##.socialnav-item ##.socialnavbar ##.socialno ##.socialnonsense-wide-articles @@ -15312,6 +15624,7 @@ _site_cookie_ ##.socials__buttons ##.socials_box ##.socials_buttons +##.socials_content ##.socials_white ##.socials_widget ##.socials_wrapper @@ -15421,12 +15734,16 @@ _site_cookie_ ##.sqs-slice-social-icons ##.sqs-svg-icon--list ##.squareShareButtons +##.ss-facebook +##.ss-instagram ##.ss-share +##.ss-sharing-container ##.ss-social ##.ss-social-button-wrapper ##.ss-social-circle ##.ss-social-regular ##.ss-twitter +##.ss-whatsapp ##.ss_sharebar ##.ss_social ##.ssb-share @@ -15497,6 +15814,7 @@ _site_cookie_ ##.sticky-side-share ##.sticky-social ##.sticky-social-buttons +##.sticky-social-group ##.sticky-social-icons-lg ##.sticky-social-inside ##.sticky-wrapper--likegate @@ -15509,9 +15827,12 @@ _site_cookie_ ##.stickysocial ##.stm-share ##.stm-shareble +##.stm-socials +##.stm-socials__icon ##.storifycon-share ##.story-action-share ##.story-article__body__left__social-share +##.story-button-share ##.story-col-share ##.story-footer-social ##.story-kapitel-socials @@ -15526,6 +15847,7 @@ _site_cookie_ ##.story-share-tools ##.story-social-bar ##.story-social-media +##.story-social-share ##.story-social-widget ##.story-taboola-related-module ##.story-tools-social @@ -15619,6 +15941,7 @@ _site_cookie_ ##.tab_social ##.tafSocialButton ##.tag-line-social +##.tag-social ##.tags-share ##.talk-sharing__facebook ##.talk-sharing__other @@ -15629,8 +15952,11 @@ _site_cookie_ ##.tcsn_widget_social_network ##.td-float-sharing ##.td-header-social +##.td-icon-facebook ##.td-icon-googleplus ##.td-icon-instagram +##.td-icon-twitter +##.td-icon-youtube ##.td-post-sharing ##.td-post-sharing-bottom ##.td-social-icon-wrap @@ -15696,6 +16022,7 @@ _site_cookie_ ##.tm-social-pinterest ##.tm-social-twitter ##.tm-social-youtube +##.tm-socialicons ##.tmg-amp-social-share ##.tmg-amp-social-share-fb ##.tmg-amp-social-share-twitter @@ -15931,6 +16258,7 @@ _site_cookie_ ##.twitterFeedsMR ##.twitterFollow ##.twitterIcon +##.twitterIcon__link ##.twitterImage ##.twitterItem ##.twitterLink @@ -15943,6 +16271,7 @@ _site_cookie_ ##.twitterShareToolsContainer ##.twitterSocialIcon ##.twitterSs +##.twitterTweet__button ##.twitterWidget ##.twitterWidgetWrapper ##.twitterWidgetry @@ -16033,6 +16362,7 @@ _site_cookie_ ##.ui-social-fixed ##.ui-social-med ##.ui-social-share +##.ui-social-sharing ##.ui-social-wrapper ##.ui-socialbar-image ##.ui-socials @@ -16045,8 +16375,10 @@ _site_cookie_ ##.uk-icon-google-plus ##.uk-icon-instagram ##.uk-icon-linkedin +##.uk-icon-slideshare ##.uk-icon-twitter ##.uk-icon-twitter-square +##.uk-icon-xing ##.uk-icon-youtube ##.ukbf-social ##.ul-social @@ -16189,6 +16521,7 @@ _site_cookie_ ##.vod_share ##.voxde-social-share ##.vp-share +##.vpl_SharingBut ##.vrg_container_social_box ##.vrt-social-links ##.vs-facebook @@ -16222,6 +16555,7 @@ _site_cookie_ ##.wcs-youtube ##.wdb-social ##.wdgt_sharelink +##.wdrrShare ##.wds-is-follow-us ##.wds-tweet ##.wds-tweet-container @@ -16362,6 +16696,7 @@ _site_cookie_ ##.widget_vb_search_social_tips ##.widget_vw_widget_social_counter ##.widget_vw_widget_social_subscription +##.widget_wc_shortcodes_social_icons ##.widget_weblizar_twitter ##.widget_woo_twitter ##.widget_woodojo_tweets @@ -16410,6 +16745,7 @@ _site_cookie_ ##.wpusb-btn ##.wpusb-square-plus ##.wpzoom-facebook-3 +##.wrap-social ##.wrapp-soc-icons ##.wrapper-fixed-social-buttons ##.wrapper-share @@ -16490,7 +16826,12 @@ _site_cookie_ ##.z-share-belt ##.zalo-share-button ##.zocial-facebook +##.zocial-googleplus +##.zocial-instagram +##.zocial-linkedin +##.zocial-pinterest ##.zocial-twitter +##.zocial-vimeo ##.zocial-youtube ##.zoom-social-icons-widget ##.zozo-social-icons @@ -16512,6 +16853,7 @@ _site_cookie_ ##[class^="social_button_"] ##[data-pin-href^="https://www.pinterest.com/pin/create/"] ##[data-pin-log^="button_pinit"] +##[data-trigger="share-links-manager"] ##[href="http://www.addthis.com/bookmark.php"] ##[href^="//twitter.com/share"] ##[href^="http://reddit.com/submit"] @@ -16572,6 +16914,7 @@ _site_cookie_ ##[title^="Submit this post on "] ##a[alt="Follow Us on Twitter"] ##a[alt="follow us on twitter"] +##a[classes="share_widget"] ##a[data-share="popup"] ##a[data-tm-ref-type-id="Follow-on-Facebook"] ##a[data-tm-ref-type-id="Follow-on-YouTube"] @@ -16579,17 +16922,21 @@ _site_cookie_ ##a[href^="//pinterest.com/pin/create/button/?"] ##a[href^="//twitter.com/intent/tweet/?"] ##a[href^="//vk.com/share.php?url="] +##a[href^="//www.pinterest.com/pin/create/button/"] ##a[href^="//www.reddit.com/submit?"] ##a[href^="/gp/socialmedia/share/"] ##a[href^="http://add.my.yahoo.com/content?"] +##a[href^="http://blinklist.com/post?url="] ##a[href^="http://blip.pl/dashboard?body="] ##a[href^="http://bookmark.naver.com/post?ns="] ##a[href^="http://csp.cyworld.com/bi/bi_recommend_pop.php?url="] ##a[href^="http://del.icio.us/post"] ##a[href^="http://del.icio.us/post?url="] +##a[href^="http://delicious.com/post?"] ##a[href^="http://delicious.com/save"] ##a[href^="http://digg.com/submit?"] ##a[href^="http://facebook.com/sharer.php?"] +##a[href^="http://furl.net/post?url="] ##a[href^="http://line.me/R/msg/text/"] ##a[href^="http://linkedin.com/shareArticle?"] ##a[href^="http://me2day.net/posts/new?new_post[body]="] @@ -16646,6 +16993,7 @@ _site_cookie_ ##a[href^="https://facebook.com/share.php?u="] ##a[href^="https://facebook.com/sharer.php?"] ##a[href^="https://lineit.line.me/share/"] +##a[href^="https://partners.viadeo.com/share?"] ##a[href^="https://pinterest.com/pin/create/"] ##a[href^="https://plus.google.com/share"] ##a[href^="https://plus.google.com/share?"] @@ -16828,6 +17176,7 @@ _site_cookie_ ##div[class^="shareButton_"] ##div[class^="socialMediaIcon"] ##div[class^="socialPanel_"] +##div[class^="socialShareWrapper_"] ##div[class^="social_box_post_"] ##div[class^="style__socialIcons"] ##div[data-category="common-social-sticky-share-mpost"] @@ -17243,11 +17592,13 @@ _site_cookie_ ###EUCookieMessage ###EUCookieMsg ###EUCookieNote +###EUCookiesAlert ###EUCookiesWarning ###EUDirectiveCookiePanel ###EU_Cookie_Message ###EU_cookie ###EUcookieStatment +###EncurioGdprSecurityBar ###EuCookieBar-8 ###EuCookieBlock ###EuCookieLawForm @@ -17396,6 +17747,7 @@ _site_cookie_ ###a3_cookie ###a8c-cookie-banner ###aa_privacy_module +###ab1_cookie_bar ###abb-cookie-banner ###abe-gdpr ###about-cookies @@ -17462,6 +17814,7 @@ _site_cookie_ ###adcookies ###addCookieBarInfo ###adimo-cookie +###adtoniq-msg-bar ###adult-and-cookies ###adv_cookie ###adv_cookies @@ -17475,6 +17828,7 @@ _site_cookie_ ###agree-with-cookies ###agreeCookie ###agreeWithCookies +###agree_cookie_div ###agree_cookies ###agree_privacy_policy ###agreecookies @@ -17864,6 +18218,7 @@ _site_cookie_ ###cc_policy ###cca-cookies-holder ###ccbar +###ccc-notify ###ccc-state ###cccenter-overlay-fixed ###ccconsent @@ -17889,6 +18244,7 @@ _site_cookie_ ###center_bandeau_cookie ###ceva_toolbar_cookie ###cewe-accept-cookies +###cewe-permanent-info-bar ###cf-cookie-banner ###cgCookies ###cg_cookie_bar @@ -17896,6 +18252,7 @@ _site_cookie_ ###chellocookies-bar ###cherry-cookie-banner ###chilly-cookie-accept +###chromeframe-cookies ###ciacho ###ciachoBar ###ciachoinfo @@ -17930,6 +18287,7 @@ _site_cookie_ ###cl-banner ###cl__cookie_alert ###cl_banner +###cl_modal ###clearfy-cookie ###closeCookeiInfo ###close_cnil @@ -17990,6 +18348,7 @@ _site_cookie_ ###codemasters_cookies ###coe-cookie-disclaimer ###cofcookie +###coiConsentBanner ###cokPyt ###cokbar ###cokie-bar @@ -18018,6 +18377,7 @@ _site_cookie_ ###consent.consent ###consentBar ###consentCookieDiv +###consentDialog ###consent_assist_container ###consent_banner ###consent_blackbar @@ -18090,6 +18450,7 @@ _site_cookie_ ###cookicnil ###cookidiv ###cookie--disclaimer +###cookie-accep ###cookie-accept ###cookie-accept-banner ###cookie-accept-box @@ -18135,6 +18496,7 @@ _site_cookie_ ###cookie-banner2 ###cookie-bar ###cookie-bar-bottom +###cookie-bar-container ###cookie-bar-main ###cookie-bar-message ###cookie-bar-mob @@ -18199,6 +18561,7 @@ _site_cookie_ ###cookie-cookie-div ###cookie-cosent ###cookie-cube +###cookie-cutter ###cookie-deal-bottom ###cookie-deal-bottom-cookie ###cookie-dialog @@ -18341,6 +18704,7 @@ _site_cookie_ ###cookie-notifcation-banner ###cookie-notifica ###cookie-notification +###cookie-notification-banner-wrapper ###cookie-notification-bar ###cookie-notification-content ###cookie-notification-header @@ -18447,6 +18811,7 @@ _site_cookie_ ###cookie-tooltip ###cookie-top-bar ###cookie-topbar +###cookie-topsticky ###cookie-ue ###cookie-uni-kl ###cookie-usage-alert @@ -18543,6 +18908,7 @@ _site_cookie_ ###cookieBarBC ###cookieBarContainer ###cookieBarWrapper +###cookieBgOverlay ###cookieBlackout ###cookieBlock ###cookieBlocker @@ -18617,6 +18983,7 @@ _site_cookie_ ###cookieDeclarationWrapper ###cookieDialog ###cookieDialogCtnr +###cookieDirWrap ###cookieDirective ###cookieDisc ###cookieDisclaimer @@ -18862,6 +19229,7 @@ _site_cookie_ ###cookieUsage ###cookieUsageHint ###cookieUsageMessage +###cookieUsageNotification ###cookieUsagePopIn ###cookieUse ###cookieUseAgreement @@ -18872,6 +19240,7 @@ _site_cookie_ ###cookieValidatorMain ###cookieVerificationBar ###cookieView +###cookieWall ###cookieWallBackground ###cookieWallBar ###cookieWarn @@ -18894,6 +19263,7 @@ _site_cookie_ ###cookieWrap ###cookieWrap0 ###cookieWrapper +###cookieZone ###cookie_1 ###cookie_2 ###cookie__alert @@ -19063,6 +19433,7 @@ _site_cookie_ ###cookie_msg_2 ###cookie_msg_container ###cookie_msn +###cookie_nav ###cookie_navbar ###cookie_note ###cookie_note_div @@ -19198,6 +19569,7 @@ _site_cookie_ ###cookiebar-cookiepolicy ###cookiebar_container ###cookiebar_content +###cookiebar_playnation ###cookiebar_wrapper ###cookiebarcontainer ###cookiebarra @@ -19507,9 +19879,12 @@ _site_cookie_ ###cookies.alert-dismissible ###cookies.clearfix ###cookies.container +###cookies.container-fluid ###cookies.display ###cookies.hidden-print ###cookies.notifyBar +###cookies.open +###cookies.row ###cookies123 ###cookiesAccept ###cookiesAcknowledgement @@ -19525,6 +19900,7 @@ _site_cookie_ ###cookiesAllowingRequest ###cookiesApprobation ###cookiesArticle +###cookiesBand ###cookiesBanner ###cookiesBannerContainer ###cookiesBar @@ -19544,6 +19920,7 @@ _site_cookie_ ###cookiesEU-box ###cookiesHolder ###cookiesHomeHeader +###cookiesI ###cookiesInfo ###cookiesInfo2 ###cookiesInfoBar @@ -19600,6 +19977,7 @@ _site_cookie_ ###cookiesShowFloaterFlat ###cookiesSouhlasimBlok ###cookiesSuhlas +###cookiesT ###cookiesTab ###cookiesText ###cookiesToast @@ -19711,6 +20089,7 @@ _site_cookie_ ###cookies_policy ###cookies_policy_bar ###cookies_policy_popup +###cookies_policy_wrap ###cookies_polityka ###cookies_pop ###cookies_popin @@ -19750,6 +20129,7 @@ _site_cookie_ ###cookiesconsent ###cookiescontainer ###cookiescript +###cookiescript_badge ###cookiescript_injected ###cookiescript_main ###cookiesdialog @@ -19908,6 +20288,7 @@ _site_cookie_ ###d-cookiesWarningAdsLayout ###d-notification-bar ###dCookies +###dasCookieControl ###data-privacy-bar ###dataPrivacyDialog ###datenschutz-banner @@ -19951,6 +20332,7 @@ _site_cookie_ ###dismiss-cookie-message ###dismissable-cookie-policy ###display-cookie-consent +###displayCookieUsageNotification ###display_cookie_message ###div-accept-cookies ###div-cookie @@ -20181,6 +20563,7 @@ _site_cookie_ ###eu-law ###eu-privacy ###eu-susenka +###euCompliance ###euConsent ###euCookie ###euCookieBanner @@ -20362,7 +20745,9 @@ _site_cookie_ ###gdpr-cookieNotice ###gdpr-is-fun ###gdpr-notice +###gdpr-notification ###gdpr-popup +###gdpr-privacy-strip ###gdpr-script ###gdpr-section ###gdpr-warning @@ -20379,11 +20764,13 @@ _site_cookie_ ###gdprVxConsentBar ###gdpr_banner ###gdpr_box +###gdpr_consent_banner ###gdpr_cookie_notice ###gdpr_modal ###gdpr_notice ###gdpr_user_consent_banner ###gdprbar +###gdprbx ###gdprc_bar ###gdprpopup ###gdprsticky @@ -20487,6 +20874,7 @@ _site_cookie_ ###ibwarning_eucookies ###ic_cookies_ar ###icanhascookie +###icc_message ###icoCookieNotify ###icoCookiesBanner ###ico_cookie @@ -20619,6 +21007,7 @@ _site_cookie_ ###jquery-cookie-law-script ###js--cookies ###js-TosPrivacy +###js-accept-cookie ###js-band-cookies ###js-cnil--alert ###js-cookie-alert @@ -20929,6 +21318,7 @@ _site_cookie_ ###newcookie_x ###next_accept_cookie ###nextcookie +###nf_cookiebanner ###nfcCookieNote ###nfcookieAcceptModal ###nge_box_cookie_alerte_message @@ -21120,6 +21510,7 @@ _site_cookie_ ###policy-cookie-notice ###policy-cookies-banner ###policy-div +###policy-modal-banner ###policy-window ###policyBannerWrapper ###policyBar @@ -21182,6 +21573,7 @@ _site_cookie_ ###popincookie ###popup-accept-cookies ###popup-announcements +###popup-container-aviso ###popup-cookie ###popup-cookie-policy ###popup-cookies @@ -21235,6 +21627,7 @@ _site_cookie_ ###privacy-policy-updated ###privacy-popup ###privacy-popup-container +###privacy-shield ###privacy-statement ###privacyAndCookieNoticePanel ###privacyAnnouncement:not(body) @@ -21245,6 +21638,7 @@ _site_cookie_ ###privacyHint ###privacyInfo ###privacyNotePopupContainer +###privacyNoticeUpdate ###privacyNotification ###privacyOptionsCookieOptIn ###privacyOuterContainer @@ -21318,6 +21712,7 @@ _site_cookie_ ###richpages_cookieconsent ###rk-accept-cookies ###rnw_cookies_banner +###rodoAlert ###rodoCookie ###rodoNotificationWrapper ###rsseo-cookie-accept @@ -21413,6 +21808,7 @@ _site_cookie_ ###slide_header_cookies ###slideit-cookie ###slidingCookieDiv +###sm-eu-cookie-banner ###smart-cmp-host ###smartcookies_frame ###smcc_header_cookieaccept @@ -21602,6 +21998,7 @@ _site_cookie_ ###unitscookie-law ###uoc_cookie_intro ###uodcookienotice +###up-cookie ###updatedPrivacyPolicy ###us-cookies ###us_cookies_msg @@ -21784,6 +22181,8 @@ _site_cookie_ ##.Container--cookies ##.ContainerCookies ##.Cookie +##.Cookie--base +##.Cookie--bottom ##.CookieAccept ##.CookieAcceptImageDivClass ##.CookieAcceptLayer @@ -21872,6 +22271,7 @@ _site_cookie_ ##.GAcookies ##.GDPR-toast ##.GDPR-tools-consent +##.GDPRPanel ##.GDPRPanel--visible ##.GdprBanner__bg ##.Header-cookie @@ -21901,6 +22301,7 @@ _site_cookie_ ##.SLNotificationBar ##.SP-CookieUsageNotification ##.Section-Cookie +##.SiteMessage--cookie ##.SiteUseCookies ##.SitecookiemessageContainer ##.TOSBanner @@ -21989,6 +22390,7 @@ _site_cookie_ ##.agree-with-cookies ##.agreecookie ##.agreement-eu-cookies +##.ajs-cookies ##.ak-cookies-banner ##.akf__cookie ##.alert--cookie @@ -22091,6 +22493,7 @@ _site_cookie_ ##.avvisoCookie ##.avviso_cookie ##.awesome-eu-cookies +##.axa-cookies ##.axaCookie ##.b-cookie ##.b-cookie-consent @@ -22112,6 +22515,7 @@ _site_cookie_ ##.ba-banner-disclaimer ##.backcookie ##.backdrop-ley-cookies +##.background-petrol-cookie ##.baked-cookies-bar ##.ban-cookies ##.banda-cookie @@ -22161,6 +22565,7 @@ _site_cookie_ ##.base-cookies ##.basel-cookies-popup ##.basic--draw-message-bar-cookie-notice +##.basic_features-cookiemessage ##.bayer-cookie-disclaimer ##.bb-accept-cookies ##.bb-header__accept-cookies @@ -22195,6 +22600,7 @@ _site_cookie_ ##.block-cnil ##.block-cookie ##.block-cookie-accept-notify +##.block-cookie-notification ##.block-cookie-popup ##.block-cookies ##.block-cookies-popup @@ -22213,6 +22619,7 @@ _site_cookie_ ##.bms-cookie-container ##.bn-cookies ##.bnt_cookieBar +##.borlabsCookieShow ##.bottom--cookie-bar ##.bottom--cookie-bar-overlay ##.bottomAlert @@ -22243,10 +22650,12 @@ _site_cookie_ ##.bx-info-cookie ##.by_cookie_policy ##.bycookies-container +##.c-accept-cookie ##.c-alert--cookie ##.c-app-cookies ##.c-app-cookies--bottom ##.c-app-cookies--ribbon +##.c-banners__wrapper ##.c-consent ##.c-cookie ##.c-cookie--disclaimer @@ -22336,6 +22745,7 @@ _site_cookie_ ##.cdp-cookies-alerta ##.ce-banner ##.ce-banner-html +##.ce_rsce_tao_fixed_note ##.center-gdpr ##.center_cookies ##.cf-annoying-eu-cookie-message @@ -22378,6 +22788,7 @@ _site_cookie_ ##.cnil-cookie ##.cnil-cookies ##.cnil-message +##.cnil-warning ##.cnil:not(body) ##.cnilContainer ##.cnilCookies @@ -22390,11 +22801,13 @@ _site_cookie_ ##.cockie-popup ##.cockie-popup-wrap ##.cod-cookie-container +##.coi-consent-banner ##.cokWrap ##.cokieAlert ##.com-cookie ##.com-cookie-policy ##.common-cookieNotice +##.common-cookies ##.communikat_cookie ##.comp-cookie-policy-banner ##.compliance-eu-cookie-banner @@ -22673,6 +23086,7 @@ _site_cookie_ ##.cookie-management-overlay ##.cookie-manager ##.cookie-manager-dialog +##.cookie-manager-portlet ##.cookie-mask ##.cookie-melding ##.cookie-melding-wrapper @@ -22802,6 +23216,7 @@ _site_cookie_ ##.cookie-question ##.cookie-region ##.cookie-richtlinie +##.cookie-rodo-dialog ##.cookie-row ##.cookie-rules-wrapper ##.cookie-runway @@ -22933,6 +23348,7 @@ _site_cookie_ ##.cookieCorrector ##.cookieDialog ##.cookieDialogue +##.cookieDirWrap ##.cookieDirective ##.cookieDiscl ##.cookieDisclaimer @@ -22949,6 +23365,7 @@ _site_cookie_ ##.cookieFloater ##.cookieFlyout ##.cookieFooterbg +##.cookieForm ##.cookieHandler ##.cookieHeader ##.cookieHeaderContainer @@ -22965,6 +23382,7 @@ _site_cookie_ ##.cookieInformationBar ##.cookieInformationContainer ##.cookieInside +##.cookieK ##.cookieLaw-box ##.cookieLaw:not(body):not(html) ##.cookieLawPopup @@ -23049,6 +23467,7 @@ _site_cookie_ ##.cookiePrompt_outerWrapper ##.cookiePush ##.cookieQuery +##.cookieReminderWrapper ##.cookieRestriction ##.cookieRichtline_container ##.cookieSection @@ -23117,8 +23536,9 @@ _site_cookie_ ##.cookie_check ##.cookie_choice ##.cookie_confirm -##.cookie_consent +##.cookie_consent:not(body):not(html) ##.cookie_consent_banner +##.cookie_consent_holder ##.cookie_consent_title ##.cookie_cont ##.cookie_container @@ -23283,6 +23703,7 @@ _site_cookie_ ##.cookielegal ##.cookieleiste ##.cookieline +##.cookieloop ##.cookiemanager ##.cookiemelding ##.cookiemessage @@ -23307,6 +23728,7 @@ _site_cookie_ ##.cookiepolicy-block ##.cookiepolicy-dropdown ##.cookiepolicy-wrapper +##.cookiepolicy__container ##.cookiepolicybar ##.cookiepolicyclass ##.cookiepolitik @@ -23451,6 +23873,8 @@ _site_cookie_ ##.cookies-wr ##.cookies-wrap ##.cookies-wrapper +##.cookies-wrp +##.cookies-wrp__cookies ##.cookies.alert-dismissible ##.cookies.is-visible ##.cookies.sv-layout @@ -23482,6 +23906,7 @@ _site_cookie_ ##.cookiesInfo ##.cookiesInfoBlock ##.cookiesInfoBox +##.cookiesInfoHolder ##.cookiesLegalRules ##.cookiesMessage ##.cookiesMessageBanner @@ -23561,6 +23986,7 @@ _site_cookie_ ##.cookies_msg ##.cookies_notice ##.cookies_noties +##.cookies_notification ##.cookies_notifier ##.cookies_pdisclaimer ##.cookies_policy @@ -23670,6 +24096,8 @@ _site_cookie_ ##.ctn_cookies ##.ctrlCookieBar ##.custom-cookie-banner +##.customCookie +##.customCookieBackdrop ##.cwcookielaw ##.cwcookielawbg ##.cwt-cookie-confirmation @@ -23751,6 +24179,7 @@ _site_cookie_ ##.dvscookies-banner-container ##.e-cookie-info ##.e-cookie-message +##.e-cookies ##.eCookiesBanner ##.ePrivacyOuterWrapper ##.eav-cookielayer @@ -23890,6 +24319,7 @@ _site_cookie_ ##.footer_cookie_bar ##.footer_cookie_policy ##.footer_cookies +##.footer_eu_cookie ##.footerck ##.footprint_cookie ##.force-eu-cookies @@ -23912,6 +24342,7 @@ _site_cookie_ ##.gbi-cookiebar ##.gdl-cookie-dialog ##.gdp_cookie_widget +##.gdpr-alert ##.gdpr-ask-modal ##.gdpr-banner ##.gdpr-banner-content-wrapper @@ -23931,6 +24362,7 @@ _site_cookie_ ##.gdpr-cookies-line ##.gdpr-dialog ##.gdpr-disclaimer +##.gdpr-hellobar ##.gdpr-message ##.gdpr-modal-dialog ##.gdpr-msg.alert @@ -23952,6 +24384,9 @@ _site_cookie_ ##.gdprMessage ##.gdprPopup ##.gdpr_banner +##.gdpr_banner_top +##.gdpr_bar +##.gdpr_cookie_bar ##.gdpr_cookie_notice ##.gdpr_gdpr-composer-panel__toolbar ##.gdpr_hdr @@ -23993,6 +24428,7 @@ _site_cookie_ ##.has-cookie-message ##.hbcom-cookiepanel ##.hc-cookie-consent-bar +##.hc-privacydisclaimer ##.head-cookie-container ##.head-cookies ##.headCookieBar @@ -24038,6 +24474,8 @@ _site_cookie_ ##.hp-cookies ##.hpm-alert-cookies ##.hsp-cookies +##.hz-consents-banner +##.hz-visitor-consents ##.i-am-ok-with-cookies ##.i-layout__cookie-notification ##.iCookieBar @@ -24076,6 +24514,7 @@ _site_cookie_ ##.infos-gestion-cookies ##.infoscookies ##.inner_cnil +##.innoPrivacy ##.inscookies-banner-container ##.intercept-cookies ##.ir_cookiehint @@ -24097,6 +24536,8 @@ _site_cookie_ ##.ja-cookie-consent ##.jb.cookie ##.jcb-cookie-disclaimer +##.jd-rodo +##.jd-rodo-2 ##.jix_acceptcookies_box ##.jlp-cookie-info-container ##.jnc-cookie @@ -24116,6 +24557,7 @@ _site_cookie_ ##.js-acceptCookieDiv ##.js-allow-cookies ##.js-banner-cookie +##.js-basic_features-cookiemessage ##.js-bottom-notif-msg-cookie ##.js-bottom-notif-msg-privacy ##.js-cookie @@ -24163,6 +24605,7 @@ _site_cookie_ ##.js-cookiebanner ##.js-cookiebar ##.js-cookiehint +##.js-cookieloop ##.js-cookiemodal ##.js-cookies ##.js-cookies-alert @@ -24193,6 +24636,8 @@ _site_cookie_ ##.jsCookiesAlert ##.jsCookiesMessage ##.jsCookiesPopUp +##.jsCustomCloseCookie +##.jsCustomCookieWrap ##.jsEUCookieInfobarDisplay ##.js__cookie-information ##.js__cookie-information_banner @@ -24377,6 +24822,7 @@ _site_cookie_ ##.modulesden-cookies-bar ##.moduletable-privacy-popup ##.moduloCookieAlert +##.mol-ads-cmp ##.moneseCookies ##.moove-gdpr-dark-scheme ##.mp-cookies-inform-bar @@ -24462,6 +24908,7 @@ _site_cookie_ ##.notification--cookie ##.notification--cookie-alert ##.notification--cookies +##.notification-banner--cookie ##.notification-bar--cookie ##.notification-bar[data-id="cookiedisclaimer"] ##.notification-box[data-toggler*="cookie-policy"] @@ -24654,6 +25101,7 @@ _site_cookie_ ##.privacy-policy-container ##.privacy-policy-cookies ##.privacy-policy-notice +##.privacy-policy-notice-bar ##.privacy-policy-toast ##.privacy-popup-wrapper ##.privacy-prompt-wrapper @@ -24731,7 +25179,10 @@ _site_cookie_ ##.rlx-cookie-bar ##.rmgCookieAlert ##.rnt_cookie +##.rodo-modal ##.rodo-popup +##.rodoAlert +##.rodo__accept ##.roh-cookies ##.row--cookie-compliance ##.row-cookies @@ -24806,6 +25257,7 @@ _site_cookie_ ##.site-popup.consent ##.site-privacypolicy ##.site-wide-notice--gdpr +##.siteCookie ##.site_cookies_container ##.site_cookies_container_open ##.site_cookies_message @@ -24816,6 +25268,7 @@ _site_cookie_ ##.sitesmart-cookies ##.skryptcookies-pl ##.sky-component-cookie-notice +##.slideout-cookies ##.sliding-privacy-popup ##.smcc_bottom_cookieaccept_container ##.sml_cookiepolicy @@ -24841,6 +25294,7 @@ _site_cookie_ ##.sticky-cookielawbanner ##.sticky-cookies ##.sticky_cookie +##.sticky_cookie_warning ##.stickycookie ##.stn_cookieoptin ##.storm-cookie @@ -24874,6 +25328,7 @@ _site_cookie_ ##.tesco-cookie ##.test-cookie-notification ##.testoCookiePolicy +##.text-center.cookie ##.text-cookie ##.text-cookies-notification ##.texteAlerteCookie @@ -25032,6 +25487,7 @@ _site_cookie_ ##.widget-cookie ##.widget-cookie-notification ##.widget_cookieconsentwidget +##.widget_eu_cookie_law_widget ##.win_cookies ##.wkp-cookie ##.wl_cookie @@ -25155,6 +25611,7 @@ _site_cookie_ ##div[class^="CookieGdpr"] ##div[class^="CookiePopup"] ##div[class^="CookiesNotification"] +##div[class^="GDPRBanner_"] ##div[class^="__alertCookie"] ##div[class^="app_cmpAppGdpr-"] ##div[class^="app_gdpr-"] @@ -25170,6 +25627,7 @@ _site_cookie_ ##div[data-components="pdr-ws1lib-header"] ##div[data-container-acceptcookies] ##div[data-cookie-name="header_cookie_policy"] +##div[data-cookie-notification] ##div[data-cookie-warning] ##div[data-cookie] ##div[data-cookielayer-init] @@ -25215,6 +25673,8 @@ _site_cookie_ ##xk-cookie-policy-warning ##ytd-consent-bump-renderer ##ytg-notification-footer +! volkswagen +##.vw5-statisticsOptBox ! oath.com https://github.com/ryanbr/fanboy-adblock/issues/472 ###cmp-container-id ###cmp-ui-iframe @@ -25262,6 +25722,7 @@ _site_cookie_ ##.as-oil-content-overlay ##.bst-panel ##.c_i_container +##.elisa-navi-cookie-and-consent-disclaimer ##.rcc-panel ##.recocliv2 ##.show.cp-wrap @@ -25407,6 +25868,7 @@ _site_cookie_ ||hnbutton.appspot.com^$third-party ||hnlike.com^$third-party ||honcode.ch^$third-party +||hoodline.com^$third-party ||hpr.outbrain.com^$third-party ||hsleadflows.net^$third-party ||identi.ca/js/identica-badge.js$third-party @@ -25420,7 +25882,6 @@ _site_cookie_ ||intern.forskning.no^$third-party ||internetdefenseleague.org^$third-party ||invite.linescale.com^$third-party -||iubenda.com^$third-party ||izooto.com^$third-party ||jeeng.com^$third-party ||jisbar.com^$third-party @@ -25621,13 +26082,14 @@ _site_cookie_ ||zimbio.com/images/badges/$third-party ||ziprecruiter.com^$third-party ||zoomanalytics.co^$third-party -! Push Notications +! Push Notifications ||accengage.net^$third-party ||basepush.com^$third-party ||centrnotify.com^$third-party ||centrpush.com^$third-party ||cleverpush.com^$third-party ||copush.com^$third-party +||d2r1yp2w7bby2u.cloudfront.net^ ||fortpush.com^$third-party ||foxpush.com^$third-party ||foxpush.net^$third-party @@ -25640,12 +26102,15 @@ _site_cookie_ ||push-centr.com^$third-party ||push-centr.net^$third-party ||push-house.net^$third-party +||push-pro.net^$third-party ||push.connect.digital^$third-party +||push.rent^$third-party ||push.world^$third-party ||push4site.com^$third-party ||pushalert.co^$third-party ||pushango.com^$third-party ||pushassist.com^$third-party +||pushbots.com^$third-party ||pushbox.info^$third-party ||pushbullet.com^$third-party ||pushcentr.com^$third-party @@ -25653,11 +26118,14 @@ _site_cookie_ ||pushengage.com^$third-party ||pushex.io^$third-party ||pushify.com^$third-party +||pushkahouse.com^$third-party +||pushkaplus.com^$third-party ||pushly.com^$third-party ||pushnews.eu^$third-party ||pushpad.xyz^$third-party ||pushprofit.ru^$third-party ||pushwoosh.com^$third-party +||viapush.com^$third-party ||webpu.sh^$third-party ||wonderpush.com^$third-party ||wpush.biz^$third-party @@ -25932,9 +26400,11 @@ _site_cookie_ ||ywidgets.awe.sm^$third-party ||zextit.com/partners/$third-party ! *** easylist:fanboy-addon/fanboy_cookie_thirdparty.txt *** +||admiral.mgr.consensu.org^$third-party ||civiccomputing.com^*=cookie$script,third-party +||clickio.mgr.consensu.org^$third-party ||clickiocdn.com^$third-party -||consensu.org^$third-party +||consensu.org/gdpr/$third-party ||consent.truste.com^$third-party ||cookie-accept.com^$third-party ||cookie-script.com^$third-party @@ -25950,12 +26420,17 @@ _site_cookie_ ||cookiereports.com^$third-party ||cookies.innershed.co.uk^ ||cookiescript.info^$third-party +||dmgmediaprivacy.co.uk^$third-party +||iubenda.com^$third-party ||mycookies.it^$third-party +||onetag.mgr.consensu.org^$third-party +||policies.warnerbros.com^ ||privacy-center.org^$third-party ||smartcookies.it^$third-party ||thirdfloor.it^$third-party ||trustarc.com^$third-party ||usercentrics.eu^$third-party +||vendorlist.consensu.org^$third-party ! --------------------------Specific blocking filters--------------------------! ! *** easylist:fanboy-addon/fanboy_annoyance_specific_block.txt *** ||4chan.org/b/*.swf @@ -25988,13 +26463,14 @@ _site_cookie_ ||google.com/images/*_promo_ ||google.com^*/friendconnect.js ||hotpepper-gourmet.com^*/pagetop_ +||howtogermany.com^*/top.png ||imgzzz.com/styles/buttons_ ||irishtimes.com/assets/js/notify.js ||jobs.newscientist.com^$subdocument ||katestube.com^*/up. ||l.yimg.com/zz/combo?pv*/promo-banner_$script ||l.yimg.com^*/img/badge- -||lightboxcdn.com^$third-party,domain=adweek.com|androidcentral.com|avclub.com|bearingarms.com|cinemablend.com|cnet.com|crackberry.com|cracked.com|culturemap.com|fastcodesign.com|fastcompany.com|gamespot.com|imore.com|modernfarmer.com|nbcsports.com|reason.com|redstate.com|thehill.com|theonion.com|theroot.com|townhall.com|twitchy.com|windowscentral.com|zdnet.com +||lightboxcdn.com^$third-party,domain=adweek.com|androidcentral.com|avclub.com|bearingarms.com|cinemablend.com|cnet.com|crackberry.com|cracked.com|culturemap.com|dailycaller.com|fastcodesign.com|fastcompany.com|gamespot.com|imore.com|mashable.com|modernfarmer.com|nbcsports.com|reason.com|redstate.com|spy.com|thehill.com|theonion.com|theroot.com|townhall.com|twitchy.com|venturebeat.com|windowscentral.com|zdnet.com ||macworld.co.uk/widget_uk/ ||mediafire.com/images/backgrounds/download/*promo ||mg.co.za^*/iabsa_ @@ -26005,6 +26481,7 @@ _site_cookie_ ||ndtv.com/popupNotification.aspx ||netdna-cdn.com/wp-content/plugins/omg-magnific/magnific.min.js?$domain=omgchrome.com ||newyorker.com/static/failsafe/ +||notify.hindustantimes.com^ ||orain.org/w/index.php/Special:BannerRandom? ||planelogger.com^*/avitop6. ||radiomirchi.com^*/soc_iconNew @@ -26039,7 +26516,10 @@ _site_cookie_ ||breitbart.com/t/assets/js/fancybox.js ||businessdictionary.com/min/g=boxysubscribejs ||cloudfront.net/embeds/newsletter/$domain=wbur.org +||cultofmac.com^*/sidebar_weekender_ ||forms.windowsitpro.com^ +||goodhousekeeping.co.za^*/subscribe- +||goodhousekeeping.co.za^*/subscribe. ||ibtimes.co.in^*/newsletter.js ||ibtimes.co.uk/newsletter? ||makezine.com/js/unbouncer- @@ -26048,17 +26528,20 @@ _site_cookie_ ||netdna-ssl.com^*-mailchimp-$domain=sassymanila.com ||newsletter.bdnews24.com^ ||nscreenmedia.com^*-newsletter. +||oilprice.com/iframes/sidebar_signupform/ ||politics.co.uk^*/newsletter. ||sassyhongkong.com^*-mailchimp- ||sassymamahk.com^*-news-letter- ||sassymamahk.com^*-Newsletter- ||seattletimes.com/wp-content/plugins/st-user-messaging/$script ||sfgate.com^*/subscribe.html +||thegrio.com^*/fotolia_79292360_ ||thejewishstar.com/images/enews- ||therealnews.com^*/sign_up. ||therealnews.com^*/subfp. ||tmform.azurewebsites.net^ ||webmd.com/dtmcms/live/webmd/*/newsletter/ +||womenonwheels.co.za^*/subscribe- ! *** easylist:fanboy-addon/fanboy_social_specific_block.txt *** ||3dmark.com/proxycon/images/front-some-fb.png ||76.my/Auc/ @@ -27119,7 +27602,6 @@ videobam.com###notice_bar bnpparibasfortis.be###notificationpanel digitalversus.com,ifixit.com###notifications wolframalpha.com###notifier -boards.ie,thejournal.ie###notify-container spotify.com###now-playing-widgets news.nationalpost.com###np-box-12 freewaregenius.com,techpounce.com###nrelate_flyout_1 @@ -27230,7 +27712,6 @@ thestreet.com###premServ theatlantic.com###premiumArchive computerweekly.com,techtarget.com###premiumContentPromo bozemandailychronicle.com###prev-next-nav -egyptianstreets.com,newdaily.info,webfeedbacks.com,whatlauderdale.com###prev-next-wrap coconuts.co###prev_article abovethelaw.com###prev_post perezhilton.com###prev_post_arrow @@ -27264,10 +27745,6 @@ aattp.org,allbusiness.com,crowddistrict.com,hyperallergic.com,inspiyr.com,postad 1stwebdesigner.com,techsplurge.com###pty_pkg aattp.org,allbusiness.com,ausdroid.net,crowddistrict.com,hyperallergic.com,inspiyr.com,postadvertising.com,runthetrap.com,sitepoint.com,theamericanscholar.org,thechemicalblog.co.uk###pty_popup mom.me###publishable_flag -rte.ie###push-prompt -indiatimes.com###pushSec -google.com###pushdown -fiercecable.com###pusher-ad sharecare.com###qa-popout-container nybooks.com###quick-signup independent.ie###quickSignupDaily @@ -27758,6 +28235,7 @@ hothardware.com##.SubscribeEmail bornrich.com##.Ticker hurriyetdailynews.com##.TopBanner bradblog.com##.TopBar +reddit.com##.TopButton tedco.org##.TopSocialSearchBbr reddit.com##.TransparentOverlay__overlay pinterest.com##.UnauthBanner @@ -27876,9 +28354,10 @@ forexminute.com##.bModal hellomagazine.com##.back-top scientificamerican.com##.badges incredibox.com##.bandeauShareMiddle -ethnews.com,goodnet.org,springer.com##.banner +ethnews.com,goodnet.org,newstalkzb.co.nz,radiosport.co.nz,springer.com##.banner digg.com##.banner-dailydigg-sub 10best.com##.banner-list +oberlo.com##.banner-sidebar-subscribe destructoid.com##.banner_top_container vh1.com##.bar usnews.com##.bar-pad6 @@ -28022,6 +28501,7 @@ latimes.com##.classifiedAdThree latimes.com##.classifiedAdTwo canada.com##.classifieds twitter.com##.client_prompt +techcrunch.com##.close-button wired.com##.cm-footer health.com##.cmAd400x50 people.com##.cmad @@ -28209,7 +28689,7 @@ bamsmackpow.com,gamesided.com,gojoebruin.com,lightlybuzzed.com##.fixnav develop-online.net##.fl320 wonderwall.msn.com##.flag-show-next forwardprogressives.com##.flare-vertical -fextralife.com##.flex-direction-nav +business-standard.com,fextralife.com##.flex-direction-nav in.com##.floating-box dailymail.co.uk##.floating-buttons alarabiya.net##.floating-left @@ -28607,6 +29087,7 @@ bornrich.com##.navigatePerma canonclast.com,futurecapetown.com,kqed.org##.navigation now.msn.com##.navigationscroller1 now.msn.com##.navscr +dawn.com##.navstory washingtonpost.com##.network-news chillicothenews.com##.network_bucket v3.co.uk##.network_links @@ -28712,6 +29193,7 @@ anews.com.tr,healthline.com##.pageTools popeater.com##.pageToolsN rfi.fr##.pageTop tweaktown.com##.page_load_div +southfloridagaynews.com##.pagenav runningtimes.com##.pager thepostgame.com##.pager-flyout bbc.co.uk##.pagetools @@ -28776,7 +29258,8 @@ webpronews.com##.pos_fixed webpronews.com##.pos_fixed_button techinasia.com##.post-footer techglobex.blogspot.in##.post-icons -mobilesyrup.com,rap-up.com,wellnessmama.com##.post-nav +mobilesyrup.com,nan.ng,rap-up.com,wellnessmama.com##.post-nav +columbian.com##.post-navigation reason.com##.post-options thenextweb.com##.post-toolbar-wrapper thinkprogress.org##.post-tools @@ -28833,7 +29316,6 @@ nwfdailynews.com##.promotionalmaindiv givesmehope.com##.publicite mashable.com##.publisher-bar acne.org##.pull-right -9to5google.com,9to5mac.com,electrek.co##.push-notify ebay.com##.ql-a huffingtonpost.com##.qr_close_frame pandora.tv##.quick @@ -28896,7 +29378,6 @@ teenvogue.com##.riser hollyscoop.com##.rnm_streamsend_widget medilafire.com##.rockmelt-ad foodandwine.com##.rr-ad -breitbart.com##.rs smartcompany.com.au,startupsmart.com.au##.rsform startupsmart.com.au##.rsform_col_first beritasatu.com##.rslide @@ -28927,6 +29408,7 @@ huffingtonpost.com,moviefone.com##.sbm-main huffingtonpost.co.uk,moviefone.com,news.moviefone.ca##.sbm-main-new moneycontrol.com##.scroll-paginate revision3.com##.scrolled +inverse.com##.scrollspy.nws-ov time.com##.sec-sub-teaser newsok.com##.section-nav-arrow back9network.com##.section-promotion @@ -29014,6 +29496,7 @@ discovery.com##.slide-out-div sassymanila.com##.slideInRight nymag.com,thedissolve.com##.slideout ibnlive.in.com##.slider_story +bleacherreport.com##.slideshowNav fastcompany.com##.slideshowlinks freeenterprise.com##.sliding-panel-trigger udemy.com##.slp-container @@ -29053,6 +29536,7 @@ ibtimes.com,idigitaltimes.com##.sticky-bar airspacemag.com,smithsonianmag.com##.sticky-block laphamsquarterly.org##.sticky-issue news.com.au##.sticky-show +oberlo.com##.sticky-subscribe-banner aeon.co##.sticky-wrapper elitedaily.com##.stickyHeader pcadvisor.co.uk##.stickyNav @@ -29429,7 +29913,9 @@ quarterlyessay.com.au###bi-mailchimp-signup-footer indeed.com###bjobalerts aclu.org###block-aclu-social-stay-informed advocate.com###block-advocate_general-advocate_general_enewsletter +wttw.com###block-block-44 commondreams.org###block-block-54 +outandaboutnashville.com###block-blocks-oanda-connect sciencenews.org###block-boxes-call-to-action itpro.co.uk###block-boxes-subscription-promo-content infoworld.com###block-infoworld-newsletter_subscribe @@ -29442,18 +29928,23 @@ theweek.co.uk###block-theweek_contexts-newsletter-signup bossip.com###bossip-newsletter-widget menafn.com###bottom3 motherjones.com###bottom_adhesion +business-standard.com###box maxim.com###boxes-box-maxim_newsletter thebaffler.com###boxzilla-overlay geekwire.com###category-heading-subscribe ibtimes.com.au,sciencenews.org###cboxOverlay +breitbart.com###cin_footer breitbart.com###cin_header breitbart.com###cin_ps_in_article breitbart.com###cin_sidebar breitbart.com###cin_slideup_w sciencenews.org###colorbox +monthlyreview.org###connect thewrap.com###content-bottom-sidebar guidedoc.com###curtain +pridesource.com###custom_html-11 saabplanet.com###custom_html-31 +property360.co.za###custom_html-4 charlotteobserver.com###daily-modal thestar.com.my###dailyalertbox dailycaller.com###dc-quiz-wrapper @@ -29473,6 +29964,8 @@ pymnts.com###emailsignup jta.org###embed_signup1 jta.org###embed_signup_bottom jta.org###embed_signup_default +jta.org###embed_signup_footer +goodhousekeeping.co.za###enhancedtextwidget-10 luxomo.com###esns_background_layer explosm.net###explosmore-callout-banner csmonitor.com###ezn-RightCol_Newsletter_and_TakeAction @@ -29483,21 +29976,24 @@ atboardsports.com,h3adrush.com###fancybox-wrap miningweekly.com,polity.org.za###fde_bar scmagazine.com###fixed-footer-login-register chaser.com.au###fixed_footer +theglobeandmail.com###fixedpencil scout.co.nz###footer-eletter +expatica.com###footer_subscribe engineeringnews.co.za###footerbar firstbiz.com###fpbiz_newsletter pbs.org###frontline_newsletter_over pbs.org###frontline_newsletter_please crunchsports.com###ftsingupbtn draxe.com###gclidua +click2houston.com,clickondetroit.com,clickorlando.com,ksat.com,news4jax.com,wsls.com###get-alerts playfield.io###hail-mary-modal readingthepictures.org###hear-ye-bg +theblaze.com###home_bottom_slider nytimes.com###hp-subscribe hardwarezone.com.sg###hwz-nm-sub-dialog competitor.com###icontact_footer competitor.com###icontact_wrapper_inarticle thegrio.com###image-17 -wbez.org###inpage_newsletter_signup_wrapper nautil.us###inpagesub bidnessetc.com###inputerror trailrunnermag.com###inside-dirt @@ -29519,8 +30015,8 @@ allkpop.com###mailing-list newscientist.com###marketingtertiary gearbest.com###mask rapidtvnews.com###masthead -cargofacts.com,cnn.com,dailyhive.com,evonomics.com,fn.com,kveller.com,lawandcrime.com,longreads.com,mtlblog.com,narrative.ly,nesthq.com,psypost.org,runthetrap.com,thewirecutter.com###mc-embedded-subscribe-form -99fm.com.na,androidauthority.com,apriorit.com,breakingisraelnews.com,breakingnews.ie,churchmilitant.com,cjr.org,cointelegraph.com,dailytimes.com.pk,exstreamist.com,fusion.net,gaystarnews.com,groovekorea.com,heatst.com,howlermagazine.com,justrunlah.com,maoritelevision.com,monetarywatch.com,nbc.na,newsthump.com,newtimes.co.rw,nextbigfuture.com,nyc.gov,propublica.org,providr.com,punchng.com,rawstory.com,registerguard.com,russia-insider.com,sciencealert.com,sciencebulletin.org,seattletimes.com,secretflying.com,stellar.ie,swissinfo.ch,technobuffalo.com,thestar.com.my,theyeshivaworld.com###mc_embed_signup +bcheights.com,cargofacts.com,cnn.com,dailyhive.com,evonomics.com,fn.com,kveller.com,lawandcrime.com,longreads.com,mtlblog.com,narrative.ly,nesthq.com,psypost.org,reliefweb.int,runthetrap.com,thewirecutter.com###mc-embedded-subscribe-form +99fm.com.na,androidauthority.com,apriorit.com,bcheights.com,bitguru.co.uk,breakingisraelnews.com,breakingnews.ie,churchmilitant.com,cjr.org,cointelegraph.com,current.org,dailyfreepress.com,dailytimes.com.pk,exstreamist.com,fusion.net,gaystarnews.com,groovekorea.com,heatst.com,howlermagazine.com,justrunlah.com,maoritelevision.com,monetarywatch.com,nbc.na,newsthump.com,newtimes.co.rw,nextbigfuture.com,nyc.gov,propublica.org,providr.com,punchng.com,rawstory.com,registerguard.com,russia-insider.com,sciencealert.com,sciencebulletin.org,seattletimes.com,secretflying.com,stellar.ie,swissinfo.ch,techjuice.pk,technobuffalo.com,thequint.com,thestar.com.my,theyeshivaworld.com,wayfm.com,wttw.com###mc_embed_signup jta.org,moneyweb.co.za###mc_embed_signup1 priceonomics.com###mc_embed_signup_nojs sonder.news,wegotthiscovered.com###mc_embed_signup_scroll @@ -29534,7 +30030,7 @@ popsugar.com###must-have-badge insideclimatenews.org###news-signup epicurious.com###newsLetter irishtimes.com###newsdigest-widget -6wunderkinder.com,7digital.com,aawsat.com,about.com,bloomberg.com,buzznet.com,celebuzz.com,cjr.org,dailymaverick.co.za,digitaltrends.com,disclose.tv,etonline.com,fyiliving.com,gardeningaustralia.com.au,healthguru.com,infoworld.com,javaworld.com,lessthan3.com,malwarebytes.org,mayoclinic.com,mcvuk.com,mediaite.com,movies.com,nme.com,ohmyrockness.com,oneindia.com,paleohacks.com,penny-arcade.com,pewforum.org,pewresearch.org,pinknews.co.uk,publicradio.org,quantamagazine.org,runningtimes.com,si.com,styleite.com,techvert.com,theamericanscholar.org,thecommentator.com,themarysue.com,thetruthaboutcars.com,thewalrus.ca,usatoday.com,vetstreet.com,wimp.com,youbeauty.com###newsletter +6wunderkinder.com,7digital.com,aawsat.com,about.com,bloomberg.com,buzznet.com,celebuzz.com,cjr.org,dailymaverick.co.za,digitaltrends.com,disclose.tv,etonline.com,fyiliving.com,gardeningaustralia.com.au,healthguru.com,infoworld.com,javaworld.com,langenscheidt.com,lessthan3.com,malwarebytes.org,mayoclinic.com,mcvuk.com,mediaite.com,movies.com,nme.com,ohmyrockness.com,oneindia.com,paleohacks.com,penny-arcade.com,pewforum.org,pewresearch.org,pinknews.co.uk,publicradio.org,quantamagazine.org,runningtimes.com,si.com,styleite.com,techvert.com,theamericanscholar.org,thecommentator.com,themarysue.com,thetruthaboutcars.com,thewalrus.ca,usatoday.com,vetstreet.com,wdcb.org,wimp.com,youbeauty.com###newsletter details.com,gossipcop.com,gq.com,salon.com,self.com###newsletter-form wbur.org###newsletter-signup-1 hardware.info###newsletterForm @@ -29560,6 +30056,7 @@ worldreligionnews.com###post_footer_promo sperry.com,striderite.com###promotionalPopup egmnow.com###pt_dark_over blog.intercom.io###pty_pkg +businessesforsale.com###reg-promo newsroom.co.nz###register-popup motorsport.com###register_footer_wrapper irishtimes.com###rewarding-times-widget @@ -29569,7 +30066,7 @@ si.com###si-com-newsletter-widget clarionproject.org###sign-up sidereel.com###sign-up-prompt crunchsports.com,ntknetwork.com###signUp -washingtonmonthly.com###signup +chicagoreporter.com,washingtonmonthly.com###signup clarionproject.org###signup-0603 247wallst.com###signupbar endocrineweb.com###simplemodal-container @@ -29586,12 +30083,13 @@ naturalblaze.com###stb-overlay crmbuyer.com,ecommercetimes.com,linuxinsider.com,technewsworld.com###story-nl mentalfloss.com###su-300x150 freshome.com###submit_newsletter -appstorm.net,artnet.com,biographile.com,dailygood.org,digg.com,doctortipster.com,dumblittleman.com,freemake.com,freshtechweb.com,fuelsandlubes.com,heavy.com,lifehack.org,marineelectronics.com,maximumpc.com,nexustabletcentral.com,sfgate.com,stoppress.co.nz,techieapps.com,technostall.com,techsplurge.com,the-scientist.com,theamericanscholar.org,theatlantic.com,thinkprogress.org,tv.com,wakoopa.com,worldwatchmonitor.org,yahoo.com,yibada.com###subscribe +appstorm.net,artnet.com,biographile.com,dailygood.org,digg.com,doctortipster.com,dumblittleman.com,freemake.com,freshtechweb.com,fuelsandlubes.com,heavy.com,leftturn.org,lifehack.org,marineelectronics.com,maximumpc.com,nexustabletcentral.com,sfgate.com,stoppress.co.nz,techieapps.com,technostall.com,techsplurge.com,the-scientist.com,theamericanscholar.org,theatlantic.com,thinkprogress.org,tv.com,wakoopa.com,worldwatchmonitor.org,yahoo.com,yibada.com###subscribe abovethelaw.com###subscribe-main gossipcop.com###subscribe-message cloudcomputingadmin.com,insideaws.com,isaserver.org,msexchange.org,virtualizationadmin.com,windowsecurity.com###subscribe-modal merriam-webster.com###subscribe-overlay indy100.com###subscribeIndy100 +wined.co.za###subscribeWrapper nytimes.com###subscribe_cont adweek.com###subscribe_content mediapost.com###subscribe_form @@ -29610,9 +30108,11 @@ worldreligionnews.com###text-18 worthynews.com###text-19 tubefilter.com###text-24 franklincounty-news.com###text-3 +chicagoreporter.com###text-4 aranews.net,infrastructurene.ws###text-6 azcapitoltimes.com###text-html-widget-17 filmaffinity.com###top-anch +zcomm.org###topbar news-medical.net###topic-notification-signup-box taskandpurpose.com###tpCTAModalContainer blog.bettercloud.com###trends @@ -29671,9 +30171,12 @@ asiaone.com##.block-webform businesstimes.com.sg##.bottom-wrap thebaffler.com##.boxzilla-container the-line-up.com##.branded +inverse.com##.btn--newsletter +whitehalljournal.com,woodfordtimes.com##.btn-subscribe racked.com,theverge.com##.c-action-box channelnewsasia.com##.c-newsletter--default newstalkzb.co.nz,radiosport.co.nz##.c-promo +nature.com##.c-site-messages npr.org##.callout time.com##.cartoon-newsletter-container medpagetoday.com##.cme-join @@ -29682,12 +30185,15 @@ shropshirestar.com##.comments-cta vogue.com##.component-cnid-modal-backdrop vanityfair.com##.component-modal moneycontrol.com##.contact +houseandleisure.co.za##.contact-us theneweuropean.co.uk##.container-pencil fiercecable.com##.content-subscribe cheatsheet.com##.cs-related-links thecourier.co.uk##.cta--bg +rewire.news##.cta-a meta.com##.ctabox codeclimate.com##.ctas +thebostonpilot.com##.ctct-embed-signup thenation.com##.current-issue qz.com##.daily-brief-inline iol.co.za##.daily-news-signup-form @@ -29721,9 +30227,14 @@ nytimes.com##.email-updates local10.com##.emailWidget sandiegouniontribune.com##.email_wrapper irishexaminer.com##.emailupdates +dailykos.com##.embed-rendered +economist.com##.end-of-article medicinenet.com##.end-of-article-stuff +wttw.com##.enews-banner +nzgeo.com##.enews-container engadget.com##.engadget-callout-module sassyhongkong.com,sassymanila.com##.entry-subscribe +economist.com##.exit-pop rt.com##.extension-browser slator.com##.fancybox-desktop christianpost.com##.fancybox-iframe @@ -29760,7 +30271,9 @@ catholicherald.co.uk,kusc.org,motoring.com.au,threatpost.com,yellowhammernews.co pressherald.com,undark.org##.gform_wrapper ghacks.net##.ghacks_ad_code independent.co.uk,standard.co.uk##.gigya-signup +aubizbuysell.com.au,nzbizbuysell.co.nz,nzcommercial.co.nz,nzfranchises.co.nz##.green-box-fern wonkette.com##.grwf2-wrapper +globalvoices.org##.gv-mailchimp-form-container garyvaynerchuk.com##.gv-widget-mailinglist techradar.com##.hawk-widget-insert architectmagazine.com,jlconline.com##.hd-promo @@ -29809,6 +30322,7 @@ thewalrus.ca##.mailchimpAjax thefinancialist.com##.mailchimp_form ewn.co.za##.mailer-signup-sidebar audubon.org##.mailing-list +ebar.com##.mailinglist psu.edu##.mailinglist-form leadership.ng##.mailster-form pjmedia.com##.marketing-popup-overlay @@ -29827,6 +30341,7 @@ cambridge.org##.mod--style1 businessoffashion.com,longreads.com,vogue.com##.modal abc15.com##.modal--content blogtalkradio.com,breakingdefense.com,playfield.io##.modal-backdrop +jns.org##.modal-overlay blogtalkradio.com##.modal-scrollable biznews.com##.module-cta ibtimes.com##.morning-insights @@ -29840,9 +30355,9 @@ india.com,sassymamahk.com##.news-letter weta.org##.news_signup newsbtc.com##.newsform dnaindia.com##.newsletTab -9to5mac.com,aawsat.com,about.com,algemeiner.com,antlionaudio.com,apracticalwedding.com,arabnews.com,atimes.com,autoguide.com,brooklynbased.com,clickhole.com,cnet.com,computerworld.com,consumerreports.org,csoonline.com,designntrend.com,egyptiangazette.net.eg,elpais.com,emirates247.com,engadget.com,epicurious.com,euractiv.com,fashionotes.com,fivethirtyeight.com,geek.com,gizchina.com,goodnet.org,grantland.com,graziadaily.co.uk,greatbritishchefs.com,greenbot.com,guyism.com,haaretz.com,hdwallpapers.in,hellomagazine.com,higherperspectives.com,hightimes.com,hodinkee.com,hottopics.ht,huffingtonpost.com,infoq.com,infoworld.com,investopedia.com,itechpost.com,itworld.com,javaworld.com,jewishjournal.com,life.com,lifehack.org,maplin.co.uk,maritimejobs.com,maxim.com,muckrock.com,multichannel.com,nerve.com,networkworld.com,newrepublic.com,newsdeeply.com,npr.org,nymag.com,out-law.com,paidcontent.org,pbs.org,peoplesworld.org,piriform.com,pomade.com,popdust.com,propublica.org,psfk.com,recombu.com,redsharknews.com,revealnews.org,rsf.org,rumorfix.com,screencrush.com,singularityhub.com,slate.com,speedcafe.com,stylecaster.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.uk,thetruthaboutcars.com,topdocumentaryfilms.com,truthdig.com,tvquran.com,twice.com,twitchy.com,variety.com,vice.com,vulture.com,wikitribune.com,yahoo.com##.newsletter +9to5mac.com,aawsat.com,about.com,algemeiner.com,antlionaudio.com,apracticalwedding.com,arabnews.com,atimes.com,autoguide.com,bostonmagazine.com,brooklynbased.com,cheapies.nz,clickhole.com,cnet.com,computerworld.com,consumerreports.org,csoonline.com,designntrend.com,egyptiangazette.net.eg,elpais.com,emirates247.com,engadget.com,epicurious.com,euractiv.com,eventfinda.co.nz,fashionotes.com,fivethirtyeight.com,geek.com,gizchina.com,goodnet.org,grantland.com,graziadaily.co.uk,greatbritishchefs.com,greenbot.com,guyism.com,haaretz.com,hdwallpapers.in,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,kpfa.org,life.com,lifehack.org,maplin.co.uk,maritimejobs.com,maxim.com,muckrock.com,multichannel.com,nationalinterest.org,nerve.com,networkworld.com,newrepublic.com,newsdeeply.com,npr.org,nymag.com,out-law.com,paidcontent.org,pbs.org,peoplesworld.org,piriform.com,pomade.com,popdust.com,propublica.org,psfk.com,recombu.com,redsharknews.com,revealnews.org,rsf.org,rumorfix.com,screencrush.com,singularityhub.com,slate.com,speedcafe.com,stylecaster.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,truthdig.com,tvquran.com,twice.com,twitchy.com,variety.com,vice.com,vulture.com,wgnamerica.com,wikitribune.com,yahoo.com##.newsletter foodandwine.com,golf.com,health.com,realsimple.com,southernliving.com,travelandleisure.com##.newsletter-callout -businesstimes.com.sg,economist.com,foxnews.com,techly.com.au##.newsletter-form +businesstimes.com.sg,commondreams.org,economist.com,foxnews.com,techly.com.au##.newsletter-form beinsports.com##.newsletter-header politico.com##.newsletter-header__item + .newsletter-header__item usatoday.com##.newsletter-modal @@ -29877,10 +30392,13 @@ bidnessetc.com##.outlinks realclearpolitics.com,realclearscience.com##.overlay bidnessetc.com##.overlayyy aclu.org##.pane-aclu-blog-news-signup +commondreams.org##.pane-block-54 +commondreams.org##.pane-block-8 benzinga.com##.pane-bz-email-campaign-bz-email-campaign-newsletter-block msnbc.com##.pane-msnbc-newsvine-subscribe livescience.com,space.com##.partner-banner patheos.com##.patheos-newsletter-mod-rail +dbknews.com##.pb-f-global-mailchimp-signup washingtonpost.com##.pb-f-page-follow-instream playboy.com##.pb-newsletter slate.com##.plus-promo @@ -29893,15 +30411,15 @@ foreigndesknews.com##.post_mail windsorstar.com##.postmedia_news_alerts roadsandkingdoms.com##.postsubscribe techvibes.com##.pre-footer -kob.com,redstate.com##.preloaded_lightbox +kob.com,redstate.com,thegrio.com##.preloaded_lightbox smashingmagazine.com##.product-panel--book jamf.com##.promo-box eonline.com##.promo_dialog propublica.org##.promotion irishtimes.com##.pull-out-cta_dark -food.com##.pushdown-message australianforeignaffairs.com,quarterlyessay.com.au##.qe-news--inline weather.com##.quarter-page-toast +tmz.com##.quick-subscribe-form engadget.com##.rail-followus allure.com##.railNLUnit bonappetit.com##.recipe__signup__form @@ -29925,6 +30443,7 @@ boingboing.net##.separator androidauthority.com##.shadowed[style="width: 320px;"] medicaldaily.com##.share shoutmeloud.com##.shoutmeloud_sidebar_optin_inr +womenonwheels.co.za##.side-form-r hotelnewsresource.com##.sidebar-block-signup wired.com##.sidebar-inview thesaturdaypaper.com.au##.sidebar-sticky--briefing @@ -29936,12 +30455,13 @@ jpost.com##.sign-up-wrap icepop.com##.signUp_mailchimp dzone.com##.signin-prompt newscientist.com##.signpost -breakingisraelnews.com,gigaom.com,motorsportweek.com,mumbrella.com.au,quantamagazine.org,screeninnovations.com,stellar.ie,thecourier.co.uk,viralnova.com##.signup +breakingisraelnews.com,gigaom.com,jta.org,motorsportweek.com,mumbrella.com.au,quantamagazine.org,screeninnovations.com,stellar.ie,thecourier.co.uk,viralnova.com##.signup mrctv.org##.signup-block vouchercodes.co.uk##.signup-custom xbiz.com##.signup-form clashdaily.com##.signup1 wbez.org##.signup_email +oilprice.com##.signup_iframe communitytable.com##.signup_module beliefnet.com##.simple-row-signup patheos.com,politico.com##.simple-signup @@ -29958,11 +30478,12 @@ fortune.com##.special-story-social-wrapper 500px.com##.spu-bg 500px.com,androidsage.com##.spu-box politico.com##.story-related +blacknews.com##.sub fansided.com,lastnighton.com,netflixlife.com,winteriscoming.net##.sub-footer-container irishtimes.com##.sub-prompt investmentnews.com##.subPopupTop stlucianewsonline.com##.subscr -alternet.org,android.gs,attn.com,bamargera.com,bet.com,bizjournals.com,businesstech.co.za,caloriesecrets.net,catonmat.net,cheeserank.com,chicagomag.com,cnet.com,dailycaller.com,devicemag.com,ebayinkblog.com,ehow.com,foxnews.com,fromthegrapevine.com,gizmag.com,gotquestions.org,greece-is.com,hpcwire.com,huffingtonpost.com,indiatimes.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,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,readwriteweb.com,savedelete.com,searchengineland.com,seroundtable.com,skiptomylou.org,snopes.com,space.com,spacenews.com,spoonuniversity.com,statescoop.com,svpino.com,techeye.net,ted.com,teenchatdecoder.com,theatlantic.com,thecollegefix.com,themoscowtimes.com,therichest.org,thinq.co.uk,tourismupdate.co.za,tutsplus.com,tv.com,twice.com,udreview.com,usatoday.com,usnews.com,vagabomb.com,variety.com,wackymania.com,wccftech.com,westword.com,windows7news.com,winhelponline.com,wired.co.uk##.subscribe +alternet.org,android.gs,attn.com,bamargera.com,bet.com,bizjournals.com,boardingarea.com,businesstech.co.za,caloriesecrets.net,catonmat.net,cheeserank.com,chicagomag.com,cnet.com,dailycaller.com,devicemag.com,ebayinkblog.com,ehow.com,foxnews.com,fromthegrapevine.com,gizmag.com,gotquestions.org,greece-is.com,hpcwire.com,huffingtonpost.com,indiatimes.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,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,readwriteweb.com,savedelete.com,searchengineland.com,seroundtable.com,skiptomylou.org,snopes.com,space.com,spacenews.com,spoonuniversity.com,statescoop.com,svpino.com,techeye.net,ted.com,teenchatdecoder.com,theatlantic.com,thecollegefix.com,themoscowtimes.com,therichest.org,thinq.co.uk,tourismupdate.co.za,tutsplus.com,tv.com,twice.com,udreview.com,usatoday.com,usnews.com,vagabomb.com,variety.com,wackymania.com,wccftech.com,westword.com,windows7news.com,winhelponline.com,wired.co.uk##.subscribe breakingnews.ie##.subscribe-box-articles rt.com,sport360.com##.subscribe-btn middleeastmonitor.com##.subscribe-container @@ -29982,8 +30503,12 @@ optimumenergy.com##.subscribe_content mobilemarketingmagazine.com##.subscribe_section_wrap myspace.com##.subscriber philly.com##.subscribetoday__wrap +telecomtalk.info##.subscribing techshout.com##.subscribition advocate.com,asiatatler.com,healthboards.com,makeuseof.com,newsweek.com,nymag.com,refinery29.com##.subscription +vanityfair.com##.subscription-form +usareally.com##.subscription-wrap +goodhousekeeping.co.za##.subscription_block matadornetwork.com##.subscription_options fora.ie##.subscriptions nocamels.com##.sumome-scrollbox-popup @@ -30014,10 +30539,12 @@ sciencetimes.com##.wh_transf daltondailycitizen.com##.what-counts madison.com##.whatcounts-form-container mybroadband.co.za##.whatsapp-button +xda-developers.com##.widget-2 inews.co.uk##.widget-cta inews.co.uk##.widget-cta--newspaper styleblazer.com##.widget_fashionblog_newsletter inews.co.uk##.widget_jpsp_widget +horsetalk.co.nz##.widget_mailster_signup mommynoire.com##.widget_mmg_newsletter_two decider.com##.widget_nypost_decider_social_connect_widget sassyhongkong.com##.widget_shk-mailchimp @@ -30042,6 +30569,7 @@ producthunt.com##div[class*="subscribeToNewsletter"] legacy.com##div[class^="ArticleBody__BodyDescription_"] > p[style="text-align: center;"] nytimes.com##div[class^="Dock-dock-"] dailymail.co.uk##div[class^="floater"] +euronews.com##div[class^="mailmunch-"] fastcompany.com##div[id$="newsletter"] dailycaller.com##div[id^="dc_morning_email"] thenation.com##div[id^="inline_cta_"] @@ -30049,6 +30577,7 @@ humanresourcesonline.net##div[style="background-color:#ffd7bf; padding:8px; marg 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"] +breakingnews.ie##form[name="mc-embedded-subscribe-form"] newyorker.com##iframe[src^="/wp-content/assets/static/dfp/"] medicinenet.com##iframe[width="170"] instagram.com##section > footer[class] + div[class] @@ -30056,8 +30585,18 @@ instagram.com##section > footer[class] + div[class] ##div > div + [aria-label="promo"][role="region"][data-ved] ! ---------- RSS Buttons ---------- abovetopsecret.com###RSS -bdnews24.com,cruisemapper.com,marketing-interactive.com,oki.com,themeditelegraph.com,thetruthaboutcars.com,tokiomarinehd.com##.rss +thetech.com###rss +breitbart.com##.rs +afp.com,bdnews24.com,chronicle.co.zw,cruisemapper.com,itu.int,marketing-interactive.com,oki.com,themeditelegraph.com,thetruthaboutcars.com,tokiomarinehd.com##.rss +monthlyreview.org##.subscribe majornelson.com##.widget_mn_speedbump_rss +! ---------- Push notifications ---------- +rte.ie###push-prompt +indiatimes.com###pushSec +google.com###pushdown +fiercecable.com###pusher-ad +9to5google.com,9to5mac.com,electrek.co##.push-notify +food.com##.pushdown-message ! Scroll to top voicesevas.ru###ToTop gayboystube.com###action-up @@ -30078,15 +30617,16 @@ macromill.com,oki.com,smbc.co.jp,smfg.co.jp###pageTop saudigazette.com.sa###pageup focustaiwan.tw###returnTop penthouse.com###scroll +baystatebanner.com###scroll-back thebugle.co.za###scroll-btn arcady.tv###scroll-down toggle.sg###scroll-top-button -arcady.tv,awd-it.co.uk,countrylife.co.za,filesmonster.porn,ghananewsonline.com.gh,oshili24.com.na,thekwinicollege.co.za,urban1.com###scroll-up +arcady.tv,awd-it.co.uk,countrylife.co.za,filesmonster.porn,ghananewsonline.com.gh,horsetalk.co.nz,oshili24.com.na,thekwinicollege.co.za,urban1.com,vrzone.com###scroll-up indiatimes.com,marketbusinessnews.com,philstar.com###scrollTop mytheresa.com###scrolltop bbgsite.com###tipGoTop popmythology.com###toTop -liveleak.com###top +howtogermany.com,liveleak.com###top motorscribes.com###top-link countdown.co.nz###top-link-block mufg.jp###topBackArea @@ -30094,9 +30634,11 @@ earthcam.com,glamour.com###topScroll firstbanknigeria.com###topbottom_arr al-quds.com,fasset.org.za###topcontrol gen14.com###topofpage +thespinoff.co.nz###topscroll listnerd.com###topscroller -guvonhotels.co.za,hirschs.co.za,schoolguide.co.za,thefairway.co.za,thewitcher.com,xtubetv.net###totop +guvonhotels.co.za,hirschs.co.za,langenscheidt.com,regalinn.co.za,schoolguide.co.za,thefairway.co.za,thewitcher.com,xtubetv.net###totop motortrend.com###totop-arrow +nextradioapp.com###tsnr-to-pgtop europeanjournalists.org###up g2a.com###upPageToolbar fboomporn.com,rgatorporn.com###upper @@ -30115,8 +30657,10 @@ valeo.com##.btn-top rt.com##.btn-up onlyfans.com##.btn_up hamodia.com##.btp +getdroidtips.com##.btp-top gamestop.com##.bttbtn -alarabiya.net,gasoline-station.com,millenniumpost.in,pastebin.com,sammobile.com,suninternational.com,wifi.id##.cd-top +diplo.de##.c-top-link--default +alarabiya.net,caltex.co.za,gasoline-station.com,millenniumpost.in,pastebin.com,sammobile.com,suninternational.com,wifi.id##.cd-top tricri.org##.chevron gogoanime.se##.croll tusfiles.net##.fa-long-arrow-up @@ -30124,8 +30668,8 @@ eco-business.com##.footer__header__item-action harrods.com##.footer_top-link xpics.me##.gain samsung.com##.gb-footer__btn-top -ciiradio.com,smutr.com##.go-up -moneycontrol.com,rti.org.tw,voiceofbahrain.org##.gotop +ciiradio.com,reverso.net,smutr.com##.go-up +mmm100.com,moneycontrol.com,rti.org.tw,voiceofbahrain.org##.gotop vnexpress.net##.gottop cardekho.com##.gsst_scroll-btn bdnews24.com##.handleScrollTop @@ -30143,10 +30687,13 @@ hotpepper-gourmet.com##.pageTopButton emb-japan.go.jp##.pagetop oki.com##.pagetopInner sexuria.com##.pull-right +communist-party.org.uk##.rt-totop nexusmods.com##.scroll thehill.com##.scroll-down-to-next +oilgasworkforce.com##.scroll-indicator timesofmalta.com##.scroll-notification-container rebelmouse.com,seenews.com##.scroll-up +joburg.co.za##.scrollUp kyivpost.com##.scroll_to chillinpanda.com##.scroll_top_wrap imperialtoyota.co.za##.scroller @@ -30158,18 +30705,19 @@ bay.com.mt##.sm-up-container brecorder.com##.subhtop galicianfilmforum.gal##.tc-btt-wrapper tudorwatch.com##.tdr-footer__block-c -abc.net.au,freeviewnz.tv,haier.com,sivtimes.com,taipeitimes.com,thefappening.wiki##.top +abc.net.au,bostonherald.com,freeviewnz.tv,haier.com,sivtimes.com,taipeitimes.com,thefappening.wiki,timesunion.com##.top wbal.com##.top-link fstoppers.com##.top-scroll marybaldwin.edu##.topbutton -orthochristian.com,peugeot-newzealand.co.nz,peugeot.com.au##.toplink +expressnews.com,houstonchronicle.com,orthochristian.com,peugeot-newzealand.co.nz,peugeot.com.au,sfchronicle.com##.toplink gagasiradio.fm##.topper godofnews.com,waarmedia.com##.toup katestube.com##.up +crimerussia.com##.up-btn epicgames.com##.up-button vodafone-wifi.com##.uparrow racedepartment.com##.xbScrollButtons -nca.aero,repsol.com,xinhuanet.com##a[href="#top"] +gaycitynews.nyc,israeltoday.co.il,nca.aero,repsol.com,xinhuanet.com##a[href="#top"] ! zoover regional sites. ###ctl00_ZooverBody > #info-bar ! Embedded video Annoyances @@ -30182,6 +30730,7 @@ newseveryday.com##.s-bn christianpost.com##.section-aside-ad2 wccftech.com##.vdb_player ! Used with generichide +androidcentral.com###alert-prime-day-newsletter computerworld.com.au###art-next_signifier ratemyprofessors.com###balaMainContainer calciomercato.com###ca_banner @@ -30228,6 +30777,7 @@ freep.com##.newsletter-signup-primary hypable.com##.newsletter-single gizmodo.com,gizmodo.com.au,kotaku.com,kotaku.com.au,lifehacker.com,lifehacker.com.au##.newsletter-subscribe huffingtonpost.co.uk,huffingtonpost.com##.newsletter-toaster +tlc.com##.newsletter__container indiatimes.com##.newsletterwidget laptopmag.com##.nlSubscribe itechpost.com##.nw_cont @@ -30271,13 +30821,14 @@ huffingtonpost.com###ap_chicklets interesting-nation.com###article-finished patient.co.uk###article-popover classicalmpr.org,houstonpublicmedia.org,mprnews.org###article-share -wsws.org###article-tools +scoop.co.nz,wsws.org###article-tools monitor.co.ug###article_related_news altpress.com###at-cv-toaster psychcentral.com###at_rd psychcentral.com###at_su whydontyoutrythis.com###bar_popup bbgsite.com###bbgModuleShare +mydorpie.com###blf moreintelligentlife.com###block-block-13 crash.net###block-block-25 thesundaily.my###block-block-47 @@ -30287,11 +30838,15 @@ gardenlines.co.uk###block-menu-menu-footer-icons ncronline.org###block-ncr-blocks-article-share-links thomsonsport.com###block-service-links-service-links-not-node thepostgame.com###block_sfl_core_magazine_social +mydorpie.com###bltw +mydorpie.com###blwh cricketnetwork.co.uk,f1network.net,rugbynetwork.net,thefootballnetwork.net###bookmarks +baystatebanner.com###bot-soc-icon-wrap profitguide.com###builder-124 cambio.com###cambio-follow overstock.com###cars-facebook overstock.com###cars-twitter +cnn.com###cnnmoney_footer_socialshare encyclopediadramatica.se###column-one > .portlet[style="z-index:99999;"] itworld.com###comment_of_week ksl.com###componentDiv_0 @@ -30319,6 +30874,8 @@ billionuploads.com###dltafsh dailymail.co.uk,thisismoney.co.uk###dms-txt tipstrickshack.blogspot.co.uk###doulike-outer chinasf.org###element226 +decanter.com###embed_code-5 +decanter.com###embed_code-6 celebritytoob.com,kittentoob.com,puppytoob.com,tvovermind.com###engagement_popup dupontregistry.com###essb_displayed_top softwares-serials.in###exepopup @@ -30348,7 +30905,7 @@ imgflip.com###findUs phamfatale.com###fixedLinksCont goldderby.com###fixed_icons ifood.tv###fixedtop2 -medicalxpress.com,techxplore.com###flip-box +medicalxpress.com,phys.org,techxplore.com###flip-box holymoly.com,thetrekcollective.com###floatdiv insidetoronto.com,therecord.com,thespec.com###floating-bk sciencerecorder.com,thespacereporter.com###floating-box @@ -30360,6 +30917,7 @@ socialitelife.com###follow-list tmz.com###follow-tmz wired.com###follow-wired diffen.com###followDfn +womenonwheels.co.za###followLink thisoldhouse.com###followToh businessinsider.com,businessinsider.com.au###follow_wrap people.com###footer-article @@ -30439,6 +30997,7 @@ brunchnews.com###newsMsgAlert ohmyrockness.com###newsfeed newsfeed.time.com###newsfeed_tweetbox_widget-3 lolspotsarticles.com###nextLikeHolder +ctnewsjunkie.com###nj-soc-bar-left produktywnie.pl###olussierfsp_likebox-3 therichest.com###openFollow lyricsmania.com###overlay @@ -30512,7 +31071,7 @@ prlog.org###smx2 worldreview.info###sn mufg.jp###snsBlockArea 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,cmt.com,cnalicense.org,consumerist.com,damnlol.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,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,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,mtv.com,musicfeeds.com.au,namecheap.com,nzmusicmonth.co.nz,onlineeducation.net,openculture.com,penny-arcade.com,pixiq.com,play-asia.com,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.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,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,cmt.com,cnalicense.org,consumerist.com,damnlol.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,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,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,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.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,wired.com,xda-developers.com###social christianpost.com###social-apps cafemom.com###social-comment omgchrome.com###social-listing @@ -30560,6 +31119,7 @@ dailyhiit.com###top-banner gifbin.com###top-extra callofduty.com###top-nav-c2 skift.com###top-signup +baystatebanner.com###top-soc-icon-wrap hillsford.co.uk###topCustomUrls thenationalstudent.com###top_logos premiumbeautynews.com###topbar @@ -30578,7 +31138,7 @@ swiatmp3.info###wysuwane yahoo.com###yom-twitter onlineshoes.com###youtubeLink opposingviews.com###yt -washingtonexaminer.com##.ArticlePage-actions +washingtonexaminer.com,wgbh.org##.ArticlePage-actions yahoo.com##.Btn-t comicbookmovie.com##.CBMFollow techimperia.com##.FooterLeft.paddingright0 @@ -30586,9 +31146,10 @@ quora.com##.FooterSignupForm cnn.com##.Footer__aside socialblade.com##.GoogleButton thegrio.com##.Modal +weeklystandard.com##.Page-social forbesafrica.com##.Post-metaHead--right ehow.com##.RightRailPromo -israelnationalnews.com##.Share +israelnationalnews.com,reddit.com##.Share scan.co.uk##.ShareWith avon.com,designboom.com,highstakesdb.com,hurriyetdailynews.com,revision3.com##.Social globaltimes.cn##.Ssns-head @@ -30640,6 +31201,7 @@ watchfree.to##.backdrop moviesdbz.com##.backgroundPopup dezeen.com,huffingtonpost.com##.badges invenglobal.com##.banner +southerntimesafrica.com##.be-sc-area peruthisweek.com##.bg2 businessinsider.com##.bi-icons natureworldnews.com##.bk-moreside @@ -30665,9 +31227,12 @@ therichest.com##.btnTW viamichelin.at,viamichelin.be,viamichelin.ch,viamichelin.co.uk,viamichelin.com,viamichelin.de,viamichelin.es,viamichelin.fr,viamichelin.ie,viamichelin.it,viamichelin.pl,viamichelin.pt##.bubble-tools-share dailyhive.com##.button-group unz.com##.button-holder +redstate.com##.button-span chrome-plugins.org##.buttonfixed +expatexchange.com##.buttons newsnow.co.uk##.c-article-menu flava.co.nz,hauraki.co.nz,mixonline.co.nz,nzherald.co.nz,thehits.co.nz,zmonline.com##.c-connect +theglobeandmail.com##.c-site-header__buttons care2.com##.c2fb_share_count geeky.io##.call-out littlecaesars.com##.callout @@ -30676,16 +31241,18 @@ dailydot.com##.carousel-dot inquirer.net##.cct-socmed cambridge.org##.cdo-hdr__soc wsws.org##.censorship +progressive.org##.chicklets cheezburger.com##.chz-social omny.fm##.clip-share neatorama.com##.col-4 gamingonlinux.com##.col-md-12 > .greybackground goibibo.com##.color666666 + .inline +reliefweb.int##.column-social columbiatribune.com##.commenting_floater indiatimes.com##.commonlistwrap elpais.com##.compartir inyminy.com##.confess -allafrica.com,callofduty.com,ctvnews.ca,environmentalgraffiti.com,epicurious.com,gap.com,hopetv.org,nymag.com,statescoop.com,timesnews.net,wolverhamptonhomes.org.uk##.connect +allafrica.com,callofduty.com,ctvnews.ca,dailysignal.com,environmentalgraffiti.com,epicurious.com,gap.com,hopetv.org,nymag.com,statescoop.com,timesnews.net,wolverhamptonhomes.org.uk##.connect grubstreet.com,nymag.com,vulture.com##.connect-list abc.net.au##.connect-with-abc ppdi.com##.connected @@ -30719,26 +31286,30 @@ edugeek.net##.eg-ics-twitter-128px edugeek.net##.eg-ics-youtube-64px dailymail.co.uk##.email theargus.co.uk##.email-link -geeksaresexy.net,highdefdigest.com,sassyhongkong.com,sassymanila.com##.entry-social +geeksaresexy.net,highdefdigest.com,israeltoday.co.il,sassyhongkong.com,sassymanila.com##.entry-social +crimerussia.com##.entry__meta bloomberg.com##.entry_sharing nrttv.com##.eshare +relevantradio.com##.ess-buttons buzzfeed.com##.expand imamuseum.org##.ext wikipedia.org##.ext-quick-survey-panel upi.com##.f classicalite.com,newseveryday.com##.f-sns megashare.com##.fa-circle -designboom.com,futbin.com,livescience.com,order-order.com,patch.com,pbtech.co.nz,peoplesworld.org,slashgear.com,space.com,vnexpress.net,washingtonexaminer.com##.fa-facebook +channelstv.com,designboom.com,deutschified.com,futbin.com,jazzinchicago.org,kpfa.org,livescience.com,order-order.com,patch.com,pbtech.co.nz,peoplesworld.org,slashgear.com,southerntimesafrica.com,space.com,vnexpress.net,washingtonexaminer.com##.fa-facebook forward.com##.fa-facebook-f -designboom.com,livescience.com,pbtech.co.nz,space.com##.fa-google-plus +southerntimesafrica.com##.fa-google +channelstv.com,designboom.com,livescience.com,pbtech.co.nz,space.com##.fa-google-plus slashgear.com##.fa-google-plus-square -forward.com##.fa-instagram -livescience.com,washingtonexaminer.com##.fa-linkedin +channelstv.com,forward.com,jazzinchicago.org##.fa-instagram +livescience.com,southerntimesafrica.com,washingtonexaminer.com##.fa-linkedin aquarius.org.uk##.fa-square -designboom.com,forward.com,futbin.com,livescience.com,order-order.com,patch.com,pbtech.co.nz,peoplesworld.org,slashgear.com,space.com,vnexpress.net,washingtonexaminer.com##.fa-twitter -slashgear.com##.fa-youtube +southerntimesafrica.com##.fa-tumblr +channelstv.com,designboom.com,deutschified.com,forward.com,futbin.com,jazzinchicago.org,kpfa.org,livescience.com,order-order.com,patch.com,pbtech.co.nz,peoplesworld.org,slashgear.com,southerntimesafrica.com,space.com,vnexpress.net,washingtonexaminer.com##.fa-twitter +channelstv.com,slashgear.com,southerntimesafrica.com##.fa-youtube pbtech.co.nz##.fa-youtube-play -9gag.tv,absoluteradio.co.uk,al-shorfa.com,alternet.org,backstage.com,belfasttelegraph.co.uk,buffalonews.com,cadenaazul.com,catapult.co,chacha.com,comicrelief.com,computingunleashed.com,crosscut.com,dailymail.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,geeksandbeats.com,gizmodo.com,gogoanime.se,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,mumbrella.com.au,myunidays.com,mzhiphop.com,nationofchange.org,npr.org,nydailynews.com,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,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,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 +9gag.tv,absoluteradio.co.uk,al-shorfa.com,alternet.org,backstage.com,belfasttelegraph.co.uk,buffalonews.com,cadenaazul.com,catapult.co,chacha.com,comicrelief.com,computingunleashed.com,crosscut.com,dailymail.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,geeksandbeats.com,gizmodo.com,gogoanime.se,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,mumbrella.com.au,myunidays.com,mzhiphop.com,nationofchange.org,npr.org,nydailynews.com,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,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 lovefilm.com##.facebook-title @@ -30761,15 +31332,16 @@ slashfilm.com##.flare united-academics.org##.flare-button whatswithtech.com##.flare-position-bottom a-ha.com##.flickr +news18.com##.fllow-us shoutmeloud.com##.floaticons remezcla.com##.floating-menu etfdailynews.com##.floating-menuG ryot.org##.floating_ryot_share -amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,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,opposingviews.com,pawnation.com,pulsenews.co.kr,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 +amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,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,opposingviews.com,pawnation.com,pulsenews.co.kr,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 aikenstandard.com##.follow-aiken-standard aol.com##.follow-aol indiancountrytodaymedianetwork.com##.follow-home -grubstreet.com,nymag.com##.follow-list +grubstreet.com,nymag.com,vulture.com##.follow-list higherperspectives.com##.follow-module glamourmagazine.co.uk##.follow-options-container snopes.com##.follow-snopes-on @@ -30791,7 +31363,7 @@ meteoblue.com##.footer-options f1i.com##.footer-right india.com##.footer-sc businessgreen.com##.footer-tools-content -apprenticeships.org.uk##.footerIcons +apprenticeships.org.uk,loewe.tv##.footerIcons imagecollect.com##.footerLinks_03 videogamer.com##.footer_link bdnews24.com##.forplus @@ -30824,10 +31396,11 @@ hollywood.com##.gsfn-widget-tab geektyrant.com##.gtFace wonderhowto.com##.guide-flyout-container kukmindaily.co.kr##.hbtn +expressnews.com,houstonchronicle.com,sfchronicle.com##.hcsf_connect opposingviews.com##.header-icons nova-magazine.net##.header-info-text themarshallproject.org##.header-link -aljazeera.com,calvertjournal.com,cloth5.com,gaystarnews.com,hothardware.com,livingly.com,lonny.com,lovenature.com,musicfeeds.com.au,sneakernews.com,sourcefed.com,stylebistro.com,thedailybeast.com,thinkprogress.org,transfermarkt.co.uk,transfermarkt.com,wowhead.com,zimbio.com##.header-social +aljazeera.com,bostonmagazine.com,calvertjournal.com,cloth5.com,gaystarnews.com,hothardware.com,livingly.com,lonny.com,lovenature.com,musicfeeds.com.au,sneakernews.com,sourcefed.com,stylebistro.com,thedailybeast.com,thinkprogress.org,transfermarkt.co.uk,transfermarkt.com,wowhead.com,zimbio.com##.header-social visual.ly##.headerCallToActionContainer kgmi.com##.headericons healthyplace.com##.healthyplace-on-facebook @@ -30837,7 +31410,7 @@ slate.com##.highlighter-container imgism.com##.hoverlinks pastebin.com##.i_tf techtimes.com##.ic_g -etonline.com##.icon-bar +etonline.com,utne.com##.icon-bar ted.com##.icon-center cookieandkate.com##.icon-font nextbigfuture.com##.icon-g @@ -30862,6 +31435,7 @@ nj.com##.inline-sidebar mapometer.com##.inright bossip.com,foreigndesknews.com##.insta bulova.com,cadenaazul.com,comicrelief.com,cwseed.com,filmfare.com,lapoderosa.com,sassymamahk.com,triangleoffense.com##.instagram +winnipegfreepress.com##.interactive yahoo.com##.interest-bar bestgamingmouse.online##.iqs viralnova.com##.is-sticky @@ -30953,10 +31527,11 @@ refinery29.com##.one-of-one techinasia.com##.online-community-widget canyouactually.com##.onoffswitch wanda-group.com##.other-link -murata.com##.page-tools +chabad.org,murata.com##.page-tools 3fatchicks.com##.page[width="160"] alstom.com##.page_tools nbcsports.com##.pane-nbcsports-home-homepage-sponsors +odt.co.nz##.pane-odt-social-odt-social-rsb ivillage.com##.pane-top-repins ibb.co##.panel-sh-networks whoer.net##.partners @@ -30979,6 +31554,7 @@ io9.com##.post-dropdown-ct halfhourmeals.com##.post-footer-links theashleysrealityroundup.com##.post-links italicsmag.com##.post-sidebar +nation.com.pk##.postmeta onlineprnews.com##.pr_bookmarks gospelherald.com##.print racer.com##.print_article_div @@ -30997,6 +31573,7 @@ blogjob.com##.r1sp--toolbar europages.co.uk##.rake_rblocktitle androidauthority.com##.rank_icon_tab moneysense.ca##.rdm_sp_button +newsbytesapp.com##.reaction-menu popsugar.com,popsugar.com.au##.reactions-container avclub.com##.reading-list-rail-facebook-promo absoluteradio.co.uk##.recommended @@ -31026,7 +31603,7 @@ grittygamer.com##.sfsi_outr_div 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.com,algemeiner.com,alibaba.com,askmen.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,bit-tech.net,blog.swiftkey.com,bloomberg.com,bossip.com,businessinsider.com,care2.com,cbsnews.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailystar.co.uk,dancestarparty.com,democracynow.org,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.com,everybodydancegame.com,ew.com,famouslyfit.com,filecore.co.nz,fileshack.net,flowingdata.com,foodnetwork.com,football365.com,forward.com,forzaitalianfootball.com,foxnews.com,freshtechweb.com,g4tv.com,galoremag.com,gamepro.com,gamingonlinux.com,getdigital.co.uk,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,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,india.com,indiatimes.com,infamousthegame.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,kotaku.com.au,kqed.org,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,myrecipes.com,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newegg.com,newrepublic.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,ntd.tv,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,redbullcrashedice.com,rent-a-home.com.au,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,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,ted.com,thefile.me,theglobaldispatch.com,thenational.ae,thewindowsclub.com,timeline.com,timeslive.co.za,tomonews.net,tor.com,torontosun.com,tunein.com,tv.yahoo.com,tvnz.co.nz,twitchy.com,uanews.org,unhearit.com,usatoday.com,utoronto.ca,van.man,vanityfair.com,verisign.com,vh1.com,videoweed.es,virtex.com,visiontimes.com,wanda-group.com,washingtonpost.com,watchcartoononline.com,wegotthiscovered.com,wheels24.co.za,wired.co.uk,wmagazine.com,wsj.com,xda-developers.com,xhamster.com,yipit.com##.share +3net.com,500px.com,9gag.com,abc.net.au,about.com,acculturated.com,adsupplyads.com,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,bit-tech.net,blog.swiftkey.com,bloomberg.com,boredomtherapy.com,bossip.com,businessinsider.com,care2.com,cbsnews.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,cnn.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailystar.co.uk,dailywire.com,dancestarparty.com,democracynow.org,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.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,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,grifolsusa.com,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,india.com,indiatimes.com,infamousthegame.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,kotaku.com.au,kqed.org,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,myrecipes.com,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newegg.com,newrepublic.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,ntd.tv,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,redbullcrashedice.com,rent-a-home.com.au,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,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,ted.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,verisign.com,vh1.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,wsj.com,xda-developers.com,xhamster.com,yipit.com##.share ausdroid.net##.share-ausdroid tvline.com##.share-comment xvideos.com##.share-small @@ -31037,7 +31614,7 @@ vh1.com##.shareholder worldwideinterweb.com##.sharepoint ign.com,newsday.com##.sharer bulawayo24.com,foodbeast.com,glogster.com,good.is,hereisthecity.com,independent.co.uk,petapixel.com,trtworld.com##.shares -android.gs,bbc.co.uk,bestweekever.tv,blackberry.com,boostinspiration.com,celebritybabyscoop.com,core77.com,creatorrepublic.com,dailydisruption.com,futurity.org,group.bnpparibas,hackaday.com,investopedia.com,lhw.com,metrolyrics.com,microsoft.com,minimaxir.com,oxforddictionaries.com,pgatour.com,pigeonsandplanes.com,tab.co.uk,techfounder.net,thesun.co.uk,tmz.com,visiontimes.com##.sharing +android.gs,astanatimes.com,bbc.co.uk,bestweekever.tv,blackberry.com,boostinspiration.com,celebritybabyscoop.com,core77.com,creatorrepublic.com,dailydisruption.com,futurity.org,group.bnpparibas,hackaday.com,investopedia.com,lhw.com,metrolyrics.com,microsoft.com,minimaxir.com,oxforddictionaries.com,pgatour.com,pigeonsandplanes.com,tab.co.uk,techfounder.net,thesun.co.uk,tmz.com,visiontimes.com##.sharing parstoday.com##.sharings recode.net##.shoutout nationalpost.com##.shr @@ -31058,11 +31635,12 @@ trust.org##.slide-out-div cafe.com##.slide-promo oneindia.in##.sliderightItem dhpstudios.com##.sm -any.tv##.sm-icons +any.tv,improper.com##.sm-icons washingtonpost.com##.small-block-grid-2 atlantic.net##.smc-btn sonymobile.com##.smdw-footer-stay-connected enacademic.com##.smm +nation.com.pk##.sn pulse.com.gh,pulse.ng##.sn_published classicalite.com,hankooktire.com,joins.com,kdramastars.com,parentherald.com,realtytoday.com,theinvestor.co.kr,yibada.com##.sns econotimes.com##.snsBookmarkTop @@ -31071,7 +31649,8 @@ nikkei.com##.snsicon-list psychologies.co.uk##.soc designntrend.com##.soc_box onlineprnews.com##.soc_box[style=" margin-bottom:10px; border:solid 1px #EEEEEE; clear:both"] -3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,adtile.me,africaoilandpower.com,aimonetti.net,airforcetimes.com,al-shorfa.com,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,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,blogspot.co.uk,bollywoodlife.com,bostonmagazine.com,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,chicagoist.com,choicetv.co.nz,churchmilitant.com,clementoni.com,cloudcomputing-news.net,cmu.edu,cnet.com,collectorsweekly.com,comicbook.com,comicbookmovie.com,connectify.me,consequenceofsound.net,cookingchanneltv.com,countdown.co.nz,curseforge.com,dailyhaha.com,davemcelfatrick.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,droid-life.com,duluthtrading.com,e3expo.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,firstsrowsports.eu,fleshbot.com,foodhub.co.nz,foodnetwork.com,forbes.com,foreignpolicy.com,foxbusiness.com,foxnews.com,freebeacon.com,freelanceswitch.com,fstoppers.com,fundoomails.com,funnyordie.com,futurecapetown.com,gadgetsnow.com,galabingo.com,gamblingtherapy.org,gamesradar.com,givemesport.com,globalnews.ca,gnv.it,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,halfhourmeals.com,hallels.com,hawaii.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,honesttopaws.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,informationweek.com,infoworld.com,intercom.io,inthralld.com,intomobile.com,investopedia.com,ipodnn.com,iranwire.com,isprime.com,itproportal.com,jamescoyle.net,jeep.co.nz,joblo.com,juancole.com,kbs.co.kr,kde.org,ketknbc.com,kingsleybeverages.com,kogan.com,kordia.co.nz,laist.com,lctmag.com,ldv.co.nz,lifehacker.com.au,littlethings.com,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,makerstudios.com,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,mayoclinic.org,medicaldaily.com,memez.com,metro.us,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,mophie.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,networkworld.com,neustar.biz,newrepublic.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,nzherald.co.nz,nzx.com,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reviewed.com,rickey.org,ropeofsilicon.com,rottentomatoes.com,rtcc.org,sassyhongkong.com,sassymanila.com,sat.tv,scalescale.com,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,sofarsogood.fr,softexia.com,softonic.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spectator.org,spin.com,sportsmole.co.uk,spratings.com,standard.co.uk,sucuri.net,supermacs.ie,t3.com,tablet-news.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,theonion.com,therugbyblog.com,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,trendhunter.com,tribalfootball.com,troyhunt.com,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,vulture.com,wallpaper.com,wantedonline.co.za,washingtontimes.com,wbs-law.de,we.com.na,wearabletechnology-news.com,weathernationtv.com,webs.com,weeklystandard.com,wegotthiscovered.com,wetpaint.com,whatculture.com,whowhatwear.com,windowsvalley.com,winrumors.com,wn.com,woot.com,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social +stephaniemiller.com##.socai-widget +3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,adtile.me,africaoilandpower.com,aimonetti.net,airforcetimes.com,al-shorfa.com,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,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,blogspot.co.uk,bollywoodlife.com,bostonmagazine.com,breakingnews.ie,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,chicagoist.com,choicetv.co.nz,churchmilitant.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,dailysignal.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,droid-life.com,duluthtrading.com,e3expo.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,firstsrowsports.eu,fleshbot.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,globalnews.ca,gnv.it,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,halfhourmeals.com,hallels.com,hawaii.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,hmetro.co.zw,honesttopaws.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,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,laist.com,lctmag.com,ldv.co.nz,lifehacker.com.au,littlethings.com,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,makerstudios.com,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,mayoclinic.org,medicaldaily.com,memez.com,metro.us,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,monthlyreview.org,mophie.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,networkworld.com,neustar.biz,newrepublic.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,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reviewed.com,rickey.org,rockstargames.com,ropeofsilicon.com,rottentomatoes.com,rtcc.org,sassyhongkong.com,sassymanila.com,sat.tv,scalescale.com,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sfchronicle.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,sofarsogood.fr,softexia.com,softonic.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spectator.org,spin.com,sportsmole.co.uk,spratings.com,standard.co.uk,sucuri.net,supermacs.ie,t3.com,tablet-news.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,theonion.com,theringreport.com,therugbyblog.com,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,trendhunter.com,tribalfootball.com,troyhunt.com,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,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,windowsvalley.com,winrumors.com,wn.com,woot.com,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social tgdaily.com##.social-actions marketplace.org##.social-bottom dibujos.net##.social-container @@ -31089,6 +31668,7 @@ cruisemapper.com##.socialPage vice.com##.social_apps myfitnesspal.com##.social_profile forbes.com,impactloud.com,technobuffalo.com,thehindu.com,thenextweb.com##.socialize +bidorbuy.co.za##.socialnetwork thevine.com.au##.socialreader guernicamag.com##.socio3 funnyjunk.com##.someBtnLarge @@ -31096,6 +31676,7 @@ ex.fm##.song_action_share_icons flysat.com##.sosyalmedya wnd.com##.specific-social ew.com##.spot-im-ltr +newsbomb.gr##.spread-links lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-bg lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-box thestack.com##.spu-float-left @@ -31152,7 +31733,7 @@ moviesdbz.com##.toPopup xbiz.com##.tool-list audioprointernational.com,chicagobusiness.com,crainsnewyork.com,mcvuk.com,pcr-online.biz##.toolbar techpp.com##.toolbar-fixed -abc.net.au,ntd.tv##.tools +abc.net.au,ntd.tv,progressive.org##.tools businessgreen.com,theinquirer.net##.tools-container kdramastars.com##.top-sns gamenguide.com##.top_sns @@ -31178,7 +31759,7 @@ scribol.com##.tweetme cricketcountry.com##.twicon nymag.com##.twit good.is##.twit-widget -addictivetips.com,al-shorfa.com,alternativeto.net,alternet.org,anandtech.com,backstage.com,barstoolsports.com,bdnews24.com,belfasttelegraph.co.uk,bitly.com,bleacherreport.com,buffalonews.com,bulova.com,cadenaazul.com,canberratimes.com.au,catapult.co,chacha.com,cloudmark.com,comicrelief.com,computingunleashed.com,coolest-gadgets.com,crosscut.com,deadspin.com,deathandtaxesmag.com,designroyale.com.au,digitalrev.com,digitimes.com,discountsstory.com,eater.com,enom.com,eurogamer.net,everfi.com,fashionmagazine.com,fest300.com,filmfare.com,filmgo.org,fixya.com,forbes.com,forvo.com,fraghero.com,gameranx.com,gizmodo.com,gogoanime.se,hallels.com,happycoins.com,huffingtonpost.ca,huffingtonpost.co.uk,huffingtonpost.com,iflscience.com,independent.co.uk,independent.ie,joystiq.com,kickstarter.com,lapoderosa.com,latintimes.com,lifehacker.com,livemint.com,ludokado.com,luta.co.uk,macrumors.com,messynessychic.com,msnbc.msn.com,mumbrella.com.au,mvmtwatches.com,myunidays.com,ncaa.com,nirmaltv.com,novirusthanks.org,npr.org,nzherald.co.nz,onenewsnow.com,pcworld.in,perpetual-solutions.com,pinknews.co.uk,proboards.com,pvplive.net,recode.net,reuters.com,rfi.fr,richersounds.com,ryot.org,saturn.de,sci2.tv,sciencenews.org,scion.com,scroll.in,scufgaming.com,skybet.com,smashingmagazine.com,squidoo.com,stepstone.be,take.fm,techspot.com,theage.com.au,theatlantic.com,thedailybeast.com,thedailyshow.com,thedigitalfix.com,thefinancialist.com,tineye.com,tmz.com,triangleoffense.com,tvland.com,tvnz.co.nz,tweaktown.com,usvsth3m.com,vine.co,washingtonpost.com,wccftech.com,westword.com,wheels24.co.za,wn.com,yahoo.com,yoink.com,yourdailymedia.com##.twitter +addictivetips.com,al-shorfa.com,alternativeto.net,alternet.org,anandtech.com,backstage.com,barstoolsports.com,bdnews24.com,belfasttelegraph.co.uk,bitly.com,bleacherreport.com,buffalonews.com,bulova.com,cadenaazul.com,canberratimes.com.au,catapult.co,chacha.com,cloudmark.com,comicrelief.com,computingunleashed.com,coolest-gadgets.com,crosscut.com,deadspin.com,deathandtaxesmag.com,designroyale.com.au,digitalrev.com,digitimes.com,discountsstory.com,eater.com,enom.com,eurogamer.net,everfi.com,fashionmagazine.com,fest300.com,filmfare.com,filmgo.org,fixya.com,forbes.com,forvo.com,fraghero.com,gameranx.com,gizmodo.com,gogoanime.se,hallels.com,happycoins.com,huffingtonpost.ca,huffingtonpost.co.uk,huffingtonpost.com,iflscience.com,independent.co.uk,independent.ie,joystiq.com,kickstarter.com,lapoderosa.com,latintimes.com,lifehacker.com,livemint.com,ludokado.com,luta.co.uk,macrumors.com,messynessychic.com,msnbc.msn.com,mumbrella.com.au,mvmtwatches.com,myunidays.com,ncaa.com,nirmaltv.com,novirusthanks.org,npr.org,nzherald.co.nz,onenewsnow.com,pcworld.in,perpetual-solutions.com,pinknews.co.uk,proboards.com,pvplive.net,recode.net,reuters.com,rfi.fr,richersounds.com,ryot.org,saturn.de,sci2.tv,sciencenews.org,scion.com,scroll.in,scufgaming.com,seattletimes.com,skybet.com,smashingmagazine.com,squidoo.com,stepstone.be,take.fm,techspot.com,theage.com.au,theatlantic.com,thedailybeast.com,thedailyshow.com,thedigitalfix.com,thefinancialist.com,tineye.com,tmz.com,triangleoffense.com,tvland.com,tvnz.co.nz,tweaktown.com,usvsth3m.com,vine.co,washingtonpost.com,wccftech.com,westword.com,wheels24.co.za,wn.com,yahoo.com,yoink.com,yourdailymedia.com##.twitter slate.com##.twitter > .twitter thedailybeast.com##.twitter-search espnfc.com,eurosport.fr##.twitter-tweet @@ -31240,6 +31821,7 @@ newyorker.com##[class*="ArticleSocial"] newyorker.com##[class*="socialShare"] msnbc.com##[class^="share__"] scientificamerican.com##[data-mobile-context-nav-tab="share"] +shazam.com##[data-shz-cmd="share"] alternativeto.net##[href="http://twitter.com/alternativeto"] flickr.com##[href="http://twitter.com/flickr"] imdb.com##[href="http://twitter.com/imdb"] @@ -31362,6 +31944,7 @@ dailymail.co.uk###floatingShare pcmag.com###footer_social ratemyprofessors.com###headSocial xda-developers.com###header_social_wrapper +bnonews.com###mvp-foot-soc cnbc.com###rt_social marketwatch.com###share-bar sporcle.com###share-game-facebook @@ -31445,6 +32028,7 @@ dailymail.co.uk##.googleplus newsarama.com##.header-social-btn soccity.net##.header-special-social laptopmag.com##.headerSocial +tlc.com##.headerSocial__socialLinks pcworld.co.nz##.header_social computerworlduk.com##.helpIcons cinemablend.com##.iSocialB @@ -31467,6 +32051,7 @@ mashable.com##.microcontent-shares androidcentral.com,crackberry.com,imore.com,windowscentral.com##.mn_mbn_share androidcentral.com##.mn_share_module huffingtonpost.co.uk##.mod-follow +bnonews.com##.mvp-post-soc-wrap theatlantic.com##.nav-social-links nationalpost.com##.npStoryShare ijr.com##.opt360-share-buttons-article-start @@ -31593,6 +32178,7 @@ kabeleins.de,prosieben.de,prosiebenmaxx.de,ran.de,sat1.de,sixx.de##.twitter-shar cinemablend.com##.twitter-share-button kabeleins.de,prosieben.de,prosiebenmaxx.de,ran.de,sat1.de,sixx.de##.twitter-timeline itechpost.com##.uni-social +tlc.com##.videoMetadata__social dailymail.co.uk##.vjs-social-icon xda-developers.com##.w-social softonic.com##.widget-facebook-timeline @@ -31622,6 +32208,7 @@ channelregister.co.uk,theregister.co.uk###RegCCO valleyvet.com###ToU_float postojnska-jama.eu###\5f iCD dictzone.com###ac +gira.de###ac_frame solveigmm.com###agreement macquarie.com###alert-first moneysavingexpert.com###alertBar @@ -31651,6 +32238,7 @@ usp-forum.de###ckch panoramicearth.com###cklbox desktopwallpapers4.me,ouchpress.com###clayer crash.net,nationwideinternational.com,thederbyshire.co.uk###cn +dnaindia.com###co-container gpuopen.com###colophon msn.com###conditionalbanner ft.com,heathrowexpress.com,holition.com###consent @@ -31660,9 +32248,9 @@ eurosport.com###container-notifications decathlon.co.uk###container-screen alcoholics-anonymous.org.uk###cook add0n.com,aflite.co.uk,aon.com,atom42.co.uk,bakersmall.co.uk,bbvonline.net,betradar.com,boscolohotels.com,boxnation.com,flexerasoftware.com,fremantlemedia.com,iadvize.com,keyboardco.com,kicc.org.uk,nspcc.org.uk,oilplusltd.com,onenessscotland.org,prestashop.com,pretix.eu,priorygroup.com,rodacciai.fr,simmons-simmons.com,stiripesurse.ro,technutty.co.uk,thebmc.co.uk,toomeymotorgroup.co.uk,tutsandtips.com,wheatley-group.com###cookie -anpost.ie,aquariumforums.co.uk,arag.com,ayraviation.com,coinsofhope.eu,emrf.eu,emunewz.net,feyenoord.com,forbiddenplanet.co.uk,fulltilt.com,history.bnpparibas,homecinemachoice.com,inmobi.com,izikart.co.uk,jomast.co.uk,lloydsbankinggroup.com,metbiocat.eu,panfurware.com,phonearena.com,picload.org,pokernews.com,premiumcredit.co.uk,private.com,scl.org,studentski.net,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,tsb.co.uk,wsws.org,xnostars.com###cookies +anpost.ie,aquariumforums.co.uk,arag.com,ayraviation.com,coinsofhope.eu,eitb.eus,emrf.eu,emunewz.net,feyenoord.com,forbiddenplanet.co.uk,fulltilt.com,history.bnpparibas,homecinemachoice.com,inmobi.com,izikart.co.uk,jomast.co.uk,lloydsbankinggroup.com,metbiocat.eu,panfurware.com,phonearena.com,picload.org,pokernews.com,premiumcredit.co.uk,private.com,scl.org,studentski.net,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,tsb.co.uk,wsws.org,xnostars.com###cookies dsm.com###cp -droidchart.com###cw +droidchart.com,routerchart.com###cw dexigner.com###cwarn debenhams.com###debCNwrap tunngle.net###delirioBiscottoso @@ -31677,6 +32265,7 @@ live.com,microsoft.com,office.com,skype.com,visualstudio.com,windows.com,xbox.co complex.com###eucn tartybikes.co.uk###eureg backpackerguide.nz###fbGroupMini +cricbuzz.com###feedback-bar toffeeweb.com###fixedFooter pastebin.com###float-box-1 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###floating-header @@ -31689,6 +32278,7 @@ flatme.it###ic elearningindustry.com###info-banner zoover.co.uk###info-bar agcas.org.uk,reliancebankltd.com###informationbar +itv.com###itv-glob-cookie-policy-holder babcockinternational.com###js-babcock-cookie-bar fullertonhotels.com###kb-container seeker.com###legal-notice @@ -31716,7 +32306,7 @@ youtube.com###notification-footer cnn.com###notification-legal codeplay.com###notificationPopup tweakers.net###notifications > .announcement -adverts.ie,dailyedge.ie,did.ie,the42.ie###notify-container +adverts.ie,boards.ie,dailyedge.ie,did.ie,the42.ie,thejournal.ie###notify-container twitch.tv###noty_bottomCenter_layout_container novapdf.com###novapdf_accept_cookies professionalbatterychargers.com###nscmsboxboxsimple @@ -31731,7 +32321,9 @@ vanguardsmoke.com###pop_wholes_bg pamgolding.co.za###popi-notification aquacard.co.uk,demarko-trailers.com###popup digitalagencynetwork.com,fonehouse.co.uk,metrofone.co.uk###popupDiv +newegg.com###popup_overlay autoevolution.com###prajiturele +3q.video,mondaq.co.uk###privacy playstation.com###privacy-header cbronline.com###privacy_content keil.com###privacymodule @@ -31764,9 +32356,9 @@ cnn.com##.TermsOfService__component mtn.co.za##.Toast cnn.com##._2dc7d020 instagram.com##._he402 -v-tac.eu##.activebar-container +luxos.com,v-tac.eu##.activebar-container ticketmaster.ca##.agree-terms -ahlulbayt.tv,bankid.com,cfainstitute.org,convert-my-image.com,costaclub.com,hattrick.org,kenweego.com,lawyersonline.co.uk,linkedin.com,lonelyplanet.com,nature.com,netweather.tv,norwegian.com,theonlinesurgery.co.uk,tindie.com,viewsonic.com,viewsoniceurope.com##.alert +ahlulbayt.tv,asklion.co.uk,bankid.com,cfainstitute.org,convert-my-image.com,costaclub.com,hattrick.org,kenweego.com,lawyersonline.co.uk,linkedin.com,lonelyplanet.com,nature.com,netweather.tv,norwegian.com,theonlinesurgery.co.uk,tindie.com,viewsonic.com,viewsoniceurope.com##.alert historicengland.org.uk##.alert-banner labour.org.uk##.alert-bar-footer orthomol.com,zombiearmy.com##.alert-box @@ -31784,7 +32376,7 @@ civilsociety.co.uk##.announcement-banner soundcloud.com##.announcements leo.org##.app-footer-content businessinsider.com##.as-oil-content-overlay -co-operative.coop,couchsurfing.com##.banner +co-operative.coop,couchsurfing.com,usatoday.com##.banner uber.com##.banner--bottom 23andme.com##.banner-wrap cvent.com##.block-notifications-block @@ -31795,9 +32387,11 @@ wattsindustries.com##.box_background wattsindustries.com##.box_contents drakecircus.com##.ccc-widget orcadian.co.uk##.cd-container +newegg.com##.centerPopup cnn.com##.cnn-toast--tos riversidecompany.com##.compliance-banner agenda.brussels,visit.brussels##.confirm +acast.com##.consent justwatch.com##.consent-notification sportskeeda.com##.consent-pop-up cityoflondon.gov.uk##.container-floating-notifications @@ -31805,7 +32399,7 @@ bankofengland.co.uk##.container-notifications anglianwater.co.uk,ask.fm,callcredit.co.uk,calvertjournal.com,crazydomains.co.uk,derwaldhof.com,dw.com,firefox-usb.com,forever21.com,forgeworld.co.uk,hempel.co.uk,hempelyacht.com,here.com,leonorgreyl.com,liptonicetea.com,ludwig.guru,m64.info,mandarinoriental.com,mik.eu,modhoster.com,moneywise.co.uk,mysurveylab.com,nationalcircus.org.uk,natwest.com,openmailbox.org,postoffice.co.uk,purnatur.eu,rbs.co.uk,roalddahl.com,rowenta.com,samsunghealthcare.com,squirt.org,statusbrew.com,syntevo.com,team-mediaportal.com,unicheck.com,virgin-atlantic.com##.cookie theatlantic.com##.cookie-disclaimer bitfeed.co##.cookiebanner -amnesty.org,asda.com,ashridge.org.uk,chemistdirect.co.uk,cineworld.co.uk,coinbase.com,consumeraffairs.org.uk,dorotheum.com,dur.ac.uk,feelunique.com,grandvision.com,graspop.be,hmv.com,luxottica.com,mabanque.bnpparibas,macpaw.com,mailjet.com,mannheimerswartling.se,mindshareworld.com,pjon.org,playgwent.com,renaultbryanston.co.za,renaultfourways.co.za,royalparks.org.uk,tescomobile.ie,thenottingham.com,ukcisa.org.uk,umicore.com,unknownphone.com,uptodown.com,volvocars.com##.cookies +amnesty.org,asda.com,ashridge.org.uk,auto1.fi,chemistdirect.co.uk,cineworld.co.uk,coinbase.com,consumeraffairs.org.uk,dorotheum.com,dur.ac.uk,feelunique.com,grandvision.com,graspop.be,hmv.com,luxottica.com,mabanque.bnpparibas,macpaw.com,mailjet.com,mannheimerswartling.se,medela.co.uk,mindshareworld.com,pjon.org,playgwent.com,renaultbryanston.co.za,renaultfourways.co.za,royalparks.org.uk,tescomobile.ie,testeri.fi,thenottingham.com,ukcisa.org.uk,umicore.com,unian.info,unknownphone.com,uptodown.com,volvocars.com,wilko.com##.cookies austrian.com,austrianairlines.ag,austriantechnik.at##.cop skygroup.sky##.corporate-notice-banner videojug.com##.cp-alert-message @@ -31821,7 +32415,6 @@ bbc.com##.domestic-header-wrapper mla.org##.donate-banner vesselfinder.com##.downfooter airproducts.co.uk##.eu-dp -nytimes.com##.expanded avid.com##.fancybox-opened avid.com##.fancybox-overlay microsoft.com##.feedback-visible @@ -31837,6 +32430,7 @@ palmbeachpost.com##.footer-wrapper msn.com##.fpCdm cgtn.com##.g-dialog themeflood.com##.gatewayContainer +aviationweek.com##.gdpr downloadcrew.com##.ginger_banner ingwb.com##.glass houseoffraser.co.uk##.global-messages @@ -31884,6 +32478,7 @@ wandermap.net##.messages amazon.com##.mo-wp mirror.co.uk##.mod-cookiepolicy ferratum.co.uk,lam.co.mz##.modal-backdrop +usnews.com##.modal-window motorsport.com##.ms-header-messages firstsave.co.uk##.msgBox ft.com##.n-messaging-slot @@ -31899,16 +32494,19 @@ harvester.co.uk##.notification--notification gumtree.com##.notification-box autotrader.co.za##.notification-container amateur.tv##.notificationbar +blockspoint.com##.notizWrapper castrol.com##.nv-notification-header decider.com,nypost.com,pagesix.com##.nyp-sitewide-notice origin.com##.origin-sitestripe ratemyprofessors.com##.overlay youronlinechoices.com##.p15 +geberit.com##.page-hint-box plymouth.ac.uk##.page-notification fundedbyme.com##.pageNotification ticketmaster.ca##.page__legal-link viber.com##.policy esquire.com##.policy-bar +pxhere.com##.policy-info shazam.com##.policy-label nh-collection.com,nh-hotels.com##.politicaRewards replicon.com##.popup-container @@ -31920,15 +32518,18 @@ easyeda.com##.priv-tips flyscoot.com##.privacy-bar pcmag.com##.privacy-content gigaom.com,gq.com.au,mta.tv,vocativ.com,zumba.com##.privacy-policy +zmags.com##.privacyPrompt bbc.co.uk##.pulse-banner abcnews.go.com##.push-me +hazlitt.net##.region-masthead-inner layar.com##.remarketing-banner -pli-petronas.com##.reveal-modal-bg +pli-petronas.com,swatch.com##.reveal-modal-bg marsh.com##.reveal-modal-bg-white ricola.com##.ricola-cookie-info paladins.com##.sc-bdVaJa showcasecinemas.co.uk##.section-prompt carrerajeans.com##.sessionnotification +nytimes.com##.shown.expanded newstatesman.com##.site-footer last.fm##.site-message gov.im##.site-warning @@ -31980,7 +32581,7 @@ globecast.com##div[id^="icegram_message_"] knowyourmeme.com##div[id^="sp_message_id"] googleapis.com##div[style$=";background-color:#5a5a5a"] mashable.com##div[style*="background: rgb(255, 255, 255)"] -teamliquid.net##div[style*="position: fixed;"] +plarium.com,teamliquid.net##div[style*="position: fixed;"] cplusplus.com##div[style="background:#eed;padding:10px;margin:0;text-align:center;border-bottom:1px solid #446"] lrb.co.uk##div[style="border-bottom:1px solid #adadad;padding:5px;background:#f4f4f4;color:#333;font:1em/1 sans-serif"] survey-remover.com##div[style="height: 25px; position: fixed; border-top: 1px solid rgb(180, 180, 180); background-color: rgba(222, 222, 222, 0.9); bottom: 0px; left: 118px; width: 795px;"] @@ -31995,6 +32596,7 @@ openpli.org##div[style^="height:20px;background-color:#FAFFDC;"] speedtestcustom.com##span[style="position: fixed; right: 20px; bottom: 20px; width: 280px; z-index: 100; font-size: 12px; border-radius: 10px; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3); background-color: rgb(255, 255, 255); color: rgb(34, 34, 34);"] speedtestcustom.com##span[style="position: fixed; right: 20px; bottom: 20px; width: 280px; z-index: 100; font-size: 12px; border-radius: 10px; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3); background-color: rgb(34, 34, 34); color: rgb(255, 255, 255);"] ! Used with generichide +cnbc.com###_evh-ric majorleaguegaming.com###cookie-disclaimer eteknix.com###cookie-law-info-bar softonic.com###cookie-policies @@ -32012,7 +32614,7 @@ tweaktown.com###cookies_footer_sec bnonews.com###cookiescript_injected livescience.com###ec-popup-modal[style="display:block"] softonic.com###message-cookie -tomshardware.co.uk,tomshardware.com###prism-modal.prism-modal +livescience.com,tomshardware.co.uk,tomshardware.com###prism-modal.prism-modal hypable.com##.accept-cookie mirror.co.uk##.captify-iframe mirror.co.uk##.captify-widget @@ -32063,6 +32665,7 @@ abril.com.br###barra-mini-home rast.hr###blokDiv folha.uol.com.br###corner_box nasiljudi.hr###footer +capital.gr###infiload-return-top nbnews.com.ua###iosauth sme.sk###js-top-info-bar hrportfolio.hr###kolac @@ -32084,10 +32687,12 @@ markapark.com##.htext hisense.com##.js-return-top baike.com##.li-top poba.hr##.meerkat +news247.gr##.newsletter-form uitinvlaanderen.be##.noty_bar etstur.com##.protectionOfData +capital.gr##.rss 4gtv.tv##.scrollUP -anandabazar.com,okmagazine-thai.com,tabie.net##.scrollup +anandabazar.com,okmagazine-thai.com,picua.org,tabie.net##.scrollup kp.ru##.seti uralpress.ru##.sticker beritaharian.sg##.subscribe @@ -32112,11 +32717,13 @@ boligliv.dk,rumid.dk##div[style^="bottom: 0px; height: 1px; left: 0px;"] ! ---------- German Site Specific Hiding Rules ---------- ! nzz.ch###articleMore +testberichte.de###bck-t-tp androidnext.de###c4a_box handelsblatt.com###divStickyLayerWrapper focus.de###flying_mbox foerderland.de###footerFlyout ###nutzungs_einverstaendnis +moebel-hubacher.ch###scrollTopLink androidnext.de###scrollbarbox computerwissen.de###simpleCatfish web.de###slide-module @@ -32126,29 +32733,41 @@ mydealz.de###softMessages-list groupon.de###spotlight soeren-hentzschel.at###storage-notice ing-diba.at###top-message__wrapper -suedtiroler-freiheit.com###topcontrol +matratzen.info,suedtiroler-freiheit.com###topcontrol +daenischesbettenlager.de###totop helpster.de###videoFlyin mathe24.net###wrapperdiv suedtirol-it.com##.btn-top phoenix.de##.c-toplink +blm.de##.clickTop zentrum-der-gesundheit.de##.component-recommended-products +stuttgarter-nachrichten.de##.container-stn-popup vonovia.de##.content-module.controller.partial wegeheld.org##.fixed-note stern.de##.fixedHomeLink focus.de##.fixed_home_link rewe.de##.fragment luxor.co.at##.info +stuttgarter-nachrichten.de##.js-to-top ifun.de,iphone-ticker.de##.mail weltwoche.ch##.navInner.fixed +israelheute.com##.newsletter +matratzen.info##.postNavigation +rnd-news.de##.rss +quqon.com##.scroll-up swz.it##.scroll__top stol.it##.scrollup +woxikon.de##.secondary-footer sportnews.bz##.social spiegel.de##.sticky-home-link +netzpolitik.org##.tnp-subscription svp.eu##.top +baden.fm##.top-clone hr.de##.toplink deutzforum.de##.userNotice sportnews.bz##.whatsapp wdr.de##a[href="#goToHead"] +antennebrandenburg.de,israelheute.com,radioberlin.de##a[href="#top"] ||focus.de/fol/pics/special/informiert.gif ||mdsngpush.finanzen.net^ ||plista.com^$third-party @@ -32226,19 +32845,28 @@ nyt.fi###next-teaser ! ! ---------- Dutch Site Specific Hiding Rules ---------- ! +luchtvaartnieuws.nl###block-block-92 metrotime.be###mc_embed_signup +luchtvaartnieuws.nl###scrolltop manners.nl###subscribe vansoestklassiekers.nl##.cc-FloatingButtonBarContainer-button-scroll +lindanieuws.nl##.footer-top voetbalnieuws.be##.newsletter +want.nl##.pagination +businessinsider.nl##.text-12 +businessinsider.nl##.text-8 +nrc.nl##.top welingelichtekringen.nl##.top-slide welingelichtekringen.nl##.widget_anywp_mailchimp +israeltoday.nl##a[href="#top"] nos.nl##div[class^="notificationBar_"] ||sendinblue.com^$domain=voetbal24.be ! -! ---------- Norway Site Specific Hiding Rules ---------- +! ---------- Norwegian Site Specific Hiding Rules ---------- ! dagbladet.no###db-inger bt.no##.flyout +israeltoday.no##a[href="#top"] ! ! ---------- Swedish Site Specific Hiding Rules ---------- ! @@ -32260,7 +32888,9 @@ bolagsverket.se##div[style^="margin: 0px 0px"] ||5-tv.ru^*/up.png ||news.mirtesen.ru^$third-party ||news.net.finam.ru^$third-party +||static.smi2.net^$third-party ||top100.rambler.ru^$third-party +||tvzvezda.ru^*/up_btn. ! ! ---------- Russian Site Specific Hiding Rules ---------- ! @@ -32274,6 +32904,7 @@ aif.ru###subscription_sidebar_block nation-news.ru###top lenta.ru###up rt.ru###up-btn +tvzvezda.ru###upbutton banki.ua##.b-fb-overlay banki.ua##.b-fb-popup ria.ru##.b-scroller-up @@ -32485,17 +33116,22 @@ hispantv.com###newsletter rae.es###overbox3 terra.es###trr-root rtve.es##.arrow +economiahoy.mx##.box-sus cadenaser.com##.cnt-subir cadenaser.com##.cont_webpush +infobae.com##.flyin-pb rac1.cat##.go-top +elcomercio.pe##.go-up mundodeportivo.com##.home-nav-balls 990espndeportes.com##.more-stories eldiariony.com,laopinion.com,laprensafl.com,laraza.com,paratimujer.us##.newsletter +diariolasamericas.com##.object-forward-note soychile.cl##.overli daf.es##.page-overlay larazon.es##.rrss beteve.cat##.rrss-buttons cadenaser.com##.rss +elobservador.com.uy##.scroll-top-action europafm.com##.scrollup eleconomista.es##.suscribe-all infotechnology.com##.suscription @@ -32503,6 +33139,7 @@ eleconomista.es##.tbot lanacion.com.ar##.twitter telcel.com##.up_button ||ara.cat^*/newsletters/ +||newsletters.vocento.com^ ! ! ---------- Italian Site Specific Blocking Rules ---------- ! @@ -32513,6 +33150,8 @@ telcel.com##.up_button ||cml.to/robot/ ||contactlab.it^*/subscribe.php? ||edintorni.net^$third-party +||ilpost.it^*/IAS_banner_ +||ilpost.it^*/System24_banner_ ||ilvibonese.it^*/acymailing_ ||italiafruit.net^*/iscrizione- ||js.adv.dadapro.net/collector.js/prcy.js? @@ -32535,12 +33174,14 @@ telcel.com##.up_button ! focusjunior.it###FJToTop dailybest.it###G_info -blitzquotidiano.it,ladyblitz.it###IAS_container +blitzquotidiano.it,ilpost.it,ladyblitz.it###IAS_container unimore.it###InAlto +infobuildenergia.it###IscrivitiBox katorishintoryu.it###POPUPS_ROOT evomagazine.it###RegSito gds.it###alert_container moto.it###arrow-back-top +ssangyong-auto.it###back_top erboristeriamagentina.it###blultpdfbanner virgilio.it###bottom_chat paginegialle.it###btt @@ -32576,7 +33217,7 @@ amazon.it###smart-app-banner centrometeolombardo.com###spot_popup tp24.it###templatemo_container_barra emmepress.com###text-9 -lacomunicazione.it###top-link +avantishop.it,lacomunicazione.it###top-link ovs.it,tvsoap.it###topcontrol consorzioautolinee.it,maxcasa.com,nomisma.it###totop alvolante.it###wrapper-header-small-up @@ -32586,14 +33227,18 @@ basketinside.com,carpicalcionews.it,cittaceleste.it,corsedimoto.com,fantamagazin 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 zoomsud.it##.article-navigation multiplayer.it##.article_nav +tempi.it##.article_newls_box studenti.it##.box-outbrain +infobuildenergia.it##.box_dem wuerth.it##.btn-scroll-top liquiriziacalabrese.it##.btn-top -calendario-365.it,epochtimes.it,mondoconv.it,ridble.com##.cd-top +calendario-365.it,consumer.bz.it,epochtimes.it,mondoconv.it,ridble.com##.cd-top tomshw.it##.content-autopromo tomshw.it##.content-related corriereadriatico.it,ilgazzettino.it,ilmattino.it,ilmessaggero.it,leggo.it,quotidianodipuglia.it##.control_top donnamoderna.com##.donnam-footer-newsletter +webnews.it##.email +corriere.it##.fancybox-overlay repubblica.it##.footer_back-top hwupgrade.it##.form-offerte my-personaltrainer.it##.frecciabg @@ -32603,6 +33248,7 @@ comuniciclabili.it##.hc_scrollup tempi.it##.header_sidebar radioitaliaannisessanta.it##.hm_go_top ilmetapontino.it##.icon-caret-up +mondomobileweb.it##.ir-arriba linkiesta.it##.lkPopover hilti.it##.m-smartbar-container avvenire.it##.moveToTop @@ -32611,7 +33257,7 @@ ravennanotizie.it##.newsletter-section starbene.it##.nlslim everyeye.it##.playert enzopennetta.it##.popmake -ilfoglio.it##.rss +ilfoglio.it,webnews.it##.rss tempoitalia.it##.scroll simplymarket.it##.scroll-top-footer italotreno.it##.scroll-up @@ -32680,13 +33326,14 @@ dcnews.ro##.pushinstruments ! dinamani.com,samakalikamalayalam.com###print_article armeniasputnik.am,rtvslo.si,sputnik-abkhazia.info,sputnik-georgia.com,sputnik-news.ee,sputnik-ossetia.com,sputnik-tj.com,sputnik.az,sputnik.by,sputnik.kg,sputnik.md,sputniknews-uz.com,sputniknews.cn,sputniknews.kz,sputniknews.lt,sputniknewslv.com###share -tvsa.ba###social +meteovista.com.tr,meteovista.si,tvsa.ba###social mc-doualiya.com##.actions +capital.gr##.controls trt.net.tr##.facebook transfermarkt.com.tr##.header-social diyanet.tv##.lobibox-notify-wrapper diyanet.tv##.navbar-sosyal -aljazeera.net,autoline-arabic.com,autoline-eu.rs,autoline.com.tr,autoline.lt,autoline.lv,autoline.me,autoline.mk,autoline.ro,autoline.si,autoline.sk,cnbcindonesia.com,cnnindonesia.com,cnnturk.com,dr.dk,hrt.hr##.share +aljazeera.net,autoline-arabic.com,autoline-eu.rs,autoline.com.tr,autoline.lt,autoline.lv,autoline.me,autoline.mk,autoline.ro,autoline.si,autoline.sk,cnbcindonesia.com,cnnindonesia.com,cnnturk.com,dr.dk,hrt.hr,insomnia.gr##.share sahartv.ir##.share-instagram sahartv.ir##.share-mail sahartv.ir##.share-soundcloud @@ -32698,6 +33345,7 @@ irinn.ir##.social-network trthaber.com##.son cnnindonesia.com##.sosmed diyanet.tv##.sosyal-alt-ust +gazzetta.gr##.toolbar trt.net.tr##.twitter yle.fi##.yle__article__header__shareButtons ||seitzeichen.de^$third-party @@ -32795,6 +33443,7 @@ anjo.to###facebook kress.de###facebookbox-open sprachnudel.de###facebox sprachnudel.de###facebox_overlay +moebel-hubacher.ch###fb-button moviepilot.de###fb-connect-dialog dls-logistics.de###footerlinks presseportal.de###iLike @@ -32802,10 +33451,11 @@ derstandard.at###infoslide 3sat.de###navBarIcons deutschlandradio.de###pageContentClosure netzwelt.de###sccf +sternstunden.de###service-links focus.de###singlepostSlideInBoxHoch focus.de###singlepostSlideInBoxQuer bild.de###smbChannelBlock -myloc.de###social +meteovista.de,myloc.de###social androidpit.de###swBar_1 amazon.de###tafContainerDiv suedtirolnews.it###text-6 @@ -32817,21 +33467,24 @@ t-online.de##.Tliveconnect gulli.com##._bookmark onlinewelten.com##.action-initiator butenunbinnen.de##.article-addons +infosat.de##.artikeltools provinz.bz.it##.banner_facebook chip.de##.bookmark fnp.de,sport1.de,winfuture.de##.bookmarks br.de##.c_toolbar chip.de##.col340-ri > .ad-ri + div[style="overflow:hidden; margin:0 0 22px 0;"] swr.de##.communityLinks +deutsche-startups.de##.connectButtons gamestar.de##.content > .columnContent > .bottomservice model-kartei.de##.copyr deutschlandfunk.de##.dlf-articlesocial deutschlandfunkkultur.de##.drk-articlesocial deutschlandfunkkultur.de##.drk-headsocial +israelheute.com##.entry-social heise.de,swr3.de,t3n.de##.facebook tape.tv##.facebook-prompt gutscheinsammler.de##.fancybox-overlay -deutschlandfunk.de##.fb +deutschlandfunk.de,fantasy.de##.fb zentrum-der-gesundheit.de##.fbbox_overlay falk.de##.fbstatic myvideo.de##.globallike--fb-navi @@ -32841,10 +33494,12 @@ handelsblatt.com##.hcf-social-bookmark handelsblatt.com##.hcf-tbar-socials gmx.net##.head > #intro-aux transfermarkt.at,transfermarkt.ch,transfermarkt.de##.header-social +fantasy.de##.ig deutschlandfunk.de##.in rbb-online.de##.include_bookmarks daswetter.com##.liCompartir swr3.de##.like-settings +ndr.de##.meta laut.de##.module-share ardmediathek.de##.mt-player_bookmarks tvnow.de##.player_share_wrapper @@ -32853,7 +33508,7 @@ ndr.de##.recommendations t3n.de##.sbCombined autoline-eu.at,autoline-eu.ch,autoline.de,autoline.li,nachrichten.it,radiotirol.it,suedtirol1.it,welt.de##.share hardwareluxx.de##.shariff-button -kas.de,provinz.bz.it##.sharing +dasding.de,fr.de,kas.de,provinz.bz.it##.sharing zeit.de##.show_smk mindfactory.de##.sliderbar amazon.de##.smTabCDiv @@ -32862,16 +33517,17 @@ playmassive.de,playnation.de##.sn heise.de##.soc-pos focus.de##.socBm focus.de##.socInfo -az.com.na,kabeleins.de,klassikradio.de,n24.de,peugeot.de,prosieben.de,ran.de,sat1.de,sixx.de,the-voice-of-germany.de,top.de##.social +az.com.na,infosat.de,kabeleins.de,klassikradio.de,n24.de,peugeot.de,prosieben.de,ran.de,sat1.de,sixx.de,the-voice-of-germany.de,top.de##.social futurezone.at##.social > li > a > img schwaebische.de##.social_communities playnation.de##.sos spiegel.de##.spHeaderFollow netzwelt.de##.stcl androidpit.de##.tile_Follow -deutschlandfunk.de##.tw -heise.de,ifun.de,iphone-ticker.de,swr3.de,t3n.de##.twitter +deutschlandfunk.de,fantasy.de##.tw +heise.de,ifun.de,iphone-ticker.de,rnd-news.de,swr3.de,t3n.de##.twitter neusprech.org##.wptwitter +rnd-news.de##.xing t3n.de##.youtube futurezone.at##a[class*="follow sm_"] auto-motor-und-sport.de##a[is-google-trigger] @@ -32926,6 +33582,7 @@ focus.de##a[href="http://twitter.com/share"] ! gadzetomania.pl###floatingbar polskatimes.pl###narzedzia +meteovista.pl###social strefabiznesu.pl###toolbar mf24.pl##.facebook eurocash.pl##.fb @@ -32940,10 +33597,12 @@ mf24.pl##.youtube ! ! ---------- Dutch Site Specific Hiding Rules ---------- ! +weeronline.nl###social +israeltoday.nl##.entry-social welingelichtekringen.nl##.followbuttons transfermarkt.nl##.header-social -autoline-nl.be,autoline.nl,diningcity.nl,nos.nl##.share -knack.be,voetbal24.be,voetbalnieuws.be##.social +at5.nl,autoline-nl.be,autoline.nl,diningcity.nl,nos.nl##.share +knack.be,rtlnieuws.nl,voetbal24.be,voetbalnieuws.be##.social ||sanoma.nl/media/static/images/icon_zienl.png ! ! ---------- Swedish Site Specific Hiding Rules ---------- @@ -32954,6 +33613,7 @@ radioplay.se##div[style="flex-shrink: 0; border-left: 1px solid rgba(255, 255, 2 ! ---------- Russian Site Specific Hiding Rules ---------- ! ntv.ru###bottomsoc +dnr-online.ru###footsoc rg.ru###rgb_vk rg.ru###rgb_yandex-zen_zen sputnik-abkhazia.ru,sputnik-georgia.ru,sputnik-ossetia.ru###share @@ -32971,6 +33631,7 @@ rambler.ru##.share__list > * forbes.ru##.shares caravan.kz##.sm-list academic.ru##.smm +grozny.tv##.soc_list aif.ru##.soc_wid forbes.ru,mk.ru##.social echo.msk.ru##.socmenu @@ -32993,7 +33654,7 @@ madagascar-tribune.com###reseaux_sociaux cowcotland.com###rezo moniteurautomobile.be###scrollTop express.live,lepoint.fr###share -sfr.fr###social +meteovista.be,meteovista.fr,sfr.fr###social leforem.be###suivi gentside.com##.action jeuneafrique.com##.art-toolbox @@ -33015,6 +33676,7 @@ rtl.fr##.gg lci.tf1.fr,liberation.fr,loi1901.com,silicon.fr##.google franceantilles.fr,ladepeche.fr,programme-tv.net##.gplus sudouest.fr##.header-social +lesinrocks.com##.inner_bouton_top rtl.fr##.ld tameteo.com##.liCompartir lachainemeteo.com##.lien_soc @@ -33066,28 +33728,35 @@ abola.pt,conjur.com.br,jornaldenegocios.pt,record.pt,uol.com.br##.social ! ---------- Spanish Site Specific Hiding Rules ---------- ! soychile.cl###facebook +notiactual.com###redes hispantv.com###sharings-footer 3djuegos.com###siguenos +europapress.es###subnavegacionFixed horoscoponegro.com###text-23 ara.cat##.ara-header-social lanacion.com.ar##.compartir +americateve.com##.compartir-nota apertura.com,cronista.com##.content-redes ondacero.es##.facebook starmedia.com##.fbk tbnespaña.es,transfermarkt.es,transfermarkt.pt##.header-social +economiahoy.mx##.ic-rs meteored.cl,meteored.com.ar,meteored.mx,tiempo.com##.liCompartir cadenaser.com##.modulo_compartir -crea-mexico.com,futbol.com.uy,montevideo.com.uy,pantallazo.com.uy,telesurtv.net##.redes +crea-mexico.com,futbol.com.uy,montevideo.com.uy,mvsnoticias.com,pantallazo.com.uy,telesurtv.net##.redes cadenaser.com##.rrss autoline-market.cl,autoline.bo,autoline.com.py,autoline.es,autoline.pe,clarin.com,elperiodico.cat,elperiodico.com,hispantv.com##.share tn.com.ar##.shares hispantv.com##.sharings -clarin.com,diarioti.com,estrellatv.com,europapress.es,publico.es##.social +20minutos.es,clarin.com,diarioti.com,estrellatv.com,europapress.es,informador.mx,publico.es##.social cadenaser.com##.ssnn +portafolio.co##.texto_redes7 ara.cat##.tool-set cope.es##.toolbar ondacero.es##.twitter +telexitos.com##.twitterModule starmedia.com##.twt +elobservador.com.uy##.user-actions-wrapper ondacero.es##.vermas publicar.com##img[style="margin: 0px 10px; float: left; width: 26px;"] ! @@ -33114,7 +33783,7 @@ termometropolitico.it###seguici gazzetta.it###share misya.info###side-share deejay.it###slider -autobelle.it,bancadipiacenza.it,canavesenews.it,creditocooperativo.it,fotografidigitali.it,gianlucadimarzio.com,ilsecoloxix.it,meteogiornale.it,optimaitalia.com,radioitalia.it,unibo.it,virginactive.it###social +autobelle.it,bancadipiacenza.it,canavesenews.it,creditocooperativo.it,fotografidigitali.it,gianlucadimarzio.com,ilsecoloxix.it,meteogiornale.it,meteovista.it,optimaitalia.com,radioitalia.it,unibo.it,virginactive.it###social radioetv.it###social_presence grom.it###top-info bancadipiacenza.it###vimeo @@ -33138,12 +33807,14 @@ ansa.it##.bt-suggest cirio.it##.cirioYou optimaitalia.com##.condivisioni everyeye.it##.cont_reply > .link-post +playstationitalianleague.com##.context-content-community-links repubblica.it##.detail-social donnamoderna.com##.donnam-footer-social mediaset.it##.dsoc -ilfoglio.it,startromagna.it##.facebook +ilfoglio.it,startromagna.it,webnews.it##.facebook iphoneitalia.com##.faicosoc gianlucadimarzio.com##.fb +mezzicommerciali.it##.fb-menu rivistailmulino.it##.float-container ilfattoquotidiano.it##.follow ravennanotizie.it##.footer-link @@ -33152,6 +33823,7 @@ fanpage.it##.ft-icon corriereadriatico.it,ilgazzettino.it,ilmattino.it,ilmessaggero.it,leggo.it,quotidianodipuglia.it##.fumetti ilmeteo.it##.giornale-contatti advicegroup.it##.google +webnews.it##.gplus epochtimes.it,regione.abruzzo.it,stroilioro.com,transfermarkt.it##.header-social nolostand.it##.home-social tuttosport.com##.ico-shared @@ -33167,10 +33839,10 @@ autoline-eu.it,basketinside.com,carpicalcionews.it,cittaceleste.it,comune.torino ilsole24ore.com##.share-elements provincia.bz.it##.sharing mediaset.it,meteo.it##.shr -affaritaliani.it,angeloparodi.it,angolotesti.it,askanews.it,auto.it,cielotv.it,cittametropolitanaroma.gov.it,coopcasarsa.it,corriere.it,diariodelweb.it,eurogamer.it,euronics.it,eurospin.it,famigliacristiana.it,fm-world.it,grandhotel-et-des-palmes.com,hdmotori.it,ilpopulista.it,ilposticipo.it,inmoto.it,istat.it,italiaoggi.it,ivid.it,legacoop.coop,liberoquotidiano.it,linkiesta.it,magnoliatv.it,meetingrimini.org,milanofinanza.it,moto.it,mtv.it,norbaonline.it,olivetti.com,radiocitymilano.it,ravennanotizie.it,regione.piemonte.it,repubblica.it,rmcsport.net,rollingstone.it,roncadin.it,rossopomodoro.it,sorgenia.it,suzuki.it,tari.it,testimania.com,vg247.it,wallstreetitalia.com##.social +affaritaliani.it,altroconsumo.it,angeloparodi.it,angolotesti.it,askanews.it,auto.it,cielotv.it,cittametropolitanaroma.gov.it,coopcasarsa.it,corriere.it,diariodelweb.it,eurogamer.it,euronics.it,eurospin.it,famigliacristiana.it,fm-world.it,grandhotel-et-des-palmes.com,hdmotori.it,ilpopulista.it,ilposticipo.it,inmoto.it,istat.it,italiaoggi.it,ivid.it,legacoop.coop,liberoquotidiano.it,linkiesta.it,magnoliatv.it,meetingrimini.org,milanofinanza.it,moto.it,mtv.it,norbaonline.it,olivetti.com,radiocitymilano.it,ravennanotizie.it,regione.piemonte.it,repubblica.it,rmcsport.net,rollingstone.it,roncadin.it,rossopomodoro.it,sorgenia.it,suzuki.it,tari.it,testimania.com,vg247.it,wallstreetitalia.com##.social epochtimes.it,ilsole24ore.com##.tools gianlucadimarzio.com,ilpost.it##.tw -ilfoglio.it##.twitter +ilfoglio.it,webnews.it##.twitter mymovies.it##.vota-pul-consiglio ||calciomercato.it/img/notizie/social/ ||ilmeteo.it^*/BOX%20COMPLETO. @@ -33196,8 +33868,10 @@ glz.co.il##.facebookSection ! goal.com##table[style="background-color: #081f2c; border-color: #00ac77; border-width: 3px; border-style: solid; width: 100%;"] ! -! ---------- Norway Site Specific Hiding Rules ---------- +! ---------- Norwegian Site Specific Hiding Rules ---------- ! +meteovista.no###social +israeltoday.no##.entry-social vg.no##.facebook budstikka.no##.np-videoInfo nrk.no##.nrkno-share @@ -33220,51 +33894,75 @@ vijesti.me##.social ! ! ---------- German ---------- ! -wander-community.de###DC +e-formel.de###CKC +singles-in-stuttgart.de,wander-community.de###DC spielfilm.de###alert weltwoche.ch###alteAusgabenCovers +animod.de###animod-c uni-trier.de###banner promotionbasis.de###c_test_box -deutsche-handwerks-zeitung.de###cc-box +deutsche-handwerks-zeitung.de,handwerk-magazin.de###cc-box hosteurope.de###cche badkissingen.de,wuerzburg.de###chint -happy-spots.de###cono +adventskalender-gewinnspiele.de,happy-spots.de###cono kunstnet.de###consent die-glocke.de,ruhrbarone.de,shop-apotheke.com###cookie -abload.de,cewe-print.de,dynamo-fanshop.de,ufpro.de###cookies +abload.de,autoampel.de,cewe-print.de,dynamo-fanshop.de,ufpro.de###cookies interhyp.de###data-protection__layer +sovd.de###datenschutzfenster +gehalt.de###datenschutzlayer +shopwelt.de###dateschutzinfo stw.berlin###disclaimer novasol.at###disclosure-container fool.de###dogfish pfarrverband-koenigslutter.de###hinweis -grammophon-platten.de,heim-und-haustiere.de###hinweise +grammophon-platten.de,heim-und-haustiere.de,schwedisch-translator.de,sirutor-und-compur.de###hinweise +bongu.de###infoBar +haehnchengrillstation.de,kanzlei-mueller-wuppertal.de,lankes-zirndorf.de###infobar art-studios-inprogress.de###kb-container +klebetape.de###keksdose +bmw.de###layerWrapper +emax-haustechnik.de###mediameetsFacebookPixel--notification blauarbeit.de###messages-container wabeco-remscheid.de###myModal steffen-hanske.de###note +der-audio-verlag.de###notification +manikowski.de###notify2 fxgrow.de###openModal2 xn--allestrungen-9ib.de###overlay +uni-greifswald.de###piwik-flyin +spot-a-shop.de###popup-notifications bka.de,bmjv.de,maurice-renck.de###privacy thebarn.de###promotion-bar +camp-firefox.de###storage-notice mydays.de###topbanner basiszinssatz.de###wrapperdiv +adacreisen.de##.FooterNotification l-bank.de##.JM_mod-M-8-0 landrover.de##.NotificationBar bringmeister.de##.S09M5 +drweb-av.de##.SHOWIT-msgCase pizza.de##._1h1x -discounto.de,stylevamp.de##.alert +afs.de##.afs_coi +discounto.de,stylevamp.de,tchncs.de##.alert +naturenergieplus.de##.announcement appdynamics.de##.announcement-bar urbia.de##.banner +envivas.de##.box-hint-layer hey.car##.btDhtn tobias-bauer.de##.ce_rsce_swissy_fixed_note fanbike.de##.consent -buffalo.de,daparto.de,donaukurier.de,model-kartei.de,pyur.com,spartanien.de,starcar.de##.cookie +buffalo.de,daparto.de,donaukurier.de,matratzen-concord.de,model-kartei.de,pyur.com,spartanien.de,starcar.de##.cookie dtstudyclub.de,medela.de##.cookies +hilzingen.de,wurmberg.de##.datenschutz die-linke.de,lexus.at,lexus.de##.disclaimer -moebel-und-garten.de##.dsgvo +i-dex.de,i-love-tec.de,moebel-und-garten.de##.dsgvo sg-weber.de##.flash-info +dws.de##.flash-message__wrapper +frankonia.de##.fr-c-message galeria-kaufhof.de##.gk-stickymessage -brigitte.de##.guj-cb +brigitte.de,geo.de##.guj-cb +tork.de##.headerMessage postbank.de##.header__notification burn-out-forum.de##.ifancybox-overlay-fixed am-play.de##.important-message-outer @@ -33274,36 +33972,53 @@ auto-motor-und-sport.de##.j34 krautreporter.de##.js-flash-messages-container piqd.de##.js-flash_message-container kleiderkreisel.de,mamikreisel.de##.js-notification +muenchen-heilpraktiker-psychotherapie.de##.jtci +hey.car##.kigihv-0 fairmondo.de##.l-news-header hertz247.de##.lbContainer +aktionspreis.de##.leiste_vollstaendig echo-online.de,giessener-anzeiger.de##.lightbox-overlay echo-online.de,giessener-anzeiger.de##.lightbox-skin wirklichweiterkommen.de##.lsa-dialog jobmensa.de##.m-usermessage +uhu.de##.message telekom.de##.message-bar +fc.de##.mod-alert csu.de##.mod-layer roland-schuhe.de##.newsflash -shire.de##.notice +helios-gesundheit.de,shire.de##.notice armedangels.de##.notice-home -cebit.de,denic.de,moviepilot.de##.notification +cebit.de,denic.de,moviepilot.de,salus.de##.notification ziffit.de##.notificationholder orf.at##.oon-ds-banner +thueringenforst.de##.opt-out auto-motor-und-sport.de##.p40 +nh-hotels.de##.politicaRewards +bad-wildbad.de##.popupbox +deutscher-fenstershop.de##.rule_assept grazia-magazin.de,idee-fuer-mich.de##.safeSpaceForClose bw-online-shop.com##.show-modal payback.de##.stripe--fixed-bottom bezirk-oberbayern.de,erkrath.de##.tracking-box-wrap +celle.de##.tracking-msg autohus.de##.u-fixed +emma-matratze.at,emma-matratze.de##.ucn-block anisearch.de##.urgent-msg -cebit.de,hannovermesse.de##.user-notes-notification +cebit.de,hannovermesse.de,ligna.de,messe.de##.user-notes-notification regupedia.de##.wr_regupedia-header-cookie +aboutyou.de##div[class^="styles__container-"] unitymedia.de##div[style="background-color: rgb(0, 119, 208); color: rgb(255, 255, 255); padding: 20px; position: relative; z-index: 998;"] +hjheinz.de##div[style="background-color: rgb(255, 255, 225); color: rgb(68, 68, 68); position: fixed; top: 0px; left: 0px; right: 0px; padding: 7px 120px 7px 36px; vertical-align: middle; border-bottom: 1px solid rgb(68, 68, 68); font-size: 12px; font-family: Arial, Helvetica, sans-serif; z-index: 9999; box-shadow: rgb(0, 0, 0) 0px 0px 5px;"] grosseleute.de##div[style="background-color:#000000; color:#CCCCCC; padding:20px; margin-bottom:20px; height:110px; line-height:20px;"] ortsdienst.de##div[style="background:#888;padding:10px;color:#FFF;font-weight:bold"] +leselupe.de##div[style="height:22px; overflow:hidden; width:990px; background-color:#FF8080; font-size:10pt;font-family: Arial,Helvetica,sans-serif;"] +grezzo.de##div[style="position: relative; clear:both; z-index: 99; width:100%; min-height:70px; margin: 0px !important; padding:15px 10px; background:url(images/back_cookie.png) bottom;"] afdbundestag.de##div[style^="display: block;"] werder.de##div[style^="position: absolute; top:"] +winfuture.de##div[style^="position: fixed; bottom:"] werder.de##div[style^="position: fixed; top:"] 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 ---------- @@ -33327,6 +34042,7 @@ all-bikes.fr,store-opart.fr###ocw_conteneur ldlc-pro.com###privacy selexion.be###splash_footer mailorama.fr###toast-container +acall.fr,domaine-errekalde.fr,sophrologierelaxation.fr##._2fUqY 6tzen.fr,clinique-veterinaire.fr##.alert lirelactu.fr##.container-0-5 eco-systemes.fr,midilibre.fr,sudouest.fr##.cookie @@ -33364,29 +34080,62 @@ trazi.hr##.notification ! ! ---------- Czech ---------- ! -digimanie.cz,svethardware.cz###cfooter +rajsvitidel.cz###cc_container +digimanie.cz,hsvetaudia.cz,svethardware.cz###cfooter +ssls.cz###ckb +decathlon.cz###container-screen +boardstar.cz,celostnimedicina.cz###cookies +solarenvi.cz,zahradnikrby.cz###cs_bx +receptnajidlo.cz###cxcx qr.cz###eu-fck +webzdarma.cz###fixedBar +hpmarket.cz###hpmGmtT +nacesty.cz###term-of-use +therapia.cz##.CC_wrap +valka.cz##.alert +rychloseznamka.cz##.cok +slunecno.cz,upc.cz##.cookie ingbank.cz,kafelanka.cz##.cookies lexus.cz##.disclaimer +hezkakoupelna.cz,vzdusin.cz,wellmall.cz,z-ciziny.cz##.euc +prague-catering.cz##.feuc +eujuicers.cz##.flash +azimutyachts.cz##.floatFooter +ipodnikatel.cz##.footer-banner-container +itrebon.cz##.info-okno +vivre.cz##.notification__access +ajurveda-brno.cz,silicmedia.cz##.notify +fdrive.cz,mobilenet.cz##.sys-alert +clubcard.cz##.ucks +transformacni-technologie.cz##.upozorneni odpovedi.cz##div[style*="position: fixed; display: block;"] +ceske-sjezdovky.cz##form[style^="display:block;position: fixed;"] ! ! ---------- Danish ---------- ! movieview.dk###cookie gricultureandfood.dk###cookies duf.dk###cw +pricerunner.dk###data-protection-notification +zueblin.dk###dsgvo gartneriraadgivningen.dk###infobar lsb.dk###notificationBar jobfinder.dk###sliding-popup santashop.dk##.center-notice -cembrit.dk,conferencemanager.dk,djurssommerland.dk,madsnorgaard.com,sportmaster.dk##.cookie +cembrit.dk,conferencemanager.dk,djurssommerland.dk,madsnorgaard.com,ruc.dk,sportmaster.dk##.cookie +ritzau.dk##.footer__notification +globase.dk##.mtsnb proff.dk##.notification invita.dk,unoform.dk##.notificationbar +systemair.com##.reveal-modal-bg bilbasen.dk,dba.dk##div[style^="position: fixed; bottom: 0px;"] +primanotes.dk##div[style^="position: fixed; top: 0;"] ! ! ---------- Dutch ---------- ! autotrader.nl###ATASBAR +grebbeberg.nl###acceptscp2012 +gocards.nl###cbar t-mobile.nl###exposeMask mobil-1.nl###fancybox-overlay mobil-1.nl###fancybox-wrap @@ -33403,7 +34152,7 @@ kcprofessional.nl##.alert-box internedservices.nl##.ccdiv vergelijk.nl##.cg-82 vergelijk.nl##.cg-97 -kieskeurig.nl##.consent +wehkamp.nl##.color-invert.font-size-small dutchcarparts.nl,greve.nl,schiphol.nl##.cookie salusi.nl##.cookies daf.nl,hepatitiscgids.nl##.modal-backdrop @@ -33489,7 +34238,6 @@ vilaglato.info##.pea_cook_more_info_popover vilaglato.info##.pea_cook_wrapper orvosilexikon.hu##.region-bottom bestdoor.hu##.rstbox -volkswagen.hu##.vw5-statisticsOptBox gyakorikerdesek.hu##body > div[style^="text-align: left;"] rendi.hu##div[style="width:100%; background-color:black; padding: 8px; color:white; opacity:0.8; z-index:2000; position: fixed; bottom:0;"] filmkatalogus.hu##table[width="870"][cellspacing="3"] @@ -33537,6 +34285,7 @@ euronics.it###note alfasigma.com###noticeModal lainox.it###overlay_form pusc.it###pixelfabrica-cs-banner +fastalp.biz###policy aeroporto.catania.it,bapr.it###policy_id tuodi.it###popup voloweb.it###popupDivC @@ -33567,8 +34316,8 @@ bolognafiere.com,bolognafiere.it##.box-alert mivoq.it##.check-policy frateindovino.eu##.cn-wrapper leroymerlin.it##.consent-section -aeroporto.catania.it,aeroportoditorino.it,botfactory.info,credem.it,emi.it,giunti.it,inpgi.it,peugeot.it,telepace.it##.cookie -bottegaverde.it,cerutti.it,dehoniane.it,ebayextra.it,esso.it,fluorsidgroup.com,gatorade.it,italotreno.it,radioitalia.it,saint-gobain.it,tirrenia.it,tivusat.tv,walliance.eu##.cookies +aeroporto.catania.it,aeroportoditorino.it,botfactory.info,credem.it,emi.it,giunti.it,inpgi.it,pampers.it,peugeot.it,telepace.it##.cookie +bottegaverde.it,cerutti.it,dehoniane.it,e-glossa.it,ebayextra.it,esso.it,fluorsidgroup.com,gatorade.it,italotreno.it,radioitalia.it,saint-gobain.it,tirrenia.it,tivusat.tv,walliance.eu##.cookies liujo.com##.cp-banner dentisti-italia.it##.di-banner spindox.it##.disclaimer-box @@ -33584,7 +34333,7 @@ vienormali.it##.info orgoglionerd.it##.irpclw forumfree.it##.jnote hertz247.it##.lbContainer -alfasigma.com##.modal-backdrop +alfasigma.com,pennymarket.it##.modal-backdrop initalia.it##.notice-wrap vg247.it##.notif-bar infojobs.it##.notification-body @@ -33600,6 +34349,7 @@ larrysmith.it##.scroll-banner boxannunci.com##.terms regalideidesideri.it##.topBanner__content ingdirect.it##.topalertbanner +emma-materasso.it##.ucn-block cattolica.it##.vgg aicanet.it,eurojackpot.it,venetobanca.it##.yui3-widget-modal 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"] @@ -33631,81 +34381,166 @@ ruter.no##.fixed-messages panasonic.pl###CP_Layer expozdrowie.pl###alert_popup poxilina.com.pl###back-lightbox +amarone.pl###bannerMSG +codziennikfeministyczny.pl###bazinga-muffin-container +alipaczka.pl###bottom-charm cda.pl###box_info home.pl###box_policies -simba.com.pl###cContainer +geoblog.pl,simba.com.pl###cContainer +promib.pl###cInfo kolejeslaskie.com###c_m darksiders.pl###callout lot.com###cc +almamarket.pl,kozy.pl###claw +generatorkodowkreskowych.pl###cn +bywajtu.pl###co15ie87a bstorun.pl###comm_info -gov.pl,hemp.pl,osnews.pl,pracuj.pl,sklep-wadima.pl,weller.com.pl,xfutbol.pl###cookie -alltube.tv,auchan.pl,bankmillennium.pl,dobreprogramy.pl,ekino-tv.pl,generali.pl,hi-tec.com.pl,intercon.systems,newsweek.pl,play.pl,polsat.pl,realmadryt.pl,tripolo.pl,tv4.pl,tv6.com.pl###cookies +przyspiesz.pl###container_vsm +domwroc24.pl,emiter.net.pl,gov.pl,hemp.pl,osnews.pl,pracuj.pl,sklep-wadima.pl,swiat-sypialni.pl,weller.com.pl,xfutbol.pl###cookie +alltube.tv,auchan.pl,bankmillennium.pl,bioliq.pl,czytio.pl,delkom.pl,dobreprogramy.pl,ekino-tv.pl,generali.pl,gov.pl,hi-tec.com.pl,intercon.systems,kosmiczni.pl,newsweek.pl,paczkawruchu.pl,pilkanozna.pl,pkpsa.pl,play.pl,polsat.pl,priv.pl,profmetkol.pl,realmadryt.pl,tripolo.pl,tv4.pl,tv6.com.pl,wszczecinie.pl###cookies drony.net,gadzetomania.pl,komorkomania.pl,otabletach.pl###cop polskatimes.pl,strefabiznesu.pl###cross-dialog +federacja-konsumentow.org.pl###cu_bar amundi.pl###disclaimer +kinonh.pl###div_ac reactor.pl###einfo +rozwojowiec.pl###fixedBar +instytutlogopedyczny.pl###flash-msg +tysol.pl###floatReklama atman.pl###gbpl_oba +eksiegarnia.pl###gora0 +sosulski.pl###inf eurocash.pl###info -opteam.pl###info_c_box +himountain.pl,opteam.pl,pwr.edu.pl###info_c_box eteacher.pl,speedtest.pl,wirtualis.pl###info_container webelite.pl###infobar +blog4u.pl,joe.pl###j_all krakow.pl,wydawca.com.pl###kuki +borelioza.vegie.pl###menubar +almapress.com.pl,twojliquid.pl###message +rankinglekarzy.pl###message-top-wrapper +ministerstworeklamy.pl###messagePopup +jak-ksiegowac.pl###message_wrap tripolo.pl###miastoszkolen +capri-lublin.pl###mod98 +bilka.com.pl###mod99 redbullmobile.pl###more1 +ttv.pl###msgLayer +abt-s.pl###myModal +fiatklubpolska.pl###navbar_notice_1 +diyaudio.pl###navbar_notice_11 mondeoklubpolska.pl###navbar_notice_12 lovekrakow.pl###new-policy yoy.tv###notice -befsztyk.pl,e-zikoapteka.pl,tanie-leczenie.pl###notice_bar +befsztyk.pl,cefarm24.pl,dobrarada.com.pl,e-zikoapteka.pl,gwp.pl,paramedyk24.pl,tanie-leczenie.pl###notice_bar +forumplay.pl###notices +zosiaikevin.pl###novem-slot mkidn.gov.pl###pa zysk.com.pl###pageUpperInfo -getem.pl###polityka +krosnocity.pl###polcia +atendesoftware.pl###policy-info +archiwumalle.pl,basketzone.pl,getem.pl,kosmetykizameryki.pl###polityka apdmarket.pl###popup -antyweb.pl,ingservicespolska.pl,ingtechpoland.com,karmy.com.pl###privacy +weck.com.pl###popup2 +lca.pl,legnica.pl###popupDiv +antyweb.pl,ingservicespolska.pl,ingtechpoland.com,karmy.com.pl,mieszko.pl###privacy goldenline.pl###profiling-agreement -naturo.pl###simple-modal -naturo.pl###simple-modal-overlay +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 +epuap.gov.pl###specialbox-info +uzdrowisko-wieniec.pl###statement lodz.pl###stpdueckmsg gazetapolska.pl,gpcodziennie.pl###swsmodal gazetapolska.pl,gpcodziennie.pl###swsoverlay -agrolan.pl,filtrosfera.pl,mikos.com.pl,negrasport.pl,pcoutlet.pl,perios.pl,sporto.com.pl,tashenti.pl,termokubki.com.pl###topInfoContainer0 -acom.pl,herba-farm.pl,lunamarket.pl,negrasport.pl,powerflex.pl,sklep-muzyczny.com.pl###topInfoContainer1 +gerlach.org.pl###top0info +agrolan.pl,e-rutek.pl,filtrosfera.pl,greenmate.pl,mikos.com.pl,negrasport.pl,pcoutlet.pl,perios.pl,sporto.com.pl,srebrnystyl.pl,tashenti.pl,termokubki.com.pl###topInfoContainer0 +abc-rc.pl,acom.pl,epapierosylodz.pl,herba-farm.pl,ipartworld.pl,lunamarket.pl,megadyskont.pl,miadora.pl,negrasport.pl,ostry-sklep.pl,powerflex.pl,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 +eena.pl###whole_page_loader +warszawa.pl##.JSWrapper +monedo.pl##.NotificationBar +ires.pl##.Popup +ires.pl##.PopupOverlay o2.pl##._2_S1s -bitmarket24.pl,votepush.com,zmiksowani.pl##.alert +pios.gov.pl##.a-footer +bitmarket24.pl,kupbilet.pl,upolujebooka.pl,votepush.com,zmiksowani.pl##.alert +domwroc24.pl##.black_overlay +kabar.pl##.blockMsg +archiwumalle.pl##.blocker superfilm.pl##.bx-pad +prohibita.pl##.ciachbtm-wrap-container +domwroc24.pl##.ciacho-wrap-container poznan.pl##.content-head-information -leroymerlin.pl,otouczelnie.pl,wykop.pl##.cookie +fum.info.pl,leroymerlin.pl,mazowieckie.com.pl,otouczelnie.pl,technetium.pl,wykop.pl##.cookie alergia-allegra.pl,aliorbank.pl,angora.com.pl,bitbay.pl,easycomp.pl,meczyki.pl,niedziela.pl,pkpcargo.com,rozklad-pkp.pl,telepolis.pl##.cookies +chceauto.pl##.cookue genetico.pl##.coologo7 lexus-polska.pl##.disclaimer komornik.pl##.divModalDialog -konkolnieruchomosci.pl##.head-page-information +czarymary.pl,drukowalnia.pl##.ek-bar +renaultkatowice.pl##.fixedInfo +netweber.pl##.flash-info +konkolnieruchomosci.pl,pani-teresa.com.pl,rw2010.pl,szlakpiastowski.com.pl,telewizjapolska24.pl##.head-page-information +tork.pl##.headerMessage wrzucacz.pl##.info[style="font-size: 7pt; position: absolute;top:22px;right: 0px;padding:2px 10px 2px 36px"] policja.pl##.informationBar interia.pl##.inplCCA -londynek.net##.jd-rodo -londynek.net##.jd-rodo-2 +ncplusgo.pl##.js-messages hebe.pl##.legal-info merlin.pl##.merlin-legal-note merixstudio.pl##.message +mojehobby.pl##.message-footer-panel pepper.pl##.messages cartests.net##.messi goldenline.pl##.modal-backdrop +mojbrzuch.pl##.monit advatus.com,advatus.pl##.myModal-box polimarky.pl##.navbar-fixed-bottom +istotne.pl,megawrzuta.pl##.notification +ucando.pl##.notifications bilkom.pl##.policy -polskieradio.pl##.rodo-modal -rmf.fm##.rodo-popup -filmweb.pl##.rodo__accept -poloniawroclaw.pl##.spu-bg +rankomat.pl##.rank-cookie-bar +abt-s.pl##.reveal-modal-bg +yogenfruz.pl##.shotimoo +megawrzuta.pl##.slickModal +instalnet.pl,poloniawroclaw.pl##.spu-bg +spotlight.pl##.statement-container +konsbud-hifi.com.pl##.sticky-footer +tupperware.pl##.topRibbon +miastograf.pl##.ui-dialog +miastograf.pl##.ui-widget-overlay +szarakomorka.pl##.welcomebar elektrozysk.pl##div[style*="background:url(images/cookies_tlo.png)"] +tge.com.pl##div[style=" background-color: #FAFAFA; border: 1px solid gray; border-radius: 10px 10px 10px 10px; box-shadow: 1px 1px 3px 0 gray; margin: 0 auto; padding: 10px 25px; width: 930px; background-color: #FAFAFA; border: 1px solid gray; border-radius: 10px; moz-border-radius: 10px; webkit-border-radius: 10px; box-shadow: 1px 1px 3px 0 gray; margin: 0 auto; padding: 10px 25px; width: 930px;"] +meblemagnat.pl##div[style="background-color:black;opacity:0.9;filter:alpha(opacity=90); /* For IE8 and earlier */ bottom:0px; position:fixed;z-index:9999999;margin:0px 0px 0px 0px; display:block;width:100%;text-align:justify;"] +zgodafc.pl##div[style="background: rgb(73, 73, 73) none repeat scroll 0% 0%; color: rgb(255, 255, 255); font-size: 12px; font-family: sans-serif; position: fixed; bottom: 0px; left: 0px; padding: 10px 15%; opacity: 0.9; z-index: 9999; line-height: 18px;"] +apogeum.net.pl##div[style="background:#000;position:fixed;bottom:0;left:0;width:100%;font-family:Verdana,sans-serif"] +radiofama.com.pl##div[style="border-top: 1px solid rgb(193, 193, 193); bottom: 0px; box-shadow: 0px -2px 4px rgb(193, 193, 193); position: fixed; padding: 10px 0px; left: 0px; right: 0px; text-align: center; width: 100%; z-index: 1000000; background-color: white;"] +znak.pl##div[style="clear: both; font: normal 12px Arial; padding: 5px 0px 5px 10px;"] +libertas.pl##div[style="clear:both;background:#fff;color:#000;padding:10px 3%;margin:0;position:fixed;bottom:0;border-top:1px solid #777;width:94%;"] centrumpiwowarstwa.pl##div[style="color: gray; background-color: white; border-bottom: 1px dotted gray; padding:2px; font-size: 0.75em;"] +allplay.pl##div[style="padding: 15px 30px; color: white; font-family: Tahoma, Helvetica; font-size:12px;"] +polomarket.pl,szyj.pl##div[style="padding:5px 15px;padding-top:10px;width:auto;font-family:arial;\a margin:0px auto;color:#5E5149;text-align:center;text-shadow:0 1px 0 #fff;"] devilpage.pl##div[style="padding:8px;"] +kolbi.pl##div[style="position: fixed; left:0; right:0; bottom:0; height:34px; background-color:#eee; border-top: 1px solid black; z-index:1000; overflow: auto"] czescidobmw.pl##div[style="position:fixed;left:0;top:0;width:100%;height:100%;background:#000;background:rgba(0,0,0,0.5);z-index:99999;cursor:pointer"] +noclegi24h.pl##div[style="text-align: right; font-size: 9px; padding-right: 20px;"] +vas.com.pl##div[style="top: 0px; left: 0px; right: 0px; width: 100%; margin: 0px auto; background-color: rgba(0, 0, 0, 0); background-position: left top; background-repeat: repeat-x; background-attachment: scroll; background-size: auto auto; background-origin: padding-box; background-clip: border-box; height: 36px; overflow: hidden; background-image: none !important;"] cabletech.pl##div[style="top:0;position:absolute;width:100%;background:#000;color:#f2f2f2;font-size:10px;text-align:center"] +v10.pl##div[style="width: 100%; background-color: rgb(0, 0, 0); margin: 0px; position: fixed; bottom: 0px; left: 0px; padding: 0px; height: 15px; line-height: 15px; text-align: center; color: rgb(255, 255, 255); z-index: 1000; font-family: Arial, Helvetica, sans-serif; font-size: 10px;"] +linuxportal.pl##div[style="width: 100%; background: rgb(44, 48, 51) none repeat scroll 0% 0%; padding: 10px 0; color: #fff; border-top: 1px solid rgb(221, 221, 221); text-align: center; position: fixed; bottom: 0; z-index: 999999999;"] +magazynpracy.pl##div[style="width: 100%; text-align: center; background-color: rgb(255, 255, 255); box-shadow: rgb(85, 85, 85) 0px 0px 8px; padding: 10px 0px; z-index: 100; position: fixed; bottom: 0px;"] +asd.pl##div[style="width: 100%;float: left;background: #fff;padding: 15px 0;position: fixed;top: 0px;left: 0px;text-align: center;color: #000;border-bottom: 1px #000 solid;z-index: 1000;"] +noclegi24h.pl##div[style="width: 970px; border:1px solid gray; margin: 3px auto; color: gray; padding: 3px; text-align: center; font: 10px Verdana, sans-serif; background-color: #ffffff;"] mamnewsa.pl,oswiecimskie24.pl##div[style="z-index: 100000; font-family:Arial; position: fixed; bottom: 0px; left: 0; background-color: #F4EFB4; color: #000000; text-align: center; font-weight: bold; padding: 20px 0px; width:100%;"] +e-elektron.pl##div[style="z-index: 100; font-family: Arial; font-size: 12px; text-align: center; opacity: 0.8; line-height: 12px; position: fixed; background: #f4f4f4; border: 1px solid #777; border-left: 0; border-right: 0; bottom: 0px; width: 100%; padding: 5px;"] sanprobi-superformula.pl##div[style="z-index:99999;text-align:center;position:fixed;bottom:0;left:0;right:0;overflow:hidden;padding:20px 70px;background:rgba(0,0,0,0.7);color:#fff"] kinoteka.pl##div[style^="font-size: 13px;"] +zs1mm.edu.pl##frame ! ! ---------- Portuguese ---------- ! @@ -33726,6 +34561,7 @@ portalinvatamant.ro###terms lexus.ro##.disclaimer ! ! ---------- Russian ---------- +rosbank.ru###gray_overlay linux-info.ru###trumpet_message unian.net##.cookies shophair.ru##.modal_popup_sessid_box @@ -33794,11 +34630,14 @@ morhipo.com###legal-alert repertuarim.com##.cookie arabam.com##.db.dn yenisafak.com##.policy -turkuvazradyolar.com##.veriAltBar +turuncukasa.com##.popin +turkuvazradyolar.com,yeniasir.com.tr##.veriAltBar ! ! ---------- Ukrainian ---------- ! i.ua##.Disclaimer +unian.ua##.cookies +kinoafisha.ua##.privacy-modal ! *** easylist:fanboy-addon/fanboy_cookie_international_specific_block.txt *** ! ! ---------- German ---------- @@ -33851,6 +34690,7 @@ i.ua##.Disclaimer ! ||creaweb.it/cookie/ ||effekt.it/analytics/ +||privacyportal.fatergroup.com^ ! ! ---------- Japanese ---------- ! @@ -33908,7 +34748,6 @@ i.ua##.Disclaimer ! ! ---------- Swedish ---------- ! -||idg.se/idg-consent.min.js$script ! ! ---------- Turkish ---------- ! @@ -33960,7 +34799,7 @@ google.co.nz,google.co.uk,google.com,google.com.au,google.de,google.fr#@#.rss_ic scribol.com#@#.scribol advids.co,cbdoilreview.org,mortgageguy.com.au,paperless-insurance.com#@#.scroll-to-top channelnewsasia.com,kitacon.org#@#.scroll-top -scan.co.uk#@#.scroll_top +porozmawiajmyoit.pl,scan.co.uk#@#.scroll_top theuptake.org#@#.scrolltop github.com,kifi.com,okcupid.com,retailmenot.com#@#.signup-email dualshockers.com#@#.socialfooter @@ -33969,7 +34808,9 @@ humblebundle.com#@#.subscribe-box twit.tv#@#.subscribe-panel wtfast.com#@#.subscribe_box reddit.com#@#.subscription-box +ctpost.com#@#.taboola-frame theonion.com#@#.taboola-inbetweener +ctpost.com#@#.taboolaloader dj-extensions.com,thadenschool.org#@#.top-of-page getuikit.com#@#.uk-alert twellow.com#@#a[href="http://www.twellow.com/"] @@ -34023,6 +34864,7 @@ prism-break.org#@##social-networks amongtech.com#@##social-sidebar okanime.com#@##social-wrapper welovemusthaves.com#@##socialContainer +solojuve.com#@##socialWrapper coverscreen.com#@##social_bar base.de#@##social_footer ghostery.com#@##social_media @@ -34068,7 +34910,7 @@ lenta.ru#@#.b-topic__socials opposingviews.com#@#.block-socialmedia kcrw.com#@#.bottom-social login.gog.com#@#.btn--facebook -accounts.pixiv.net,adespresso.com,airbnb.cat,airbnb.com,airbnb.de,airbnb.it,apertura.com,aplus.com,appspot.com,chess.com,crowdin.net,dailymotion.com,deezer.com,eventim.de,foodit.com,help.getadblock.com,magine.com,meetme.com,nexoneu.com,nrj.fr,setlist.fm,spotify.com,swappa.com,thegamebusters.it,theoldreader.com,webgate.ec.europa.eu,younow.com#@#.btn-facebook +accounts.pixiv.net,adespresso.com,airbnb.cat,airbnb.com,airbnb.de,airbnb.it,apertura.com,aplus.com,appspot.com,chess.com,crowdin.net,dailymotion.com,deezer.com,eleconomista.es,eventim.de,foodit.com,help.getadblock.com,magine.com,meetme.com,nexoneu.com,nrj.fr,setlist.fm,spotify.com,swappa.com,thegamebusters.it,theoldreader.com,webgate.ec.europa.eu,younow.com#@#.btn-facebook nexoneu.com,secure.allocine.fr,techinasia.com#@#.btn-fb foodit.com,thegamebusters.it,theoldreader.com#@#.btn-google-plus accounts.pixiv.net,apertura.com,secure.allocine.fr#@#.btn-gplus @@ -34287,6 +35129,7 @@ nextinpact.com#@#.sharrre youtube.com#@#.show-share 500px.com#@#.show_social gry-online.pl#@#.social-16 +tvp.info#@#.social-article dallascowboys.com,golem.de,patriots.com,top.de#@#.social-bar funnyordie.com#@#.social-bar-container wat.tv#@#.social-block @@ -34319,7 +35162,7 @@ f-secure.com#@#.social-media-buttons schuermann.eu#@#.social-media-list nvidia.pl#@#.social-newsletter linkis.com#@#.social-panel -techspot.com#@#.social-popup +techspot.com,tuba.pl#@#.social-popup chrisblattman.com#@#.social-post infox.ru#@#.social-section cuisineactuelle.fr,femmeactuelle.fr,matvpratique.com#@#.social-share-count @@ -34455,7 +35298,7 @@ allestörungen.de,encyclopediadramatica.se,flattr.com,github.com,github.io,googl aliexpress.com,github.com,github.io,wikipedia.org#@#a[title="facebook"] smugmug.com#@#button[title="Share"] digg.com#@#div[id^="digg-widget-"] -a2zapk.com,authy.com,clubbingtv.com,disqus.com,eff.org,facebook.com,github.com,github.io,google.co.nz,google.co.uk,google.com,google.com.au,google.de,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,maxthon.com,microsoft.com,opendatacity.de,playboy.com,sky.com,t3n.de,thoughtcatalog.com,twitter.com,udacity.com,vvhp.net,whatthetech.com,wikipedia.org#@#img[alt="Facebook"] +a2zapk.com,authy.com,clubbingtv.com,disqus.com,eff.org,eleconomista.es,facebook.com,github.com,github.io,google.co.nz,google.co.uk,google.com,google.com.au,google.de,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,maxthon.com,microsoft.com,opendatacity.de,playboy.com,sky.com,t3n.de,thoughtcatalog.com,twitter.com,udacity.com,vvhp.net,whatthetech.com,wikipedia.org#@#img[alt="Facebook"] github.com,github.io,google.co.nz,google.co.uk,google.com,google.com.au,google.de,vvhp.net,wikipedia.org,xkcd.com,youtube.com#@#img[alt="Google+"] a2zapk.com,github.com,github.io,google.co.nz,google.co.uk,google.com,google.com.au,google.de,vvhp.net,whatculture.com,wikipedia.org#@#img[alt="Instagram"] a2zapk.com,eff.org,github.com,github.io,google.co.nz,google.co.uk,google.com,google.com.au,google.de,linkedin.com,wikipedia.org#@#img[alt="LinkedIn"] @@ -34472,6 +35315,8 @@ allestörungen.de,github.com,github.io,whatismyip.com,wikipedia.org#@#img[title= allestörungen.de,fark.com,github.com,github.io,keepa.com,marketplace.firefox.com,vvhp.net,wikipedia.org#@#img[title="Twitter"] fark.com,github.com,github.io,marketplace.firefox.com,vvhp.net,wikipedia.org#@#img[title="YouTube"] ! *** easylist:fanboy-addon/fanboy_cookie_whitelist_general_hide.txt *** +popsugar.co.uk#@##_evidon-background +popsugar.co.uk#@##_evidon-barrier-wrapper etonline.com#@##_evidon_banner franziskaner-weissbier.de#@##accept-cookies roussillhotel.com#@##cookie-banner @@ -34490,6 +35335,7 @@ maisonapart.com#@#.accept-cookie franziskaner-weissbier.de#@#.accept-cookies blogs.bing.com#@#.cc-container morningstar.ca#@#.cc_container +onet.pl#@#.cmp-app_gdpr boursorama.com#@#.cookie-banner janrain.com,moemax.de,xxxlshop.de#@#.cookie-bar rituals.com#@#.cookie-bar-wrapper @@ -34499,6 +35345,7 @@ rusta.com#@#.cookie-content greenflag.com#@#.cookie-message account.here.com,uktv.co.uk#@#.cookie-notice hm.com,prosiebengames.de,stories.com#@#.cookie-notification +rosbank.ru#@#.cookie-on hearst.co.uk#@#.cookie-policy 538.nl,unileverfoodsolutions.com.br,unileverfoodsolutions.com.tr,unileverfoodsolutions.it#@#.cookie-wall mediapart.fr#@#.cookie-warn @@ -34524,17 +35371,20 @@ alko.fi#@#.cookies-open diy.com#@#.cookies-policy hublot.com#@#.cookies_consent-show samsung.com#@#.cookiewarning +porndig.com#@#.disclaimer_wrapper etonline.com#@#.evidon-banner washingtonpost.com#@#.gdpr-consent -fortune.com,time.com#@#.gdpr:not(body):not(html) +coastalliving.com,cookinglight.com,essence.com,ew.com,fortune.com,golf.com,health.com,instyle.com,realsimple.com,southernliving.com,time.com,travelandleisure.com#@#.gdpr:not(body):not(html) suzuki.co.nz#@#.js-cookie +capstan.fr#@#.js-cookie-container unileverfoodsolutions.com.br,unileverfoodsolutions.com.tr,unileverfoodsolutions.it#@#.js-cookie-wall mymuesli.com#@#.js-cookies-consent piaggiogroup.com#@#.mod_cookies +multimediago.pl#@#.modal-cookie aklagare.se,boekmeter.nl,gamesmeter.nl,moviemeter.nl,musicmeter.nl,nzherald.co.nz,pokemon.com,shopstyle.com,thenextweb.com#@#.no-cookies account.microsoft.com#@#.privacy-container -forbes.it#@#.truste_box_overlay -forbes.it#@#.truste_overlay +forbes.com,forbes.it#@#.truste_box_overlay +forbes.com,forbes.it#@#.truste_overlay mymuesli.com#@#cookies_consent ! *** easylist:fanboy-addon/fanboy_annoyance_whitelist.txt *** @@/nk-sub.min.js$script,~third-party @@ -34560,7 +35410,6 @@ mymuesli.com#@#cookies_consent @@||energytribune.com/wp-content/plugins/bwp-minify/*shareaholic @@||examiner.com/sites/all/modules/custom/ex_omniture/s_code.js @@||expedia.*/opinionlab/oo_engine.js$script -@@||feedmywish.com^*/jquery.magnific-popup.min.js @@||footy-boots.com/wp-content*/comment-reply.js @@||georiot.com/snippet.js$domain=bound2hiphop.com @@||google.com/friendconnect/$script,domain=blogspot.com @@ -34608,15 +35457,15 @@ mymuesli.com#@#cookies_consent @@||alicdn.com/js/*/ws-cookie.js$script @@||aliunicorn.com^*/cookie-info.js @@||armbian.com^*/eu-cookie-law.js +@@||autohdforyoutube.com^*/uk-cookie-consent-js$script,~third-party @@||barclays.co.uk/js/cookiepolicy.js +@@||bbci.co.uk^*/cookie-library.min.js @@||bolha.com/js/obj.cookiesPolicy.js @@||civiccomputing.com^*/cookieControl-$script,domain=msi.com -@@||consensu.org/cmp.js$script,domain=sourceforge.net -@@||consensu.org/v2/cmp-3pc-check.html$subdocument,domain=sourceforge.net -@@||consensu.org/v2/cmpui-popup.js$script,domain=sourceforge.net -@@||consensu.org/vendorlist.json$xmlhttprequest,domain=sourceforge.net -@@||consensu.org^*/config.js$script +@@||consent-pref.trustarc.com^$subdocument,domain=forbes.com @@||consent.cmp.oath.com^$script,domain=express.co.uk +@@||consent.trustarc.com^$image,script,domain=forbes.com +@@||consent.truste.com/notice$script,domain=forbes.com @@||cookielawinfo.com^$~third-party @@||dhl.co.uk/js/cookieGatekeeper/cookieGatekeeper.js @@||dhl.com/js/cookieGatekeeper/cookieGatekeeper.js @@ -34632,10 +35481,12 @@ mymuesli.com#@#cookies_consent @@||virginmedia.com^*/cookie-disclaimer. ! international @@||4ka.sk/js/cookiebar.min.js +@@||cdp.pl/skin/*/cookies.js @@||comparic.pl^*/eu-cookie-law.js @@||consent.truste.com/notice?$script,domain=forbes.it @@||iubenda.com/cookie_solution/$script,domain=iphoneitalia.com @@||kalaydo.de^*/cookie-consent.jsc.js$domain=kalaydo.de +@@||mymuesli.com/assets/js/cookiespopup.js$script @@||romagnanoi.it/js/cookiecuttr/jquery.cookiecuttr.js @@||s-bol.com/nl/static/js/dev/widgets/cookie_notification @@||studentenwoningweb.nl/KRN/Scripts/jquery.cookiecuttr.js @@ -34876,6 +35727,7 @@ mymuesli.com#@#cookies_consent @@||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 +@@||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 @@||gstatic.com/*/notifications/logo/google-plus-$image,domain=google.com @@ -35239,4 +36091,4 @@ mymuesli.com#@#cookies_consent @@||material.cmiscm.com/images/share.png @@||privacypal.co/assets/img/fb.jpg @@||volkswagen-electrique.fr/img/share/share.jpg -! Checksum: GZJ+uu1ovEkFadHm6Fkr4g +! Checksum: 1TJ0qlr3PiI7CI7Wt5BfnQ diff --git a/app/src/main/assets/blocklists/fanboy-social.txt b/app/src/main/assets/blocklists/fanboy-social.txt index 685928de..67a5cec0 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: 201807091009 +! Version: 201807302233 ! Title: Fanboy's Social Blocking List -! Last modified: 09 Jul 2018 10:09 UTC +! Last modified: 30 Jul 2018 22:33 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 @@ -82,6 +82,7 @@ -instagram-icon. -instagram-logo- -instagram_logo. +-left-social. -link-fb. -link-social. -link-twtr. @@ -128,6 +129,7 @@ -sharebar. -sharebuttons_ -shareit. +-sharing-popin. -slide-social- -soc-sprites. -social-bar. @@ -233,6 +235,7 @@ .sharecount. .sharing.js .social.png +.social/share/ .sociallocker. /16x16-delicious. /16x16-digg. @@ -261,6 +264,7 @@ /addthis_horizontal. /addthis_widget. /addtoany- +/addtoany. /advanced-social-widget/*$~stylesheet /amp-social- /app/social. @@ -423,6 +427,7 @@ /diggButton. /easy-social-share-$script /ej-socialslider/* +/emailaddthis. /emailshare. /facebkiconnet/* /facebok-icon. @@ -444,6 +449,7 @@ /facebook-button2. /Facebook-Buttons- /Facebook-Buttons. +/Facebook-Buttons2. /facebook-Custom. /facebook-follow- /facebook-footer- @@ -456,6 +462,7 @@ /facebook-link2. /Facebook-Logo- /facebook-logo. +/facebook-logo2- /facebook-over. /facebook-page-popup-cadence/*$~stylesheet /facebook-pagelike-widget/* @@ -506,6 +513,7 @@ /facebook_button /facebook_button. /facebook_circle- +/Facebook_circle. /facebook_follow. /facebook_footer. /facebook_header. @@ -513,6 +521,7 @@ /facebook_icon_ /facebook_like_button. /facebook_logo. +/facebook_logo4. /facebook_logo_ /facebook_menu_ /facebook_out. @@ -896,6 +905,7 @@ /ico-youtube. /ico/social_ /ico_buzzurl. +/ico_currents_ /ico_delicious. /ico_digg. /ico_facebook. @@ -922,6 +932,7 @@ /ico_twitter_ /ico_youtube- /ico_youtube. +/ico_youtube_ /icofacebook. /icogoogle. /icolinkedin. @@ -1297,6 +1308,7 @@ /linkedin_icon. /linkedin_icon_ /linkedin_logo. +/linkedin_logo4. /linkedin_small. /Linkedin_social. /linkedInIcon.$~object-subrequest @@ -1365,6 +1377,12 @@ /navicon_youtube. /navtumblr. /nc-follow1. +/nmt_facebook_ +/nmt_google_ +/nmt_instagram_ +/nmt_twitter_ +/nmt_xing_ +/nmt_youtube_ /orange-fb- /orange-twit- /orkut.gif @@ -1407,6 +1425,7 @@ /pinterest-sidebar. /pinterest.png /pinterest1. +/pinterest2- /pinterest2. /pinterest80. /pinterest_64. @@ -1884,6 +1903,7 @@ /social/img/* /social/instagram- /social/instagram_ +/social/link- /social/pinit_ /social/pinterest- /social/pinterest_ @@ -1959,6 +1979,7 @@ /social_instagram2. /social_large/* /social_linkedin. +/social_links/* /social_logo_ /social_logos. /social_mb. @@ -2233,6 +2254,7 @@ /twitter-button2. /Twitter-Buttons- /Twitter-Buttons. +/Twitter-Buttons3. /twitter-custom- /twitter-Custom. /twitter-follow- @@ -2247,6 +2269,7 @@ /twitter-link1. /twitter-logo- /twitter-logo. +/twitter-logo2- /twitter-module. /twitter-over. /twitter-plugin/* @@ -2307,6 +2330,7 @@ /Twitter_button /twitter_button. /twitter_circle- +/Twitter_circle. /twitter_follow. /twitter_footer. /twitter_header. @@ -2316,6 +2340,7 @@ /twitter_icon_ /twitter_inc. /twitter_logo. +/twitter_logo4. /twitter_logo_ /twitter_menu_ /twitter_out. @@ -2384,6 +2409,7 @@ /vkontakte2_icon. /whatsapp-button. /whatsapp_button. +/whatsapp_icon. /whatsappblogger.js /widget/digg/*$~stylesheet /widget_add_this_ @@ -2447,6 +2473,7 @@ /YouTube_36. /youtube_48. /youtube_64. +/Youtube_circle. /youtube_connect. /youtube_follow. /youtube_ico. @@ -2553,6 +2580,7 @@ _linkedin- _linkedin_32. _linkedin_icon_ _linkedin_social_ +_links/share. _mvsocialbuttons/ _phone_social_ _pinterest.gif @@ -2612,6 +2640,7 @@ _social_icons/ _social_instagram. _social_instagram_ _social_linked_ +_social_media_button_ _social_media_icons_ _social_pinterest. _social_share_ @@ -3086,6 +3115,7 @@ _youtube_social_ ###deals-social ###deeplinks-share ###desktop-share-wrapper +###desktop-social-buttons ###detailHeadlineStickySocial ###dhSocial ###diaspora-button-container @@ -3113,6 +3143,7 @@ _youtube_social_ ###dmsocial ###dnn_ctr427_ViewNewsDetails_Div_share ###dnn_ctr431_ViewNewsDetails_Div_share +###dnn_ctr436_NewsItem_pnlAddThisTop ###donate-social ###drop-btn-share ###dropdown-facebook-ask @@ -3293,6 +3324,7 @@ _youtube_social_ ###fbPopUp ###fbPopupBG ###fbShareButton +###fbShareWall ###fbSlider ###fbSocial ###fbSubLoading @@ -3321,6 +3353,7 @@ _youtube_social_ ###fb_video_link ###fb_widget ###fbbox +###fbbox-relocated ###fbbox1 ###fbfanbox ###fbinvite @@ -3398,6 +3431,7 @@ _youtube_social_ ###follow-us-on-facebook ###follow-us-on-instagram ###follow-us-on-twitter +###follow-us-rhs ###follow-us-widget ###follow-widget ###followBar @@ -3447,6 +3481,7 @@ _youtube_social_ ###footer-facebook ###footer-facebook-icon ###footer-fb +###footer-fb-button ###footer-follow-us ###footer-follow-us-facebook ###footer-follow-us-youtube @@ -3462,6 +3497,7 @@ _youtube_social_ ###footer-social-block ###footer-social-icones ###footer-social-links +###footer-social-main-container ###footer-social-media ###footer-social-media-buttons ###footer-social-popup @@ -3578,6 +3614,7 @@ _youtube_social_ ###header-social ###header-social-apps-v2 ###header-social-block +###header-social-container ###header-social-fb ###header-social-icons ###header-social-links @@ -3791,11 +3828,13 @@ _youtube_social_ ###menu-share-float ###menu-social ###menu-social-1 +###menu-social-2 ###menu-social-buttons ###menu-social-fb ###menu-social-header ###menu-social-icons ###menu-social-icons-menu +###menu-social-icons-responsive ###menu-social-items ###menu-social-links ###menu-social-menu @@ -3840,6 +3879,8 @@ _youtube_social_ ###multiplesocialwidget-id ###multix_icons_facebook ###mvp-foot-soc +###mvp-nav-soc +###mvp-nav-soc-list ###mvp-post-soc-wrap ###mvp-top-nav-soc ###nSocial @@ -4114,6 +4155,7 @@ _youtube_social_ ###share1 ###share1_w ###share42 +###shareArticle ###shareBadges ###shareBar ###shareBarDivTop_gig_containerParent @@ -4179,6 +4221,7 @@ _youtube_social_ ###shareTopBtn ###shareTotal ###shareTxt +###shareUrl ###shareV ###shareV_w ###shareVertical @@ -4453,6 +4496,7 @@ _youtube_social_ ###social-floating ###social-follow ###social-follow-article-body +###social-follow-inarticle ###social-followers-group ###social-foot ###social-footer @@ -4466,6 +4510,7 @@ _youtube_social_ ###social-icon-menu-container ###social-icons ###social-icons-3 +###social-icons-block ###social-icons-right ###social-icons-wrap ###social-inline @@ -4479,6 +4524,7 @@ _youtube_social_ ###social-links ###social-links-big ###social-links-bottom +###social-links-container ###social-links-facebook ###social-links-foot ###social-links-layer @@ -4815,6 +4861,7 @@ _youtube_social_ ###social_top ###social_tw ###social_twitter +###social_vertical_box ###social_vkontakte ###social_widget ###social_widget-11 @@ -4933,6 +4980,7 @@ _youtube_social_ ###st-social ###stDigg ###static-social +###staticsocialbar ###stayConnectedBlock ###stereoSocial ###sticky-footer-social-icons @@ -4946,6 +4994,7 @@ _youtube_social_ ###stickySocial ###sticky_sharing ###stickyshare +###storyShareButton ###storyShareContainer ###story_share_after ###story_social_buttons @@ -5095,6 +5144,7 @@ _youtube_social_ ###twitter_right ###twitter_share ###twitter_share_link +###twitter_social ###twitter_social_sidebar ###twitter_splash ###twitter_stream @@ -5115,6 +5165,7 @@ _youtube_social_ ###utilitybar-social ###validationSocial ###vbseo-likes +###vce_social_menu ###vert-share ###vertical-share-wrapper ###vertical-social-bar @@ -5202,6 +5253,8 @@ _youtube_social_ ##.ArticleSocialMediaTopBar ##.ArticleTombstone-shareHeading ##.ArticleTombstone-shareLink +##.Article__socialShare +##.Article__socialShareContent ##.BVRRReviewSocialLinksContainer ##.BVRRSocialBookmarkingLinks ##.BlogDetail-Footer-share @@ -5607,7 +5660,10 @@ _youtube_social_ ##.ap-follow-widget ##.apFollowWidget ##.app--table-cell__share +##.app-bar-share ##.app-list-share +##.app_btn_share +##.app_share_icons ##.append_social_share ##.apps-social ##.apsc-facebook-icon @@ -5647,6 +5703,7 @@ _youtube_social_ ##.article-core__sticky-share ##.article-fb ##.article-fbs-sharing +##.article-followNav ##.article-followistic ##.article-footer-social ##.article-footer__share @@ -5780,6 +5837,7 @@ _youtube_social_ ##.article__social ##.article__social--links ##.article__social-links +##.article__social-share ##.article__socialButtons ##.article__social__link ##.article__social__list @@ -5798,6 +5856,7 @@ _youtube_social_ ##.article_social ##.article_social_sharing_box ##.article_social_wrap +##.article_socials ##.article_top_social ##.articlebottomsharinglinks ##.articlek_share_wrap @@ -5815,6 +5874,7 @@ _youtube_social_ ##.asideSocial ##.asideSocial-article ##.asideWithSharebar +##.asocial-area ##.aspexifblikebox ##.aspexifbsidebox ##.asset-inline-share-tools @@ -6031,6 +6091,7 @@ _youtube_social_ ##.blog-post-share ##.blog-post-share-aside ##.blog-share +##.blog-share-container ##.blog-share-toolbar ##.blog-social ##.blog-social-buttons @@ -6166,6 +6227,8 @@ _youtube_social_ ##.btn-social ##.btn-social-facebook ##.btn-social-googleplus +##.btn-social-group +##.btn-social-group-wrapper ##.btn-social-icon ##.btn-social-media ##.btn-social-pinterest @@ -6177,6 +6240,7 @@ _youtube_social_ ##.btn-twitter ##.btn-twitter-lg ##.btn-youtube +##.btn-yt ##.btnFB ##.btnFacebook ##.btnShare @@ -6257,9 +6321,11 @@ _youtube_social_ ##.c-Footer__links__social ##.c-NavSocial ##.c-NavSocial-item +##.c-article-header__social ##.c-articlehead__detail__share ##.c-articlenav__socialsharing ##.c-author__social-media +##.c-footer-social ##.c-footer-social-channels ##.c-footer-social-link ##.c-footer__list--follow @@ -6287,11 +6353,13 @@ _youtube_social_ ##.c-social-buttons--popover ##.c-social-container ##.c-social-links +##.c-social-menu ##.c-social-share ##.c-social-sharetool ##.c-social-wrap ##.c-social__list ##.c-socialchannels +##.c-socials ##.c-socialshare ##.c-tab-bar__social ##.c-tools-share @@ -6331,6 +6399,7 @@ _youtube_social_ ##.cb-social-sharing ##.cb-social-twitter ##.cb-social-ytbe +##.cb-widget-social-media ##.cb_share_block ##.ccm_social__box ##.ccm_social_buttons @@ -6442,6 +6511,7 @@ _youtube_social_ ##.contact-socials ##.contactSocialMedia ##.container > .infoBoxList > .shareInfoBox +##.container-links-social-media ##.container-share-group ##.container-share-middle ##.container-share-small @@ -6475,6 +6545,7 @@ _youtube_social_ ##.count-twitter ##.counted-share-vertical ##.counter-globalLikeBox +##.counter-share ##.cover-day-box--share ##.cp-share-list-entry-share ##.cp-share-list-itens @@ -6511,6 +6582,8 @@ _youtube_social_ ##.custom-social ##.custom-social-buttons ##.custom-social-icon +##.custom-social-media +##.custom-social-share ##.custom-social-share-wrapper ##.custom-social-widgets ##.custom-tweet-button @@ -6554,6 +6627,7 @@ _youtube_social_ ##.detShare ##.detail-page-share ##.detail-share +##.detail-share-btIco ##.detail-share-item ##.detailShare ##.detailShareBlock @@ -6653,6 +6727,7 @@ _youtube_social_ ##.eg_header_facebook ##.eg_header_twitter ##.eg_header_youtube +##.eight8_social_media_footer ##.eins-facebook ##.eins-twitter ##.el-icon-facebook @@ -6757,6 +6832,7 @@ _youtube_social_ ##.f_social ##.fa-facebook-square ##.fa-fb +##.fa-google-plus-square ##.fa-share ##.fa-share-alt ##.fa-share-square-o @@ -6884,6 +6960,7 @@ _youtube_social_ ##.facebookShareAlert ##.facebookShareIcon ##.facebookShareToolsContainer +##.facebookShare__button ##.facebookSharer ##.facebookSite ##.facebookSocialIcon @@ -7158,8 +7235,10 @@ _youtube_social_ ##.fi-social-twitter ##.fi-social-youtube ##.field-name-addthis +##.field-name-field-addthis ##.field-name-field-sharebar ##.field-name-social-media-buttons-bottom +##.field-type-addthis ##.fig-micronav__item--facebook ##.fig-micronav__item--gplus ##.fig-micronav__item--linkedin @@ -7186,6 +7265,7 @@ _youtube_social_ ##.fixed-side-social-container ##.fixed-soc-icon ##.fixed-social +##.fixed-social-bar ##.fixed-social-share ##.fixedShareMenu ##.fixedShareSection @@ -7234,6 +7314,7 @@ _youtube_social_ ##.flodes-puff__social-media-list ##.fluid-share-cameraroll-view ##.fly-social-icos +##.flybox-share ##.flyout-facebook ##.fn-header-social-links ##.fn-social-followus @@ -7416,6 +7497,7 @@ _youtube_social_ ##.footer--social-icons ##.footer--social-link ##.footer-GlobalSocialIcons +##.footer-a-social ##.footer-bottom-social ##.footer-col-social ##.footer-component__social-icons @@ -7466,6 +7548,7 @@ _youtube_social_ ##.footer-secondary-social ##.footer-section-social ##.footer-share +##.footer-share-bar ##.footer-share-bar-social ##.footer-share-bar-social-link ##.footer-share-button @@ -7483,9 +7566,11 @@ _youtube_social_ ##.footer-social-buttons ##.footer-social-connect ##.footer-social-container +##.footer-social-facebook ##.footer-social-header-wrapper ##.footer-social-icon ##.footer-social-icons +##.footer-social-instagram ##.footer-social-link ##.footer-social-link-wrap ##.footer-social-links @@ -7496,10 +7581,13 @@ _youtube_social_ ##.footer-social-nav ##.footer-social-network ##.footer-social-networks +##.footer-social-pinterest ##.footer-social-row ##.footer-social-share +##.footer-social-twitter ##.footer-social-widgets ##.footer-social-wrap +##.footer-social-youtube ##.footer-socialIcons ##.footer-social__components ##.footer-sociallink @@ -7509,6 +7597,7 @@ _youtube_social_ ##.footer-socialmediaIcon ##.footer-socials ##.footer-socials-section +##.footer-solcial-btn ##.footer-tumblr ##.footer-tw ##.footer-tw-icon @@ -7522,6 +7611,7 @@ _youtube_social_ ##.footerFacebook ##.footerFollow ##.footerFollowUs +##.footerMainContent__socialButton ##.footerMainMoreSocial ##.footerNavSocials ##.footerNewSocial @@ -7532,6 +7622,7 @@ _youtube_social_ ##.footer_NewsletterSocialIcon ##.footer__content-social ##.footer__follow +##.footer__icons--social ##.footer__list--social ##.footer__nav-social ##.footer__navbar__socials-container @@ -7563,12 +7654,14 @@ _youtube_social_ ##.footer_social_icons ##.footer_social_twitter ##.footer_socialblock +##.footer_socials ##.footer_socialtab ##.footer_sosial ##.footer_sprite_facebook ##.footer_sprite_twitter ##.footer_sshare ##.footerlinks.social +##.footernav-social ##.footernavigation__social ##.footersocial ##.footersocialbtn @@ -7621,6 +7714,7 @@ _youtube_social_ ##.ftr-social-links ##.ftr__follow ##.ftr_social_links +##.full-article-sharelinks ##.full_share_container ##.full_social ##.fuse_social_icons_links @@ -7652,6 +7746,9 @@ _youtube_social_ ##.gabfire_share_widget ##.gadget_page_share ##.gadget_post_share +##.galepro-core-sharebtn +##.galepro-core-social-share +##.galepro-core-socialicon-share ##.galeriSocial ##.gall-info-share ##.galleria-share @@ -7665,6 +7762,7 @@ _youtube_social_ ##.gallery__share-pinterest ##.gallery__share-twitter ##.gameShareWidget +##.gb-share ##.gc_social_floating ##.gdhp-share ##.geShareTool @@ -7699,6 +7797,7 @@ _youtube_social_ ##.gig-share-button-container ##.gig-simpleShareUI ##.gigya-share +##.gigya-share-bar ##.gigya-share-btns ##.gigya-sv ##.gigyaShareBottom @@ -7840,6 +7939,7 @@ _youtube_social_ ##.h-do-share ##.h-share ##.h5ToggleShare +##.h5ab-print-button-container ##.haber-sosyal ##.haber_sosyal ##.haberaltshare @@ -7851,6 +7951,7 @@ _youtube_social_ ##.hd-social-icons ##.hdsocial2 ##.head-fb +##.head-share2 ##.head-social-links ##.head-twt ##.headShare @@ -7860,6 +7961,7 @@ _youtube_social_ ##.header-btn__facebook ##.header-contact-link--facebook ##.header-contact-link--twitter +##.header-controls__share-toggle ##.header-facebook ##.header-fb-share ##.header-follow-list @@ -7914,6 +8016,7 @@ _youtube_social_ ##.headerGPlusIcon ##.headerSocialLink ##.headerSocialLinks +##.headerSocial__socialLinks ##.header__nav-social ##.header__sharing-item ##.header__social-accounts @@ -7971,6 +8074,7 @@ _youtube_social_ ##.hl-pinterest-pin ##.hl-twitter-share ##.hl_recent_tweets +##.hm-sm__sharing ##.hn-share-button ##.hnav-social-list ##.ho-co-social @@ -8119,6 +8223,9 @@ _youtube_social_ ##.icomoon-facebook2 ##.icomoon-google-plus ##.icomoon-instagram +##.icomoon-mail +##.icomoon-pinterest +##.icomoon-tumblr ##.icomoon-twitter ##.icomoon-twitter2 ##.icomoon-youtube @@ -8207,6 +8314,7 @@ _youtube_social_ ##.icon-header-facebook ##.icon-header-googleplus ##.icon-header-twitter +##.icon-holder-social ##.icon-icon_facebook ##.icon-icon_twitter ##.icon-icons_facebook-share @@ -8216,6 +8324,7 @@ _youtube_social_ ##.icon-inq-twitter ##.icon-instagram ##.icon-instagram-box +##.icon-instagram-circle ##.icon-instagram-encircled ##.icon-instagram-icon ##.icon-instagram-white @@ -8269,6 +8378,7 @@ _youtube_social_ ##.icon-sd-pinterest ##.icon-sd-twitter ##.icon-share +##.icon-share-alt ##.icon-share-facebook ##.icon-share-instagram ##.icon-share-linkedin @@ -8286,6 +8396,7 @@ _youtube_social_ ##.icon-social-instagram-circle ##.icon-social-linkedin ##.icon-social-linkedin-green +##.icon-social-mail-circle ##.icon-social-pinterest ##.icon-social-round-fb ##.icon-social-round-google @@ -8320,6 +8431,7 @@ _youtube_social_ ##.icon-twitter-alt ##.icon-twitter-bg ##.icon-twitter-bird +##.icon-twitter-circle ##.icon-twitter-circled ##.icon-twitter-encircled ##.icon-twitter-icon @@ -8380,6 +8492,7 @@ _youtube_social_ ##.icon_instagram ##.icon_linkedIn ##.icon_linkedin +##.icon_pinterest ##.icon_share ##.icon_social ##.icon_social-facebook @@ -8423,12 +8536,14 @@ _youtube_social_ ##.icontwitter ##.iconyoutube ##.icos-social +##.id-AdditionalHeaderContent-el--socialMedia ##.id-Amp-socialShare ##.idMetaItmSocialCompact ##.idblog-sharebtn ##.idblog-social-share ##.idc-share ##.identity-fb-notice +##.idvl-socs-tools ##.idz-social-icon ##.ig-share-button ##.ig-socials-ball @@ -8453,6 +8568,7 @@ _youtube_social_ ##.imgShare ##.img__sharer ##.img_pin_button +##.imgshare_buttons_wrap ##.imgsharet ##.in-article-follow-block ##.in-page-share @@ -8493,6 +8609,8 @@ _youtube_social_ ##.instagram-icon ##.instagram-link ##.instagram.icon +##.instagramIcon +##.instagramIcon__link ##.instagram_follow ##.instagram_icon ##.instagram_logo @@ -8541,6 +8659,7 @@ _youtube_social_ ##.item-twitter ##.item-whatsapp ##.itemFacebook +##.itemShareBtns ##.itemSocial ##.itemSocialLink ##.itemSocialLinks @@ -8668,6 +8787,7 @@ _youtube_social_ ##.kiwi-nw-google-plus ##.kiwi-nw-linkedin ##.kiwi-nw-twitter +##.kl-share ##.klasSideSocialLinks ##.klicked-see-first ##.kmd_social_widget @@ -8811,6 +8931,7 @@ _youtube_social_ ##.list-social ##.list-socials ##.listTrailerShare +##.list_article_share ##.list_share ##.listing-share ##.listing-share-email @@ -8823,6 +8944,7 @@ _youtube_social_ ##.ln_share_button ##.lnkFacebook ##.lnks-social +##.lo-header_social ##.lo-social_icon ##.locshare-share-button ##.loggedout-follow-normal @@ -8846,6 +8968,7 @@ _youtube_social_ ##.lst_social ##.lt_nav-share ##.lx-share-tools +##.lx-sidebar-social-media ##.m-article-share ##.m-article-share__link ##.m-article-socialbar @@ -8860,6 +8983,7 @@ _youtube_social_ ##.m-fbook ##.m-feature-social-buttons ##.m-footer__follow__content +##.m-footer__social-container ##.m-global-header__facebook ##.m-global-header__g-plus ##.m-global-header__twitter @@ -8978,6 +9102,7 @@ _youtube_social_ ##.menu-article-share ##.menu-facebook ##.menu-fb +##.menu-footer-social ##.menu-footer-social-container ##.menu-header-social-container ##.menu-item-follow @@ -8988,6 +9113,7 @@ _youtube_social_ ##.menu-name-menu-social-links ##.menu-reseaux-sociaux-container ##.menu-share +##.menu-sliding-social-container ##.menu-social ##.menu-social-buttons-container ##.menu-social-container @@ -8995,6 +9121,7 @@ _youtube_social_ ##.menu-social-gplus ##.menu-social-instagram ##.menu-social-links +##.menu-social-media-menu-container ##.menu-social-menu-container ##.menu-social-navigation-container ##.menu-social-profiles-container @@ -9052,6 +9179,7 @@ _youtube_social_ ##.mkd-blog-single-share ##.mkd-share-link ##.mks_social_widget +##.ml-footer-social-links ##.ml-share ##.mmg_share_button ##.mn_mbn_share @@ -9116,10 +9244,12 @@ _youtube_social_ ##.move-social ##.movie-share ##.mpf-i-share +##.mplSocials ##.mps-article-social ##.mps-social ##.mr_shareLabel ##.mr_social_sharing_wrapper +##.ms-share-container ##.ms-share_inline ##.ms-social-bar ##.msc-facebook @@ -9132,7 +9262,10 @@ _youtube_social_ ##.mts_googleplus ##.multiplesocialwidget-wrapper ##.mvp-foot-soc-list +##.mvp-nav-soc-but ##.mvp-nav-soc-wrap +##.mvp-post-soc-email +##.mvp-post-soc-list ##.mvp-post-soc-pin ##.mvp-post-soc-twit ##.mvp-post-soc-wrap @@ -9251,6 +9384,7 @@ _youtube_social_ ##.news_share ##.news_share_botton_cont ##.news_shares +##.newsblock-page-footer__links__social ##.newsplus_social ##.nextgen-share-tools ##.nfy-social-icons @@ -9332,6 +9466,7 @@ _youtube_social_ ##.page-share-button ##.page-shareTray ##.page-social +##.page-social-counters ##.pageFbLike ##.pageHead-share ##.pageSocial @@ -9343,6 +9478,9 @@ _youtube_social_ ##.pane-facebook-activity ##.pane-fb-profile-widget ##.pane-follow-site +##.pane-klw-follow +##.pane-klw-share +##.pane-menu-footer-social-menu ##.pane-menu-menu-site-social-widget ##.pane-post-social-post-social-block ##.pane-share-widgets @@ -9379,6 +9517,9 @@ _youtube_social_ ##.pbtsharethisbutt ##.pcf-social-media-wrapper ##.pda-topmenusocial +##.pdb-share +##.pdb-share-block +##.pdb-social ##.pds-share ##.persistent-menu_share-links ##.personal-social-btns @@ -9399,6 +9540,7 @@ _youtube_social_ ##.pg-shareBar ##.pg-shareBar-share ##.pgm-social-share +##.ph-header-social ##.phillyfooter-social ##.phillysocial ##.photo-share @@ -9408,7 +9550,9 @@ _youtube_social_ ##.picto_facebook ##.picto_googleplus ##.picto_twitter +##.pin-button ##.pin-img-btn +##.pin-it ##.pin-it-btn ##.pin-it-btn-shortcode-wrapper ##.pin-it-button @@ -9469,6 +9613,7 @@ _youtube_social_ ##.pnFacebookLikeBtn ##.pn__share ##.pn_socialmedia_widget +##.po-hr-fl__sharing ##.pod_share ##.poll-share-box ##.poll-social-header @@ -9568,6 +9713,7 @@ _youtube_social_ ##.product-social-area ##.product-social-icon-wrapper ##.product-social-media +##.product__share ##.project-activity-twitter ##.project-share-icons ##.promo-carousel-social @@ -9839,7 +9985,9 @@ _youtube_social_ ##.share-and-comments ##.share-area ##.share-article +##.share-article-loop ##.share-article-sec +##.share-article-slider ##.share-article-social ##.share-article-tools ##.share-article-vertical @@ -10055,6 +10203,7 @@ _youtube_social_ ##.share-service-button ##.share-service-icon-sharebar ##.share-service-visible +##.share-servise-block ##.share-set ##.share-side ##.share-side-bar @@ -10180,6 +10329,7 @@ _youtube_social_ ##.shareFacebook ##.shareFb ##.shareFix +##.shareFloating_column ##.shareForm ##.shareFrame ##.shareGP @@ -10375,8 +10525,10 @@ _youtube_social_ ##.share_tools ##.share_top ##.share_total +##.share_trigger ##.share_tw ##.share_twitter +##.share_txt ##.share_under_post ##.share_v2 ##.share_ver @@ -10697,6 +10849,7 @@ _youtube_social_ ##.sidebar-widgets ##.sidebarFollow ##.sidebarSocial +##.sidebar__share ##.sidebar_facebook ##.sidebar_social ##.sidebar_socialmediabox @@ -10721,6 +10874,7 @@ _youtube_social_ ##.single-post-sharing-button ##.single-post-sharing-button-label ##.single-post-sharing-button-list +##.single-post-socials ##.single-share ##.single-sharing-btns ##.single-social @@ -10916,9 +11070,12 @@ _youtube_social_ ##.social--horizontal ##.social--pinterest ##.social--share +##.social--share-links ##.social--share_btn +##.social--social-link ##.social--top ##.social--twitter +##.social--twolines ##.social-1303 ##.social-16 ##.social-Facebook @@ -10949,6 +11106,8 @@ _youtube_social_ ##.social-bar-twitter ##.social-bar-wrapper ##.social-barker +##.social-big-buttons +##.social-big-container ##.social-bk-news ##.social-block ##.social-block-content @@ -10979,6 +11138,7 @@ _youtube_social_ ##.social-btn-container ##.social-btn-facebook ##.social-btn-group +##.social-btn-list ##.social-btn-twitter ##.social-btns ##.social-btns-new @@ -10986,8 +11146,10 @@ _youtube_social_ ##.social-button ##.social-button-box ##.social-button-group +##.social-button-heading ##.social-button-row ##.social-button-small +##.social-button1 ##.social-button__wrapper ##.social-buttons ##.social-buttons-bottom @@ -11052,6 +11214,7 @@ _youtube_social_ ##.social-facebook-slider ##.social-facebook-slider-btn ##.social-facebook-slider-like-box +##.social-facebookGroupBox ##.social-fb ##.social-fbook ##.social-feed @@ -11278,6 +11441,7 @@ _youtube_social_ ##.social-module ##.social-nav ##.social-nav-link +##.social-navi ##.social-navigation ##.social-net ##.social-network-icons @@ -11542,6 +11706,7 @@ _youtube_social_ ##.socialFext ##.socialFixOuter ##.socialFixed +##.socialFloating ##.socialFollow ##.socialFooter ##.socialFooterIcon @@ -11648,6 +11813,7 @@ _youtube_social_ ##.socialSharingFtr ##.socialSharingLargeButtons ##.socialSharing__icons +##.socialSidebar ##.socialSquare ##.socialSticky ##.socialStickyBanner @@ -11773,6 +11939,7 @@ _youtube_social_ ##.social_icons ##.social_imageover ##.social_images +##.social_img ##.social_ioc ##.social_island ##.social_item @@ -11818,6 +11985,7 @@ _youtube_social_ ##.social_pages ##.social_pinterest ##.social_popup +##.social_post ##.social_row ##.social_rufilm ##.social_sec @@ -11940,6 +12108,7 @@ _youtube_social_ ##.socialize-top ##.socializeIt ##.socializer-share-bar +##.sociall_container ##.sociallink ##.sociallinks ##.sociallist @@ -11965,6 +12134,7 @@ _youtube_social_ ##.socialn2_links ##.socialn_links ##.socialnav +##.socialnav-item ##.socialnavbar ##.socialno ##.socialnonsense-wide-articles @@ -11991,6 +12161,7 @@ _youtube_social_ ##.socials__buttons ##.socials_box ##.socials_buttons +##.socials_content ##.socials_white ##.socials_widget ##.socials_wrapper @@ -12100,12 +12271,16 @@ _youtube_social_ ##.sqs-slice-social-icons ##.sqs-svg-icon--list ##.squareShareButtons +##.ss-facebook +##.ss-instagram ##.ss-share +##.ss-sharing-container ##.ss-social ##.ss-social-button-wrapper ##.ss-social-circle ##.ss-social-regular ##.ss-twitter +##.ss-whatsapp ##.ss_sharebar ##.ss_social ##.ssb-share @@ -12176,6 +12351,7 @@ _youtube_social_ ##.sticky-side-share ##.sticky-social ##.sticky-social-buttons +##.sticky-social-group ##.sticky-social-icons-lg ##.sticky-social-inside ##.sticky-wrapper--likegate @@ -12188,9 +12364,12 @@ _youtube_social_ ##.stickysocial ##.stm-share ##.stm-shareble +##.stm-socials +##.stm-socials__icon ##.storifycon-share ##.story-action-share ##.story-article__body__left__social-share +##.story-button-share ##.story-col-share ##.story-footer-social ##.story-kapitel-socials @@ -12205,6 +12384,7 @@ _youtube_social_ ##.story-share-tools ##.story-social-bar ##.story-social-media +##.story-social-share ##.story-social-widget ##.story-taboola-related-module ##.story-tools-social @@ -12298,6 +12478,7 @@ _youtube_social_ ##.tab_social ##.tafSocialButton ##.tag-line-social +##.tag-social ##.tags-share ##.talk-sharing__facebook ##.talk-sharing__other @@ -12308,8 +12489,11 @@ _youtube_social_ ##.tcsn_widget_social_network ##.td-float-sharing ##.td-header-social +##.td-icon-facebook ##.td-icon-googleplus ##.td-icon-instagram +##.td-icon-twitter +##.td-icon-youtube ##.td-post-sharing ##.td-post-sharing-bottom ##.td-social-icon-wrap @@ -12375,6 +12559,7 @@ _youtube_social_ ##.tm-social-pinterest ##.tm-social-twitter ##.tm-social-youtube +##.tm-socialicons ##.tmg-amp-social-share ##.tmg-amp-social-share-fb ##.tmg-amp-social-share-twitter @@ -12610,6 +12795,7 @@ _youtube_social_ ##.twitterFeedsMR ##.twitterFollow ##.twitterIcon +##.twitterIcon__link ##.twitterImage ##.twitterItem ##.twitterLink @@ -12622,6 +12808,7 @@ _youtube_social_ ##.twitterShareToolsContainer ##.twitterSocialIcon ##.twitterSs +##.twitterTweet__button ##.twitterWidget ##.twitterWidgetWrapper ##.twitterWidgetry @@ -12712,6 +12899,7 @@ _youtube_social_ ##.ui-social-fixed ##.ui-social-med ##.ui-social-share +##.ui-social-sharing ##.ui-social-wrapper ##.ui-socialbar-image ##.ui-socials @@ -12724,8 +12912,10 @@ _youtube_social_ ##.uk-icon-google-plus ##.uk-icon-instagram ##.uk-icon-linkedin +##.uk-icon-slideshare ##.uk-icon-twitter ##.uk-icon-twitter-square +##.uk-icon-xing ##.uk-icon-youtube ##.ukbf-social ##.ul-social @@ -12868,6 +13058,7 @@ _youtube_social_ ##.vod_share ##.voxde-social-share ##.vp-share +##.vpl_SharingBut ##.vrg_container_social_box ##.vrt-social-links ##.vs-facebook @@ -12901,6 +13092,7 @@ _youtube_social_ ##.wcs-youtube ##.wdb-social ##.wdgt_sharelink +##.wdrrShare ##.wds-is-follow-us ##.wds-tweet ##.wds-tweet-container @@ -13041,6 +13233,7 @@ _youtube_social_ ##.widget_vb_search_social_tips ##.widget_vw_widget_social_counter ##.widget_vw_widget_social_subscription +##.widget_wc_shortcodes_social_icons ##.widget_weblizar_twitter ##.widget_woo_twitter ##.widget_woodojo_tweets @@ -13089,6 +13282,7 @@ _youtube_social_ ##.wpusb-btn ##.wpusb-square-plus ##.wpzoom-facebook-3 +##.wrap-social ##.wrapp-soc-icons ##.wrapper-fixed-social-buttons ##.wrapper-share @@ -13169,7 +13363,12 @@ _youtube_social_ ##.z-share-belt ##.zalo-share-button ##.zocial-facebook +##.zocial-googleplus +##.zocial-instagram +##.zocial-linkedin +##.zocial-pinterest ##.zocial-twitter +##.zocial-vimeo ##.zocial-youtube ##.zoom-social-icons-widget ##.zozo-social-icons @@ -13191,6 +13390,7 @@ _youtube_social_ ##[class^="social_button_"] ##[data-pin-href^="https://www.pinterest.com/pin/create/"] ##[data-pin-log^="button_pinit"] +##[data-trigger="share-links-manager"] ##[href="http://www.addthis.com/bookmark.php"] ##[href^="//twitter.com/share"] ##[href^="http://reddit.com/submit"] @@ -13251,6 +13451,7 @@ _youtube_social_ ##[title^="Submit this post on "] ##a[alt="Follow Us on Twitter"] ##a[alt="follow us on twitter"] +##a[classes="share_widget"] ##a[data-share="popup"] ##a[data-tm-ref-type-id="Follow-on-Facebook"] ##a[data-tm-ref-type-id="Follow-on-YouTube"] @@ -13258,17 +13459,21 @@ _youtube_social_ ##a[href^="//pinterest.com/pin/create/button/?"] ##a[href^="//twitter.com/intent/tweet/?"] ##a[href^="//vk.com/share.php?url="] +##a[href^="//www.pinterest.com/pin/create/button/"] ##a[href^="//www.reddit.com/submit?"] ##a[href^="/gp/socialmedia/share/"] ##a[href^="http://add.my.yahoo.com/content?"] +##a[href^="http://blinklist.com/post?url="] ##a[href^="http://blip.pl/dashboard?body="] ##a[href^="http://bookmark.naver.com/post?ns="] ##a[href^="http://csp.cyworld.com/bi/bi_recommend_pop.php?url="] ##a[href^="http://del.icio.us/post"] ##a[href^="http://del.icio.us/post?url="] +##a[href^="http://delicious.com/post?"] ##a[href^="http://delicious.com/save"] ##a[href^="http://digg.com/submit?"] ##a[href^="http://facebook.com/sharer.php?"] +##a[href^="http://furl.net/post?url="] ##a[href^="http://line.me/R/msg/text/"] ##a[href^="http://linkedin.com/shareArticle?"] ##a[href^="http://me2day.net/posts/new?new_post[body]="] @@ -13325,6 +13530,7 @@ _youtube_social_ ##a[href^="https://facebook.com/share.php?u="] ##a[href^="https://facebook.com/sharer.php?"] ##a[href^="https://lineit.line.me/share/"] +##a[href^="https://partners.viadeo.com/share?"] ##a[href^="https://pinterest.com/pin/create/"] ##a[href^="https://plus.google.com/share"] ##a[href^="https://plus.google.com/share?"] @@ -13507,6 +13713,7 @@ _youtube_social_ ##div[class^="shareButton_"] ##div[class^="socialMediaIcon"] ##div[class^="socialPanel_"] +##div[class^="socialShareWrapper_"] ##div[class^="social_box_post_"] ##div[class^="style__socialIcons"] ##div[data-category="common-social-sticky-share-mpost"] @@ -14087,13 +14294,14 @@ huffingtonpost.com###ap_chicklets interesting-nation.com###article-finished patient.co.uk###article-popover classicalmpr.org,houstonpublicmedia.org,mprnews.org###article-share -wsws.org###article-tools +scoop.co.nz,wsws.org###article-tools monitor.co.ug###article_related_news altpress.com###at-cv-toaster psychcentral.com###at_rd psychcentral.com###at_su whydontyoutrythis.com###bar_popup bbgsite.com###bbgModuleShare +mydorpie.com###blf moreintelligentlife.com###block-block-13 crash.net###block-block-25 thesundaily.my###block-block-47 @@ -14103,11 +14311,15 @@ gardenlines.co.uk###block-menu-menu-footer-icons ncronline.org###block-ncr-blocks-article-share-links thomsonsport.com###block-service-links-service-links-not-node thepostgame.com###block_sfl_core_magazine_social +mydorpie.com###bltw +mydorpie.com###blwh cricketnetwork.co.uk,f1network.net,rugbynetwork.net,thefootballnetwork.net###bookmarks +baystatebanner.com###bot-soc-icon-wrap profitguide.com###builder-124 cambio.com###cambio-follow overstock.com###cars-facebook overstock.com###cars-twitter +cnn.com###cnnmoney_footer_socialshare encyclopediadramatica.se###column-one > .portlet[style="z-index:99999;"] itworld.com###comment_of_week ksl.com###componentDiv_0 @@ -14135,6 +14347,8 @@ billionuploads.com###dltafsh dailymail.co.uk,thisismoney.co.uk###dms-txt tipstrickshack.blogspot.co.uk###doulike-outer chinasf.org###element226 +decanter.com###embed_code-5 +decanter.com###embed_code-6 celebritytoob.com,kittentoob.com,puppytoob.com,tvovermind.com###engagement_popup dupontregistry.com###essb_displayed_top softwares-serials.in###exepopup @@ -14164,7 +14378,7 @@ imgflip.com###findUs phamfatale.com###fixedLinksCont goldderby.com###fixed_icons ifood.tv###fixedtop2 -medicalxpress.com,techxplore.com###flip-box +medicalxpress.com,phys.org,techxplore.com###flip-box holymoly.com,thetrekcollective.com###floatdiv insidetoronto.com,therecord.com,thespec.com###floating-bk sciencerecorder.com,thespacereporter.com###floating-box @@ -14176,6 +14390,7 @@ socialitelife.com###follow-list tmz.com###follow-tmz wired.com###follow-wired diffen.com###followDfn +womenonwheels.co.za###followLink thisoldhouse.com###followToh businessinsider.com,businessinsider.com.au###follow_wrap people.com###footer-article @@ -14255,6 +14470,7 @@ brunchnews.com###newsMsgAlert ohmyrockness.com###newsfeed newsfeed.time.com###newsfeed_tweetbox_widget-3 lolspotsarticles.com###nextLikeHolder +ctnewsjunkie.com###nj-soc-bar-left produktywnie.pl###olussierfsp_likebox-3 therichest.com###openFollow lyricsmania.com###overlay @@ -14328,7 +14544,7 @@ prlog.org###smx2 worldreview.info###sn mufg.jp###snsBlockArea 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,cmt.com,cnalicense.org,consumerist.com,damnlol.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,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,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,mtv.com,musicfeeds.com.au,namecheap.com,nzmusicmonth.co.nz,onlineeducation.net,openculture.com,penny-arcade.com,pixiq.com,play-asia.com,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.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,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,cmt.com,cnalicense.org,consumerist.com,damnlol.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,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,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,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.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,wired.com,xda-developers.com###social christianpost.com###social-apps cafemom.com###social-comment omgchrome.com###social-listing @@ -14376,6 +14592,7 @@ dailyhiit.com###top-banner gifbin.com###top-extra callofduty.com###top-nav-c2 skift.com###top-signup +baystatebanner.com###top-soc-icon-wrap hillsford.co.uk###topCustomUrls thenationalstudent.com###top_logos premiumbeautynews.com###topbar @@ -14394,7 +14611,7 @@ swiatmp3.info###wysuwane yahoo.com###yom-twitter onlineshoes.com###youtubeLink opposingviews.com###yt -washingtonexaminer.com##.ArticlePage-actions +washingtonexaminer.com,wgbh.org##.ArticlePage-actions yahoo.com##.Btn-t comicbookmovie.com##.CBMFollow techimperia.com##.FooterLeft.paddingright0 @@ -14402,9 +14619,10 @@ quora.com##.FooterSignupForm cnn.com##.Footer__aside socialblade.com##.GoogleButton thegrio.com##.Modal +weeklystandard.com##.Page-social forbesafrica.com##.Post-metaHead--right ehow.com##.RightRailPromo -israelnationalnews.com##.Share +israelnationalnews.com,reddit.com##.Share scan.co.uk##.ShareWith avon.com,designboom.com,highstakesdb.com,hurriyetdailynews.com,revision3.com##.Social globaltimes.cn##.Ssns-head @@ -14456,6 +14674,7 @@ watchfree.to##.backdrop moviesdbz.com##.backgroundPopup dezeen.com,huffingtonpost.com##.badges invenglobal.com##.banner +southerntimesafrica.com##.be-sc-area peruthisweek.com##.bg2 businessinsider.com##.bi-icons natureworldnews.com##.bk-moreside @@ -14481,9 +14700,12 @@ therichest.com##.btnTW viamichelin.at,viamichelin.be,viamichelin.ch,viamichelin.co.uk,viamichelin.com,viamichelin.de,viamichelin.es,viamichelin.fr,viamichelin.ie,viamichelin.it,viamichelin.pl,viamichelin.pt##.bubble-tools-share dailyhive.com##.button-group unz.com##.button-holder +redstate.com##.button-span chrome-plugins.org##.buttonfixed +expatexchange.com##.buttons newsnow.co.uk##.c-article-menu flava.co.nz,hauraki.co.nz,mixonline.co.nz,nzherald.co.nz,thehits.co.nz,zmonline.com##.c-connect +theglobeandmail.com##.c-site-header__buttons care2.com##.c2fb_share_count geeky.io##.call-out littlecaesars.com##.callout @@ -14492,16 +14714,18 @@ dailydot.com##.carousel-dot inquirer.net##.cct-socmed cambridge.org##.cdo-hdr__soc wsws.org##.censorship +progressive.org##.chicklets cheezburger.com##.chz-social omny.fm##.clip-share neatorama.com##.col-4 gamingonlinux.com##.col-md-12 > .greybackground goibibo.com##.color666666 + .inline +reliefweb.int##.column-social columbiatribune.com##.commenting_floater indiatimes.com##.commonlistwrap elpais.com##.compartir inyminy.com##.confess -allafrica.com,callofduty.com,ctvnews.ca,environmentalgraffiti.com,epicurious.com,gap.com,hopetv.org,nymag.com,statescoop.com,timesnews.net,wolverhamptonhomes.org.uk##.connect +allafrica.com,callofduty.com,ctvnews.ca,dailysignal.com,environmentalgraffiti.com,epicurious.com,gap.com,hopetv.org,nymag.com,statescoop.com,timesnews.net,wolverhamptonhomes.org.uk##.connect grubstreet.com,nymag.com,vulture.com##.connect-list abc.net.au##.connect-with-abc ppdi.com##.connected @@ -14535,26 +14759,30 @@ edugeek.net##.eg-ics-twitter-128px edugeek.net##.eg-ics-youtube-64px dailymail.co.uk##.email theargus.co.uk##.email-link -geeksaresexy.net,highdefdigest.com,sassyhongkong.com,sassymanila.com##.entry-social +geeksaresexy.net,highdefdigest.com,israeltoday.co.il,sassyhongkong.com,sassymanila.com##.entry-social +crimerussia.com##.entry__meta bloomberg.com##.entry_sharing nrttv.com##.eshare +relevantradio.com##.ess-buttons buzzfeed.com##.expand imamuseum.org##.ext wikipedia.org##.ext-quick-survey-panel upi.com##.f classicalite.com,newseveryday.com##.f-sns megashare.com##.fa-circle -designboom.com,futbin.com,livescience.com,order-order.com,patch.com,pbtech.co.nz,peoplesworld.org,slashgear.com,space.com,vnexpress.net,washingtonexaminer.com##.fa-facebook +channelstv.com,designboom.com,deutschified.com,futbin.com,jazzinchicago.org,kpfa.org,livescience.com,order-order.com,patch.com,pbtech.co.nz,peoplesworld.org,slashgear.com,southerntimesafrica.com,space.com,vnexpress.net,washingtonexaminer.com##.fa-facebook forward.com##.fa-facebook-f -designboom.com,livescience.com,pbtech.co.nz,space.com##.fa-google-plus +southerntimesafrica.com##.fa-google +channelstv.com,designboom.com,livescience.com,pbtech.co.nz,space.com##.fa-google-plus slashgear.com##.fa-google-plus-square -forward.com##.fa-instagram -livescience.com,washingtonexaminer.com##.fa-linkedin +channelstv.com,forward.com,jazzinchicago.org##.fa-instagram +livescience.com,southerntimesafrica.com,washingtonexaminer.com##.fa-linkedin aquarius.org.uk##.fa-square -designboom.com,forward.com,futbin.com,livescience.com,order-order.com,patch.com,pbtech.co.nz,peoplesworld.org,slashgear.com,space.com,vnexpress.net,washingtonexaminer.com##.fa-twitter -slashgear.com##.fa-youtube +southerntimesafrica.com##.fa-tumblr +channelstv.com,designboom.com,deutschified.com,forward.com,futbin.com,jazzinchicago.org,kpfa.org,livescience.com,order-order.com,patch.com,pbtech.co.nz,peoplesworld.org,slashgear.com,southerntimesafrica.com,space.com,vnexpress.net,washingtonexaminer.com##.fa-twitter +channelstv.com,slashgear.com,southerntimesafrica.com##.fa-youtube pbtech.co.nz##.fa-youtube-play -9gag.tv,absoluteradio.co.uk,al-shorfa.com,alternet.org,backstage.com,belfasttelegraph.co.uk,buffalonews.com,cadenaazul.com,catapult.co,chacha.com,comicrelief.com,computingunleashed.com,crosscut.com,dailymail.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,geeksandbeats.com,gizmodo.com,gogoanime.se,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,mumbrella.com.au,myunidays.com,mzhiphop.com,nationofchange.org,npr.org,nydailynews.com,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,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,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 +9gag.tv,absoluteradio.co.uk,al-shorfa.com,alternet.org,backstage.com,belfasttelegraph.co.uk,buffalonews.com,cadenaazul.com,catapult.co,chacha.com,comicrelief.com,computingunleashed.com,crosscut.com,dailymail.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,geeksandbeats.com,gizmodo.com,gogoanime.se,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,mumbrella.com.au,myunidays.com,mzhiphop.com,nationofchange.org,npr.org,nydailynews.com,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,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 lovefilm.com##.facebook-title @@ -14577,15 +14805,16 @@ slashfilm.com##.flare united-academics.org##.flare-button whatswithtech.com##.flare-position-bottom a-ha.com##.flickr +news18.com##.fllow-us shoutmeloud.com##.floaticons remezcla.com##.floating-menu etfdailynews.com##.floating-menuG ryot.org##.floating_ryot_share -amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,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,opposingviews.com,pawnation.com,pulsenews.co.kr,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 +amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,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,opposingviews.com,pawnation.com,pulsenews.co.kr,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 aikenstandard.com##.follow-aiken-standard aol.com##.follow-aol indiancountrytodaymedianetwork.com##.follow-home -grubstreet.com,nymag.com##.follow-list +grubstreet.com,nymag.com,vulture.com##.follow-list higherperspectives.com##.follow-module glamourmagazine.co.uk##.follow-options-container snopes.com##.follow-snopes-on @@ -14607,7 +14836,7 @@ meteoblue.com##.footer-options f1i.com##.footer-right india.com##.footer-sc businessgreen.com##.footer-tools-content -apprenticeships.org.uk##.footerIcons +apprenticeships.org.uk,loewe.tv##.footerIcons imagecollect.com##.footerLinks_03 videogamer.com##.footer_link bdnews24.com##.forplus @@ -14640,10 +14869,11 @@ hollywood.com##.gsfn-widget-tab geektyrant.com##.gtFace wonderhowto.com##.guide-flyout-container kukmindaily.co.kr##.hbtn +expressnews.com,houstonchronicle.com,sfchronicle.com##.hcsf_connect opposingviews.com##.header-icons nova-magazine.net##.header-info-text themarshallproject.org##.header-link -aljazeera.com,calvertjournal.com,cloth5.com,gaystarnews.com,hothardware.com,livingly.com,lonny.com,lovenature.com,musicfeeds.com.au,sneakernews.com,sourcefed.com,stylebistro.com,thedailybeast.com,thinkprogress.org,transfermarkt.co.uk,transfermarkt.com,wowhead.com,zimbio.com##.header-social +aljazeera.com,bostonmagazine.com,calvertjournal.com,cloth5.com,gaystarnews.com,hothardware.com,livingly.com,lonny.com,lovenature.com,musicfeeds.com.au,sneakernews.com,sourcefed.com,stylebistro.com,thedailybeast.com,thinkprogress.org,transfermarkt.co.uk,transfermarkt.com,wowhead.com,zimbio.com##.header-social visual.ly##.headerCallToActionContainer kgmi.com##.headericons healthyplace.com##.healthyplace-on-facebook @@ -14653,7 +14883,7 @@ slate.com##.highlighter-container imgism.com##.hoverlinks pastebin.com##.i_tf techtimes.com##.ic_g -etonline.com##.icon-bar +etonline.com,utne.com##.icon-bar ted.com##.icon-center cookieandkate.com##.icon-font nextbigfuture.com##.icon-g @@ -14678,6 +14908,7 @@ nj.com##.inline-sidebar mapometer.com##.inright bossip.com,foreigndesknews.com##.insta bulova.com,cadenaazul.com,comicrelief.com,cwseed.com,filmfare.com,lapoderosa.com,sassymamahk.com,triangleoffense.com##.instagram +winnipegfreepress.com##.interactive yahoo.com##.interest-bar bestgamingmouse.online##.iqs viralnova.com##.is-sticky @@ -14769,10 +15000,11 @@ refinery29.com##.one-of-one techinasia.com##.online-community-widget canyouactually.com##.onoffswitch wanda-group.com##.other-link -murata.com##.page-tools +chabad.org,murata.com##.page-tools 3fatchicks.com##.page[width="160"] alstom.com##.page_tools nbcsports.com##.pane-nbcsports-home-homepage-sponsors +odt.co.nz##.pane-odt-social-odt-social-rsb ivillage.com##.pane-top-repins ibb.co##.panel-sh-networks whoer.net##.partners @@ -14795,6 +15027,7 @@ io9.com##.post-dropdown-ct halfhourmeals.com##.post-footer-links theashleysrealityroundup.com##.post-links italicsmag.com##.post-sidebar +nation.com.pk##.postmeta onlineprnews.com##.pr_bookmarks gospelherald.com##.print racer.com##.print_article_div @@ -14813,6 +15046,7 @@ blogjob.com##.r1sp--toolbar europages.co.uk##.rake_rblocktitle androidauthority.com##.rank_icon_tab moneysense.ca##.rdm_sp_button +newsbytesapp.com##.reaction-menu popsugar.com,popsugar.com.au##.reactions-container avclub.com##.reading-list-rail-facebook-promo absoluteradio.co.uk##.recommended @@ -14842,7 +15076,7 @@ grittygamer.com##.sfsi_outr_div 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.com,algemeiner.com,alibaba.com,askmen.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,bit-tech.net,blog.swiftkey.com,bloomberg.com,bossip.com,businessinsider.com,care2.com,cbsnews.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailystar.co.uk,dancestarparty.com,democracynow.org,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.com,everybodydancegame.com,ew.com,famouslyfit.com,filecore.co.nz,fileshack.net,flowingdata.com,foodnetwork.com,football365.com,forward.com,forzaitalianfootball.com,foxnews.com,freshtechweb.com,g4tv.com,galoremag.com,gamepro.com,gamingonlinux.com,getdigital.co.uk,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,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,india.com,indiatimes.com,infamousthegame.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,kotaku.com.au,kqed.org,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,myrecipes.com,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newegg.com,newrepublic.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,ntd.tv,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,redbullcrashedice.com,rent-a-home.com.au,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,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,ted.com,thefile.me,theglobaldispatch.com,thenational.ae,thewindowsclub.com,timeline.com,timeslive.co.za,tomonews.net,tor.com,torontosun.com,tunein.com,tv.yahoo.com,tvnz.co.nz,twitchy.com,uanews.org,unhearit.com,usatoday.com,utoronto.ca,van.man,vanityfair.com,verisign.com,vh1.com,videoweed.es,virtex.com,visiontimes.com,wanda-group.com,washingtonpost.com,watchcartoononline.com,wegotthiscovered.com,wheels24.co.za,wired.co.uk,wmagazine.com,wsj.com,xda-developers.com,xhamster.com,yipit.com##.share +3net.com,500px.com,9gag.com,abc.net.au,about.com,acculturated.com,adsupplyads.com,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,bit-tech.net,blog.swiftkey.com,bloomberg.com,boredomtherapy.com,bossip.com,businessinsider.com,care2.com,cbsnews.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,cnn.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailystar.co.uk,dailywire.com,dancestarparty.com,democracynow.org,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.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,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,grifolsusa.com,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,india.com,indiatimes.com,infamousthegame.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,kotaku.com.au,kqed.org,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,myrecipes.com,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newegg.com,newrepublic.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,ntd.tv,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,redbullcrashedice.com,rent-a-home.com.au,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,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,ted.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,verisign.com,vh1.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,wsj.com,xda-developers.com,xhamster.com,yipit.com##.share ausdroid.net##.share-ausdroid tvline.com##.share-comment xvideos.com##.share-small @@ -14853,7 +15087,7 @@ vh1.com##.shareholder worldwideinterweb.com##.sharepoint ign.com,newsday.com##.sharer bulawayo24.com,foodbeast.com,glogster.com,good.is,hereisthecity.com,independent.co.uk,petapixel.com,trtworld.com##.shares -android.gs,bbc.co.uk,bestweekever.tv,blackberry.com,boostinspiration.com,celebritybabyscoop.com,core77.com,creatorrepublic.com,dailydisruption.com,futurity.org,group.bnpparibas,hackaday.com,investopedia.com,lhw.com,metrolyrics.com,microsoft.com,minimaxir.com,oxforddictionaries.com,pgatour.com,pigeonsandplanes.com,tab.co.uk,techfounder.net,thesun.co.uk,tmz.com,visiontimes.com##.sharing +android.gs,astanatimes.com,bbc.co.uk,bestweekever.tv,blackberry.com,boostinspiration.com,celebritybabyscoop.com,core77.com,creatorrepublic.com,dailydisruption.com,futurity.org,group.bnpparibas,hackaday.com,investopedia.com,lhw.com,metrolyrics.com,microsoft.com,minimaxir.com,oxforddictionaries.com,pgatour.com,pigeonsandplanes.com,tab.co.uk,techfounder.net,thesun.co.uk,tmz.com,visiontimes.com##.sharing parstoday.com##.sharings recode.net##.shoutout nationalpost.com##.shr @@ -14874,11 +15108,12 @@ trust.org##.slide-out-div cafe.com##.slide-promo oneindia.in##.sliderightItem dhpstudios.com##.sm -any.tv##.sm-icons +any.tv,improper.com##.sm-icons washingtonpost.com##.small-block-grid-2 atlantic.net##.smc-btn sonymobile.com##.smdw-footer-stay-connected enacademic.com##.smm +nation.com.pk##.sn pulse.com.gh,pulse.ng##.sn_published classicalite.com,hankooktire.com,joins.com,kdramastars.com,parentherald.com,realtytoday.com,theinvestor.co.kr,yibada.com##.sns econotimes.com##.snsBookmarkTop @@ -14887,7 +15122,8 @@ nikkei.com##.snsicon-list psychologies.co.uk##.soc designntrend.com##.soc_box onlineprnews.com##.soc_box[style=" margin-bottom:10px; border:solid 1px #EEEEEE; clear:both"] -3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,adtile.me,africaoilandpower.com,aimonetti.net,airforcetimes.com,al-shorfa.com,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,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,blogspot.co.uk,bollywoodlife.com,bostonmagazine.com,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,chicagoist.com,choicetv.co.nz,churchmilitant.com,clementoni.com,cloudcomputing-news.net,cmu.edu,cnet.com,collectorsweekly.com,comicbook.com,comicbookmovie.com,connectify.me,consequenceofsound.net,cookingchanneltv.com,countdown.co.nz,curseforge.com,dailyhaha.com,davemcelfatrick.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,droid-life.com,duluthtrading.com,e3expo.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,firstsrowsports.eu,fleshbot.com,foodhub.co.nz,foodnetwork.com,forbes.com,foreignpolicy.com,foxbusiness.com,foxnews.com,freebeacon.com,freelanceswitch.com,fstoppers.com,fundoomails.com,funnyordie.com,futurecapetown.com,gadgetsnow.com,galabingo.com,gamblingtherapy.org,gamesradar.com,givemesport.com,globalnews.ca,gnv.it,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,halfhourmeals.com,hallels.com,hawaii.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,honesttopaws.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,informationweek.com,infoworld.com,intercom.io,inthralld.com,intomobile.com,investopedia.com,ipodnn.com,iranwire.com,isprime.com,itproportal.com,jamescoyle.net,jeep.co.nz,joblo.com,juancole.com,kbs.co.kr,kde.org,ketknbc.com,kingsleybeverages.com,kogan.com,kordia.co.nz,laist.com,lctmag.com,ldv.co.nz,lifehacker.com.au,littlethings.com,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,makerstudios.com,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,mayoclinic.org,medicaldaily.com,memez.com,metro.us,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,mophie.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,networkworld.com,neustar.biz,newrepublic.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,nzherald.co.nz,nzx.com,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reviewed.com,rickey.org,ropeofsilicon.com,rottentomatoes.com,rtcc.org,sassyhongkong.com,sassymanila.com,sat.tv,scalescale.com,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,sofarsogood.fr,softexia.com,softonic.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spectator.org,spin.com,sportsmole.co.uk,spratings.com,standard.co.uk,sucuri.net,supermacs.ie,t3.com,tablet-news.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,theonion.com,therugbyblog.com,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,trendhunter.com,tribalfootball.com,troyhunt.com,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,vulture.com,wallpaper.com,wantedonline.co.za,washingtontimes.com,wbs-law.de,we.com.na,wearabletechnology-news.com,weathernationtv.com,webs.com,weeklystandard.com,wegotthiscovered.com,wetpaint.com,whatculture.com,whowhatwear.com,windowsvalley.com,winrumors.com,wn.com,woot.com,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social +stephaniemiller.com##.socai-widget +3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,adtile.me,africaoilandpower.com,aimonetti.net,airforcetimes.com,al-shorfa.com,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,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,blogspot.co.uk,bollywoodlife.com,bostonmagazine.com,breakingnews.ie,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,chicagoist.com,choicetv.co.nz,churchmilitant.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,dailysignal.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,droid-life.com,duluthtrading.com,e3expo.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,firstsrowsports.eu,fleshbot.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,globalnews.ca,gnv.it,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,halfhourmeals.com,hallels.com,hawaii.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,hmetro.co.zw,honesttopaws.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,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,laist.com,lctmag.com,ldv.co.nz,lifehacker.com.au,littlethings.com,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,makerstudios.com,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,mayoclinic.org,medicaldaily.com,memez.com,metro.us,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,monthlyreview.org,mophie.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,networkworld.com,neustar.biz,newrepublic.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,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reviewed.com,rickey.org,rockstargames.com,ropeofsilicon.com,rottentomatoes.com,rtcc.org,sassyhongkong.com,sassymanila.com,sat.tv,scalescale.com,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sfchronicle.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,sofarsogood.fr,softexia.com,softonic.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spectator.org,spin.com,sportsmole.co.uk,spratings.com,standard.co.uk,sucuri.net,supermacs.ie,t3.com,tablet-news.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,theonion.com,theringreport.com,therugbyblog.com,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,trendhunter.com,tribalfootball.com,troyhunt.com,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,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,windowsvalley.com,winrumors.com,wn.com,woot.com,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social tgdaily.com##.social-actions marketplace.org##.social-bottom dibujos.net##.social-container @@ -14905,6 +15141,7 @@ cruisemapper.com##.socialPage vice.com##.social_apps myfitnesspal.com##.social_profile forbes.com,impactloud.com,technobuffalo.com,thehindu.com,thenextweb.com##.socialize +bidorbuy.co.za##.socialnetwork thevine.com.au##.socialreader guernicamag.com##.socio3 funnyjunk.com##.someBtnLarge @@ -14912,6 +15149,7 @@ ex.fm##.song_action_share_icons flysat.com##.sosyalmedya wnd.com##.specific-social ew.com##.spot-im-ltr +newsbomb.gr##.spread-links lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-bg lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-box thestack.com##.spu-float-left @@ -14968,7 +15206,7 @@ moviesdbz.com##.toPopup xbiz.com##.tool-list audioprointernational.com,chicagobusiness.com,crainsnewyork.com,mcvuk.com,pcr-online.biz##.toolbar techpp.com##.toolbar-fixed -abc.net.au,ntd.tv##.tools +abc.net.au,ntd.tv,progressive.org##.tools businessgreen.com,theinquirer.net##.tools-container kdramastars.com##.top-sns gamenguide.com##.top_sns @@ -14994,7 +15232,7 @@ scribol.com##.tweetme cricketcountry.com##.twicon nymag.com##.twit good.is##.twit-widget -addictivetips.com,al-shorfa.com,alternativeto.net,alternet.org,anandtech.com,backstage.com,barstoolsports.com,bdnews24.com,belfasttelegraph.co.uk,bitly.com,bleacherreport.com,buffalonews.com,bulova.com,cadenaazul.com,canberratimes.com.au,catapult.co,chacha.com,cloudmark.com,comicrelief.com,computingunleashed.com,coolest-gadgets.com,crosscut.com,deadspin.com,deathandtaxesmag.com,designroyale.com.au,digitalrev.com,digitimes.com,discountsstory.com,eater.com,enom.com,eurogamer.net,everfi.com,fashionmagazine.com,fest300.com,filmfare.com,filmgo.org,fixya.com,forbes.com,forvo.com,fraghero.com,gameranx.com,gizmodo.com,gogoanime.se,hallels.com,happycoins.com,huffingtonpost.ca,huffingtonpost.co.uk,huffingtonpost.com,iflscience.com,independent.co.uk,independent.ie,joystiq.com,kickstarter.com,lapoderosa.com,latintimes.com,lifehacker.com,livemint.com,ludokado.com,luta.co.uk,macrumors.com,messynessychic.com,msnbc.msn.com,mumbrella.com.au,mvmtwatches.com,myunidays.com,ncaa.com,nirmaltv.com,novirusthanks.org,npr.org,nzherald.co.nz,onenewsnow.com,pcworld.in,perpetual-solutions.com,pinknews.co.uk,proboards.com,pvplive.net,recode.net,reuters.com,rfi.fr,richersounds.com,ryot.org,saturn.de,sci2.tv,sciencenews.org,scion.com,scroll.in,scufgaming.com,skybet.com,smashingmagazine.com,squidoo.com,stepstone.be,take.fm,techspot.com,theage.com.au,theatlantic.com,thedailybeast.com,thedailyshow.com,thedigitalfix.com,thefinancialist.com,tineye.com,tmz.com,triangleoffense.com,tvland.com,tvnz.co.nz,tweaktown.com,usvsth3m.com,vine.co,washingtonpost.com,wccftech.com,westword.com,wheels24.co.za,wn.com,yahoo.com,yoink.com,yourdailymedia.com##.twitter +addictivetips.com,al-shorfa.com,alternativeto.net,alternet.org,anandtech.com,backstage.com,barstoolsports.com,bdnews24.com,belfasttelegraph.co.uk,bitly.com,bleacherreport.com,buffalonews.com,bulova.com,cadenaazul.com,canberratimes.com.au,catapult.co,chacha.com,cloudmark.com,comicrelief.com,computingunleashed.com,coolest-gadgets.com,crosscut.com,deadspin.com,deathandtaxesmag.com,designroyale.com.au,digitalrev.com,digitimes.com,discountsstory.com,eater.com,enom.com,eurogamer.net,everfi.com,fashionmagazine.com,fest300.com,filmfare.com,filmgo.org,fixya.com,forbes.com,forvo.com,fraghero.com,gameranx.com,gizmodo.com,gogoanime.se,hallels.com,happycoins.com,huffingtonpost.ca,huffingtonpost.co.uk,huffingtonpost.com,iflscience.com,independent.co.uk,independent.ie,joystiq.com,kickstarter.com,lapoderosa.com,latintimes.com,lifehacker.com,livemint.com,ludokado.com,luta.co.uk,macrumors.com,messynessychic.com,msnbc.msn.com,mumbrella.com.au,mvmtwatches.com,myunidays.com,ncaa.com,nirmaltv.com,novirusthanks.org,npr.org,nzherald.co.nz,onenewsnow.com,pcworld.in,perpetual-solutions.com,pinknews.co.uk,proboards.com,pvplive.net,recode.net,reuters.com,rfi.fr,richersounds.com,ryot.org,saturn.de,sci2.tv,sciencenews.org,scion.com,scroll.in,scufgaming.com,seattletimes.com,skybet.com,smashingmagazine.com,squidoo.com,stepstone.be,take.fm,techspot.com,theage.com.au,theatlantic.com,thedailybeast.com,thedailyshow.com,thedigitalfix.com,thefinancialist.com,tineye.com,tmz.com,triangleoffense.com,tvland.com,tvnz.co.nz,tweaktown.com,usvsth3m.com,vine.co,washingtonpost.com,wccftech.com,westword.com,wheels24.co.za,wn.com,yahoo.com,yoink.com,yourdailymedia.com##.twitter slate.com##.twitter > .twitter thedailybeast.com##.twitter-search espnfc.com,eurosport.fr##.twitter-tweet @@ -15056,6 +15294,7 @@ newyorker.com##[class*="ArticleSocial"] newyorker.com##[class*="socialShare"] msnbc.com##[class^="share__"] scientificamerican.com##[data-mobile-context-nav-tab="share"] +shazam.com##[data-shz-cmd="share"] alternativeto.net##[href="http://twitter.com/alternativeto"] flickr.com##[href="http://twitter.com/flickr"] imdb.com##[href="http://twitter.com/imdb"] @@ -15178,6 +15417,7 @@ dailymail.co.uk###floatingShare pcmag.com###footer_social ratemyprofessors.com###headSocial xda-developers.com###header_social_wrapper +bnonews.com###mvp-foot-soc cnbc.com###rt_social marketwatch.com###share-bar sporcle.com###share-game-facebook @@ -15261,6 +15501,7 @@ dailymail.co.uk##.googleplus newsarama.com##.header-social-btn soccity.net##.header-special-social laptopmag.com##.headerSocial +tlc.com##.headerSocial__socialLinks pcworld.co.nz##.header_social computerworlduk.com##.helpIcons cinemablend.com##.iSocialB @@ -15283,6 +15524,7 @@ mashable.com##.microcontent-shares androidcentral.com,crackberry.com,imore.com,windowscentral.com##.mn_mbn_share androidcentral.com##.mn_share_module huffingtonpost.co.uk##.mod-follow +bnonews.com##.mvp-post-soc-wrap theatlantic.com##.nav-social-links nationalpost.com##.npStoryShare ijr.com##.opt360-share-buttons-article-start @@ -15409,6 +15651,7 @@ kabeleins.de,prosieben.de,prosiebenmaxx.de,ran.de,sat1.de,sixx.de##.twitter-shar cinemablend.com##.twitter-share-button kabeleins.de,prosieben.de,prosiebenmaxx.de,ran.de,sat1.de,sixx.de##.twitter-timeline itechpost.com##.uni-social +tlc.com##.videoMetadata__social dailymail.co.uk##.vjs-social-icon xda-developers.com##.w-social softonic.com##.widget-facebook-timeline @@ -15430,13 +15673,14 @@ ndtv.com##a[href^="https://www.facebook.com/sharer.php?u="] ! dinamani.com,samakalikamalayalam.com###print_article armeniasputnik.am,rtvslo.si,sputnik-abkhazia.info,sputnik-georgia.com,sputnik-news.ee,sputnik-ossetia.com,sputnik-tj.com,sputnik.az,sputnik.by,sputnik.kg,sputnik.md,sputniknews-uz.com,sputniknews.cn,sputniknews.kz,sputniknews.lt,sputniknewslv.com###share -tvsa.ba###social +meteovista.com.tr,meteovista.si,tvsa.ba###social mc-doualiya.com##.actions +capital.gr##.controls trt.net.tr##.facebook transfermarkt.com.tr##.header-social diyanet.tv##.lobibox-notify-wrapper diyanet.tv##.navbar-sosyal -aljazeera.net,autoline-arabic.com,autoline-eu.rs,autoline.com.tr,autoline.lt,autoline.lv,autoline.me,autoline.mk,autoline.ro,autoline.si,autoline.sk,cnbcindonesia.com,cnnindonesia.com,cnnturk.com,dr.dk,hrt.hr##.share +aljazeera.net,autoline-arabic.com,autoline-eu.rs,autoline.com.tr,autoline.lt,autoline.lv,autoline.me,autoline.mk,autoline.ro,autoline.si,autoline.sk,cnbcindonesia.com,cnnindonesia.com,cnnturk.com,dr.dk,hrt.hr,insomnia.gr##.share sahartv.ir##.share-instagram sahartv.ir##.share-mail sahartv.ir##.share-soundcloud @@ -15448,6 +15692,7 @@ irinn.ir##.social-network trthaber.com##.son cnnindonesia.com##.sosmed diyanet.tv##.sosyal-alt-ust +gazzetta.gr##.toolbar trt.net.tr##.twitter yle.fi##.yle__article__header__shareButtons ||seitzeichen.de^$third-party @@ -15545,6 +15790,7 @@ anjo.to###facebook kress.de###facebookbox-open sprachnudel.de###facebox sprachnudel.de###facebox_overlay +moebel-hubacher.ch###fb-button moviepilot.de###fb-connect-dialog dls-logistics.de###footerlinks presseportal.de###iLike @@ -15552,10 +15798,11 @@ derstandard.at###infoslide 3sat.de###navBarIcons deutschlandradio.de###pageContentClosure netzwelt.de###sccf +sternstunden.de###service-links focus.de###singlepostSlideInBoxHoch focus.de###singlepostSlideInBoxQuer bild.de###smbChannelBlock -myloc.de###social +meteovista.de,myloc.de###social androidpit.de###swBar_1 amazon.de###tafContainerDiv suedtirolnews.it###text-6 @@ -15567,21 +15814,24 @@ t-online.de##.Tliveconnect gulli.com##._bookmark onlinewelten.com##.action-initiator butenunbinnen.de##.article-addons +infosat.de##.artikeltools provinz.bz.it##.banner_facebook chip.de##.bookmark fnp.de,sport1.de,winfuture.de##.bookmarks br.de##.c_toolbar chip.de##.col340-ri > .ad-ri + div[style="overflow:hidden; margin:0 0 22px 0;"] swr.de##.communityLinks +deutsche-startups.de##.connectButtons gamestar.de##.content > .columnContent > .bottomservice model-kartei.de##.copyr deutschlandfunk.de##.dlf-articlesocial deutschlandfunkkultur.de##.drk-articlesocial deutschlandfunkkultur.de##.drk-headsocial +israelheute.com##.entry-social heise.de,swr3.de,t3n.de##.facebook tape.tv##.facebook-prompt gutscheinsammler.de##.fancybox-overlay -deutschlandfunk.de##.fb +deutschlandfunk.de,fantasy.de##.fb zentrum-der-gesundheit.de##.fbbox_overlay falk.de##.fbstatic myvideo.de##.globallike--fb-navi @@ -15591,10 +15841,12 @@ handelsblatt.com##.hcf-social-bookmark handelsblatt.com##.hcf-tbar-socials gmx.net##.head > #intro-aux transfermarkt.at,transfermarkt.ch,transfermarkt.de##.header-social +fantasy.de##.ig deutschlandfunk.de##.in rbb-online.de##.include_bookmarks daswetter.com##.liCompartir swr3.de##.like-settings +ndr.de##.meta laut.de##.module-share ardmediathek.de##.mt-player_bookmarks tvnow.de##.player_share_wrapper @@ -15603,7 +15855,7 @@ ndr.de##.recommendations t3n.de##.sbCombined autoline-eu.at,autoline-eu.ch,autoline.de,autoline.li,nachrichten.it,radiotirol.it,suedtirol1.it,welt.de##.share hardwareluxx.de##.shariff-button -kas.de,provinz.bz.it##.sharing +dasding.de,fr.de,kas.de,provinz.bz.it##.sharing zeit.de##.show_smk mindfactory.de##.sliderbar amazon.de##.smTabCDiv @@ -15612,16 +15864,17 @@ playmassive.de,playnation.de##.sn heise.de##.soc-pos focus.de##.socBm focus.de##.socInfo -az.com.na,kabeleins.de,klassikradio.de,n24.de,peugeot.de,prosieben.de,ran.de,sat1.de,sixx.de,the-voice-of-germany.de,top.de##.social +az.com.na,infosat.de,kabeleins.de,klassikradio.de,n24.de,peugeot.de,prosieben.de,ran.de,sat1.de,sixx.de,the-voice-of-germany.de,top.de##.social futurezone.at##.social > li > a > img schwaebische.de##.social_communities playnation.de##.sos spiegel.de##.spHeaderFollow netzwelt.de##.stcl androidpit.de##.tile_Follow -deutschlandfunk.de##.tw -heise.de,ifun.de,iphone-ticker.de,swr3.de,t3n.de##.twitter +deutschlandfunk.de,fantasy.de##.tw +heise.de,ifun.de,iphone-ticker.de,rnd-news.de,swr3.de,t3n.de##.twitter neusprech.org##.wptwitter +rnd-news.de##.xing t3n.de##.youtube futurezone.at##a[class*="follow sm_"] auto-motor-und-sport.de##a[is-google-trigger] @@ -15676,6 +15929,7 @@ focus.de##a[href="http://twitter.com/share"] ! gadzetomania.pl###floatingbar polskatimes.pl###narzedzia +meteovista.pl###social strefabiznesu.pl###toolbar mf24.pl##.facebook eurocash.pl##.fb @@ -15690,10 +15944,12 @@ mf24.pl##.youtube ! ! ---------- Dutch Site Specific Hiding Rules ---------- ! +weeronline.nl###social +israeltoday.nl##.entry-social welingelichtekringen.nl##.followbuttons transfermarkt.nl##.header-social -autoline-nl.be,autoline.nl,diningcity.nl,nos.nl##.share -knack.be,voetbal24.be,voetbalnieuws.be##.social +at5.nl,autoline-nl.be,autoline.nl,diningcity.nl,nos.nl##.share +knack.be,rtlnieuws.nl,voetbal24.be,voetbalnieuws.be##.social ||sanoma.nl/media/static/images/icon_zienl.png ! ! ---------- Swedish Site Specific Hiding Rules ---------- @@ -15704,6 +15960,7 @@ radioplay.se##div[style="flex-shrink: 0; border-left: 1px solid rgba(255, 255, 2 ! ---------- Russian Site Specific Hiding Rules ---------- ! ntv.ru###bottomsoc +dnr-online.ru###footsoc rg.ru###rgb_vk rg.ru###rgb_yandex-zen_zen sputnik-abkhazia.ru,sputnik-georgia.ru,sputnik-ossetia.ru###share @@ -15721,6 +15978,7 @@ rambler.ru##.share__list > * forbes.ru##.shares caravan.kz##.sm-list academic.ru##.smm +grozny.tv##.soc_list aif.ru##.soc_wid forbes.ru,mk.ru##.social echo.msk.ru##.socmenu @@ -15743,7 +16001,7 @@ madagascar-tribune.com###reseaux_sociaux cowcotland.com###rezo moniteurautomobile.be###scrollTop express.live,lepoint.fr###share -sfr.fr###social +meteovista.be,meteovista.fr,sfr.fr###social leforem.be###suivi gentside.com##.action jeuneafrique.com##.art-toolbox @@ -15765,6 +16023,7 @@ rtl.fr##.gg lci.tf1.fr,liberation.fr,loi1901.com,silicon.fr##.google franceantilles.fr,ladepeche.fr,programme-tv.net##.gplus sudouest.fr##.header-social +lesinrocks.com##.inner_bouton_top rtl.fr##.ld tameteo.com##.liCompartir lachainemeteo.com##.lien_soc @@ -15816,28 +16075,35 @@ abola.pt,conjur.com.br,jornaldenegocios.pt,record.pt,uol.com.br##.social ! ---------- Spanish Site Specific Hiding Rules ---------- ! soychile.cl###facebook +notiactual.com###redes hispantv.com###sharings-footer 3djuegos.com###siguenos +europapress.es###subnavegacionFixed horoscoponegro.com###text-23 ara.cat##.ara-header-social lanacion.com.ar##.compartir +americateve.com##.compartir-nota apertura.com,cronista.com##.content-redes ondacero.es##.facebook starmedia.com##.fbk tbnespaña.es,transfermarkt.es,transfermarkt.pt##.header-social +economiahoy.mx##.ic-rs meteored.cl,meteored.com.ar,meteored.mx,tiempo.com##.liCompartir cadenaser.com##.modulo_compartir -crea-mexico.com,futbol.com.uy,montevideo.com.uy,pantallazo.com.uy,telesurtv.net##.redes +crea-mexico.com,futbol.com.uy,montevideo.com.uy,mvsnoticias.com,pantallazo.com.uy,telesurtv.net##.redes cadenaser.com##.rrss autoline-market.cl,autoline.bo,autoline.com.py,autoline.es,autoline.pe,clarin.com,elperiodico.cat,elperiodico.com,hispantv.com##.share tn.com.ar##.shares hispantv.com##.sharings -clarin.com,diarioti.com,estrellatv.com,europapress.es,publico.es##.social +20minutos.es,clarin.com,diarioti.com,estrellatv.com,europapress.es,informador.mx,publico.es##.social cadenaser.com##.ssnn +portafolio.co##.texto_redes7 ara.cat##.tool-set cope.es##.toolbar ondacero.es##.twitter +telexitos.com##.twitterModule starmedia.com##.twt +elobservador.com.uy##.user-actions-wrapper ondacero.es##.vermas publicar.com##img[style="margin: 0px 10px; float: left; width: 26px;"] ! @@ -15864,7 +16130,7 @@ termometropolitico.it###seguici gazzetta.it###share misya.info###side-share deejay.it###slider -autobelle.it,bancadipiacenza.it,canavesenews.it,creditocooperativo.it,fotografidigitali.it,gianlucadimarzio.com,ilsecoloxix.it,meteogiornale.it,optimaitalia.com,radioitalia.it,unibo.it,virginactive.it###social +autobelle.it,bancadipiacenza.it,canavesenews.it,creditocooperativo.it,fotografidigitali.it,gianlucadimarzio.com,ilsecoloxix.it,meteogiornale.it,meteovista.it,optimaitalia.com,radioitalia.it,unibo.it,virginactive.it###social radioetv.it###social_presence grom.it###top-info bancadipiacenza.it###vimeo @@ -15888,12 +16154,14 @@ ansa.it##.bt-suggest cirio.it##.cirioYou optimaitalia.com##.condivisioni everyeye.it##.cont_reply > .link-post +playstationitalianleague.com##.context-content-community-links repubblica.it##.detail-social donnamoderna.com##.donnam-footer-social mediaset.it##.dsoc -ilfoglio.it,startromagna.it##.facebook +ilfoglio.it,startromagna.it,webnews.it##.facebook iphoneitalia.com##.faicosoc gianlucadimarzio.com##.fb +mezzicommerciali.it##.fb-menu rivistailmulino.it##.float-container ilfattoquotidiano.it##.follow ravennanotizie.it##.footer-link @@ -15902,6 +16170,7 @@ fanpage.it##.ft-icon corriereadriatico.it,ilgazzettino.it,ilmattino.it,ilmessaggero.it,leggo.it,quotidianodipuglia.it##.fumetti ilmeteo.it##.giornale-contatti advicegroup.it##.google +webnews.it##.gplus epochtimes.it,regione.abruzzo.it,stroilioro.com,transfermarkt.it##.header-social nolostand.it##.home-social tuttosport.com##.ico-shared @@ -15917,10 +16186,10 @@ autoline-eu.it,basketinside.com,carpicalcionews.it,cittaceleste.it,comune.torino ilsole24ore.com##.share-elements provincia.bz.it##.sharing mediaset.it,meteo.it##.shr -affaritaliani.it,angeloparodi.it,angolotesti.it,askanews.it,auto.it,cielotv.it,cittametropolitanaroma.gov.it,coopcasarsa.it,corriere.it,diariodelweb.it,eurogamer.it,euronics.it,eurospin.it,famigliacristiana.it,fm-world.it,grandhotel-et-des-palmes.com,hdmotori.it,ilpopulista.it,ilposticipo.it,inmoto.it,istat.it,italiaoggi.it,ivid.it,legacoop.coop,liberoquotidiano.it,linkiesta.it,magnoliatv.it,meetingrimini.org,milanofinanza.it,moto.it,mtv.it,norbaonline.it,olivetti.com,radiocitymilano.it,ravennanotizie.it,regione.piemonte.it,repubblica.it,rmcsport.net,rollingstone.it,roncadin.it,rossopomodoro.it,sorgenia.it,suzuki.it,tari.it,testimania.com,vg247.it,wallstreetitalia.com##.social +affaritaliani.it,altroconsumo.it,angeloparodi.it,angolotesti.it,askanews.it,auto.it,cielotv.it,cittametropolitanaroma.gov.it,coopcasarsa.it,corriere.it,diariodelweb.it,eurogamer.it,euronics.it,eurospin.it,famigliacristiana.it,fm-world.it,grandhotel-et-des-palmes.com,hdmotori.it,ilpopulista.it,ilposticipo.it,inmoto.it,istat.it,italiaoggi.it,ivid.it,legacoop.coop,liberoquotidiano.it,linkiesta.it,magnoliatv.it,meetingrimini.org,milanofinanza.it,moto.it,mtv.it,norbaonline.it,olivetti.com,radiocitymilano.it,ravennanotizie.it,regione.piemonte.it,repubblica.it,rmcsport.net,rollingstone.it,roncadin.it,rossopomodoro.it,sorgenia.it,suzuki.it,tari.it,testimania.com,vg247.it,wallstreetitalia.com##.social epochtimes.it,ilsole24ore.com##.tools gianlucadimarzio.com,ilpost.it##.tw -ilfoglio.it##.twitter +ilfoglio.it,webnews.it##.twitter mymovies.it##.vota-pul-consiglio ||calciomercato.it/img/notizie/social/ ||ilmeteo.it^*/BOX%20COMPLETO. @@ -15946,8 +16215,10 @@ glz.co.il##.facebookSection ! goal.com##table[style="background-color: #081f2c; border-color: #00ac77; border-width: 3px; border-style: solid; width: 100%;"] ! -! ---------- Norway Site Specific Hiding Rules ---------- +! ---------- Norwegian Site Specific Hiding Rules ---------- ! +meteovista.no###social +israeltoday.no##.entry-social vg.no##.facebook budstikka.no##.np-videoInfo nrk.no##.nrkno-share @@ -16016,6 +16287,7 @@ prism-break.org#@##social-networks amongtech.com#@##social-sidebar okanime.com#@##social-wrapper welovemusthaves.com#@##socialContainer +solojuve.com#@##socialWrapper coverscreen.com#@##social_bar base.de#@##social_footer ghostery.com#@##social_media @@ -16061,7 +16333,7 @@ lenta.ru#@#.b-topic__socials opposingviews.com#@#.block-socialmedia kcrw.com#@#.bottom-social login.gog.com#@#.btn--facebook -accounts.pixiv.net,adespresso.com,airbnb.cat,airbnb.com,airbnb.de,airbnb.it,apertura.com,aplus.com,appspot.com,chess.com,crowdin.net,dailymotion.com,deezer.com,eventim.de,foodit.com,help.getadblock.com,magine.com,meetme.com,nexoneu.com,nrj.fr,setlist.fm,spotify.com,swappa.com,thegamebusters.it,theoldreader.com,webgate.ec.europa.eu,younow.com#@#.btn-facebook +accounts.pixiv.net,adespresso.com,airbnb.cat,airbnb.com,airbnb.de,airbnb.it,apertura.com,aplus.com,appspot.com,chess.com,crowdin.net,dailymotion.com,deezer.com,eleconomista.es,eventim.de,foodit.com,help.getadblock.com,magine.com,meetme.com,nexoneu.com,nrj.fr,setlist.fm,spotify.com,swappa.com,thegamebusters.it,theoldreader.com,webgate.ec.europa.eu,younow.com#@#.btn-facebook nexoneu.com,secure.allocine.fr,techinasia.com#@#.btn-fb foodit.com,thegamebusters.it,theoldreader.com#@#.btn-google-plus accounts.pixiv.net,apertura.com,secure.allocine.fr#@#.btn-gplus @@ -16280,6 +16552,7 @@ nextinpact.com#@#.sharrre youtube.com#@#.show-share 500px.com#@#.show_social gry-online.pl#@#.social-16 +tvp.info#@#.social-article dallascowboys.com,golem.de,patriots.com,top.de#@#.social-bar funnyordie.com#@#.social-bar-container wat.tv#@#.social-block @@ -16312,7 +16585,7 @@ f-secure.com#@#.social-media-buttons schuermann.eu#@#.social-media-list nvidia.pl#@#.social-newsletter linkis.com#@#.social-panel -techspot.com#@#.social-popup +techspot.com,tuba.pl#@#.social-popup chrisblattman.com#@#.social-post infox.ru#@#.social-section cuisineactuelle.fr,femmeactuelle.fr,matvpratique.com#@#.social-share-count @@ -16448,7 +16721,7 @@ allestörungen.de,encyclopediadramatica.se,flattr.com,github.com,github.io,googl aliexpress.com,github.com,github.io,wikipedia.org#@#a[title="facebook"] smugmug.com#@#button[title="Share"] digg.com#@#div[id^="digg-widget-"] -a2zapk.com,authy.com,clubbingtv.com,disqus.com,eff.org,facebook.com,github.com,github.io,google.co.nz,google.co.uk,google.com,google.com.au,google.de,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,maxthon.com,microsoft.com,opendatacity.de,playboy.com,sky.com,t3n.de,thoughtcatalog.com,twitter.com,udacity.com,vvhp.net,whatthetech.com,wikipedia.org#@#img[alt="Facebook"] +a2zapk.com,authy.com,clubbingtv.com,disqus.com,eff.org,eleconomista.es,facebook.com,github.com,github.io,google.co.nz,google.co.uk,google.com,google.com.au,google.de,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,maxthon.com,microsoft.com,opendatacity.de,playboy.com,sky.com,t3n.de,thoughtcatalog.com,twitter.com,udacity.com,vvhp.net,whatthetech.com,wikipedia.org#@#img[alt="Facebook"] github.com,github.io,google.co.nz,google.co.uk,google.com,google.com.au,google.de,vvhp.net,wikipedia.org,xkcd.com,youtube.com#@#img[alt="Google+"] a2zapk.com,github.com,github.io,google.co.nz,google.co.uk,google.com,google.com.au,google.de,vvhp.net,whatculture.com,wikipedia.org#@#img[alt="Instagram"] a2zapk.com,eff.org,github.com,github.io,google.co.nz,google.co.uk,google.com,google.com.au,google.de,linkedin.com,wikipedia.org#@#img[alt="LinkedIn"] @@ -16699,6 +16972,7 @@ fark.com,github.com,github.io,marketplace.firefox.com,vvhp.net,wikipedia.org#@#i @@||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 +@@||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 @@||gstatic.com/*/notifications/logo/google-plus-$image,domain=google.com @@ -17062,4 +17336,4 @@ fark.com,github.com,github.io,marketplace.firefox.com,vvhp.net,wikipedia.org#@#i @@||material.cmiscm.com/images/share.png @@||privacypal.co/assets/img/fb.jpg @@||volkswagen-electrique.fr/img/share/share.jpg -! Checksum: eeGpgxDLnLrEYLHYtCQsXg +! Checksum: iiEBh2PBQXJjPTv8z8MNjw diff --git a/app/src/main/assets/de/about_changelog_dark.html b/app/src/main/assets/de/about_changelog_dark.html index b346807b..4fee8c53 100644 --- a/app/src/main/assets/de/about_changelog_dark.html +++ b/app/src/main/assets/de/about_changelog_dark.html @@ -28,6 +28,22 @@ +

2.12 (version code 35)

+

31. Juli 2018 - Mindest-API 19, Ziel-API 27

+ +

2.11 (version code 34)

10. Juli 2018 - Mindest-API 19, Ziel-API 27