windowsreport.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

windowsreport.com

Post by gotitbro »

There are ads by Reimage Inc. (http://www.reimageplus.com/) on http://windowsreport.com/ below the header image in articles and another ad below below the Related Articles tab.

Error URL: http://windowsreport.com/microsoft-nokia-216/
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

Simple hiding filters are not working for me.
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

add:

Code: Select all

/728x300-banner.
or

Code: Select all

##a[href^="http://www.reimageplus.com/lp/rva/index.php?tracking="]
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

Thanks @smed79the second filter works fine.
Cascade
Contributor
Contributor
Posts: 330
Joined: Fri Jun 18, 2010 3:11 pm
Location: UK

Post by Cascade »

I noticed these ads today and found smed79's rules to be useful. Please consider adding to EasyList.
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

@smed79, @intense There is a "We Recommend" text before the text ads that are placed above and below the article while the text ads are hidden by ##a[href^="http://www.reimageplus.com/"], how can I hide this text by using uBO selectors?

SS: http://i.imgur.com/Nsa0VWH.png
Error URL: http://windowsreport.com/clipboard-managers-windows-10/
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Code: Select all

windowsreport.com##b:has-text(RECOMMEND:)
(using ubo 1.10.7.102)
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

or use the "classic" rule

Code: Select all

windowsreport.com##.post-featured-image + .description + .text-center.single-content-section
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

intense wrote: Sun Jan 29, 2017 8:30 am or use the "classic" rule

Code: Select all

windowsreport.com##.post-featured-image + .description + .text-center.single-content-section
This rule works but not the above uBO one, there is also this same text below the article above the comments section, can you please help me with that as well.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Are you using the last version of ubo ?
https://github.com/gorhill/uBlock/releases

the second classic rule

Code: Select all

windowsreport.com##.featured-posts.full.clearfix.row + DIV > P:first-child + DIV[align="center"]
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

I was on the Chrome webstore version, 1.10.4, the first filter now works. Any idea what was added in 1.10.7.102 or what wasn't there in this 1.10.4 version?
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

just read in the releases page
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

intense wrote: Mon Jan 30, 2017 7:42 am just read in the releases page
I see that the scope of has: is increased in the latest release, thanks for pointing out.
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

They are now showing a full text ad box below the article's main image. Not sure how to hide this.

SS: https://i.imgur.com/OXFW0xA.png
Error URL: http://windowsreport.com/best-windows-10-weather-apps/
-Mark-
Postaholic
Postaholic
Posts: 382
Joined: Tue Jul 05, 2016 7:46 pm

Post by -Mark- »

windowsreport.com##.single-content-section.text-center
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Code: Select all

windowsreport.com##.description + .single-content-section > .code-block > div[style^="background:"]
or for ubo

Code: Select all

windowsreport.com##.single-content-section:has(a[href*="&ads_name="])
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

[mention]smed79[/mention] Both filters seem to work fine but any idea on which will work "faster"? I guess it would be the first one...
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

Band ad spaces above, middle and below the article; in the sidebar and at the bottom are created for http://rtk.io ads.

Error URL: http://windowsreport.com/clean-recycle-bin-automatically/

These can be hidden by:

Code: Select all

windowsreport.com##div[id^="RTK"]
Locked