reddit.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
johndavis
New Member
New Member
Posts: 3
Joined: Wed Aug 03, 2016 4:28 pm

reddit.com

Post by johndavis »

https://www.reddit.com/

Ad Block

Code: Select all

reddit.com##.promoted
Here is a pointer to the current block.

https://github.com/easylist/easylist/bl ... .txt#L6529
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12223
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Have you got "Non-intrusive ads" enabled or disabled? I'm not see it here.
WarFame
Postaholic
Postaholic
Posts: 713
Joined: Fri Nov 27, 2015 1:35 pm

Post by WarFame »

Code: Select all

https://www.reddit.com/r/worldnews/
Leftover on the upper right:
https://i.imgur.com/gPz8vZM.png

Code: Select all

###ad_main_top
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

||reddit.com/api/request_promo.json?
check using a mobile user agent >> https://i.imgur.com/hAMLCSr.png

Code: Select all

||reddit.com/static/pixel.png
https://www.reddit.com/r/Python/
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
hellfire
Postaholic
Postaholic
Posts: 225
Joined: Mon Jan 11, 2016 4:02 pm

Post by hellfire »

cookie annoyance

Code: Select all

reddit.com###eu-cookie-policy
wilcoxon
New Member
New Member
Posts: 1
Joined: Sun Mar 19, 2017 4:48 pm

Post by wilcoxon »

I haven't used Reddit long but I never saw promoted links/ads until this weekend. The ABP code that come up when I select the block to remove is:

Code: Select all

reddit.com###thing_t3_5xwvrw
reddit.com##.thing.id-t3_5xwvrw.link.promoted.odd.promotedlink
The t3_5xw part seems to always be the same but the following 3 letters are random.

I know it should be possible to write a custom CSS selector to remove these but I don't understand CSS selectors well (and this was apparently correctly removed until this weekend).

And, yes, I do have "acceptable ads" turned off in ABP.
 ! Message from: smed79
Merged your topic forumsearch
Shttr
New Member
New Member
Posts: 1
Joined: Wed May 10, 2017 12:35 am

Post by Shttr »

reddit has changed their tracker address. It's currently in EasyList Privacy as

Code: Select all

||events.redditmedia.com^
but it looks like they've recently switched to sending tracking events to

Code: Select all

e.reddit.com
instead.
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

"Recommended" ads being loaded on https://www.reddit.com.

SS: http://i.imgur.com/WbqqATV.png
Error URL: https://www.reddit.com/

These can be blocked by:

Code: Select all

||reddit.com/api/request_recommended_link
More info: https://www.reddit.com/r/uBlockOrigin/comments/5zuyb0/recommended_by_reddit_ads/
Jem2005
New Member
New Member
Posts: 6
Joined: Thu Oct 19, 2017 6:02 pm
Location: USA, State College

Post by Jem2005 »

Hi
The following webpage has an ad. It is shown with chrome, but not with Fierfox, therefore I report this issue here

Code: Select all

https://www.reddit.com/r/privacy/comments/34tc2f/how_safe_is_chromium_privacy_wise/
This is an image
https://image.ibb.co/h3tF6R/55.jpg

Thanks
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 »

@Jem2005
I see no ads http://i.imgur.com/wBy2IXh.png
What adblocker are you using and what filter lists are enabled ?
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Jem2005
New Member
New Member
Posts: 6
Joined: Thu Oct 19, 2017 6:02 pm
Location: USA, State College

Post by Jem2005 »

Sorry guys,
I think I did a mistake, the ad shown is exhibited if non-intrusive advertising option is on.

:(
True
New Member
New Member
Posts: 3
Joined: Wed Nov 01, 2017 3:25 pm

Post by True »

[mention]smed79[/mention]
Can you help me block this random sidebar image on

Code: Select all

https://www.reddit.com/r/Ice_Poseidon/
This is how it looks: https://i.imgur.com/zjpohZh.png
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 »

@True Are you interested in recovering the classic style?

Code: Select all

||thumbs.redditmedia.com^$stylesheet,domain=reddit.com
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
True
New Member
New Member
Posts: 3
Joined: Wed Nov 01, 2017 3:25 pm

Post by True »

[mention]smed79[/mention] No, im just trying to block that single element without disabling the custom CSS
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 »

test in ABP

Code: Select all

reddit.com#?#a:after:-abp-has(height: 196px!important;)
or uBo

Code: Select all

reddit.com##a:after:style(width:0px !important; height:0px !important;)
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
True
New Member
New Member
Posts: 3
Joined: Wed Nov 01, 2017 3:25 pm

Post by True »

smed79 wrote: Wed Nov 01, 2017 8:23 pm test in ABP

Code: Select all

reddit.com#?#a:after:-abp-has(height: 196px!important;)
or uBo

Code: Select all

reddit.com##a:after:style(width:0px !important; height:0px !important;)
This works, thank you.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

or even
||a.thumbs.redditmedia.com/*.png
Locked