readcomiconline.to

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
enbob
Postaholic
Postaholic
Posts: 372
Joined: Sun Nov 08, 2015 3:15 am

readcomiconline.to

Post by enbob »

There is an mgid unit at the bottom of this page. Is there a way to block it?

readcomiconline.to/Comic/The-Adventures-of-Tintin/Issue-4?id=25165#2
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 »

try

Code: Select all

readcomiconline.to##iframe[sandbox]
or try uBo (where it is already handled).
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
enbob
Postaholic
Postaholic
Posts: 372
Joined: Sun Nov 08, 2015 3:15 am

Post by enbob »

Thank you.
zaphodbebblebrox
New Member
New Member
Posts: 8
Joined: Tue Apr 17, 2018 4:14 pm

Post by zaphodbebblebrox »

Sidebar ads. Can be fixed with

Code: Select all

 /^https?:\/\/readcomiconline\.to\/.{50,}/$domain=readcomiconline.to,first-party 
tspepsirain
New Member
New Member
Posts: 4
Joined: Wed May 16, 2018 2:20 pm

Post by tspepsirain »

ads are showing up on the whole site now.
https://i.imgur.com/sfHlpOR.png
afterlifex
New Member
New Member
Posts: 8
Joined: Thu Apr 19, 2018 11:21 pm

Post by afterlifex »

Until someone shows up that knows what they are doing(I don't) here's a bit of a messy way not to see the ads I am trying right now.

Code: Select all

||readcomiconline.to*.jpg 
(That stops all images)

Code: Select all

@@||readcomiconline.to/Uploads/*.jpg 
(will allow you to still see the comics and thumbnails that the above would stop)

Code: Select all

||readcomiconline.to/*/micro-logo.png 
(deals with the micro logo)

Code: Select all

readcomiconline.to##.bebi-icon-hover
(deals with the black part behind the micro logo)

Code: Select all

readcomiconline.to##div[style="text-align: center; width: 650px; margin: 0px auto;"]
(removes the large gap left by one of the ads)

I make no guarantees on reliability or accuracy.
afterlifex
New Member
New Member
Posts: 8
Joined: Thu Apr 19, 2018 11:21 pm

Post by afterlifex »

looks like the ads went from jpg to png

Code: Select all

||readcomiconline.to/*.png
(stops ad images)

Code: Select all

@@||readcomiconline.to/Content*.png
(Makes other site images still work, "hot", "updated" icons etc..)
tspepsirain
New Member
New Member
Posts: 4
Joined: Wed May 16, 2018 2:20 pm

Post by tspepsirain »

Nope, still looking like the ads are making it through.

I'm horrible with code reading, but it's looking like the ads are from here.

Code: Select all

<div id="ancakykgi568464421215-ps" style="overflow: hidden; width: 300px; height: 250px; margin: 0px; display: flex;"><div style="position: relative"><div class="bebi-icon-hover" style="box-sizing: content-box !important;position: absolute; margin:0 !important; padding: 3px 3px 1px 2px !important; bottom: 0; left:0; background: rgba(0,0,0,0.5); border-radius: 0 5px 0 0; width: 9px; clip: auto; overflow: hidden;"><a href="https://www.bebi.com?utm_source=adscript&amp;utm_medium=banner"><img style="max-width: 30px !important; max-height: 13px !important; width: 30px !important; height: 13px !important; display: none !important;" width="30" height="13" src="/40IB0nNl/micro-logo.png"></a></div><a style="display:block; width:300px; height:px; vertical-align:initial !important;" href="/GWyuVNaD7h9tAnMVoOTSn1fKzP1Xbk" rel="nofollow noindex"><img border="0" src="/SmqOJkxyvRoiZUjfG9LdTXYYx601qk.jpg" width="300"></a></div></div>
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

@tspepsirain did you try uBo ?
tspepsirain
New Member
New Member
Posts: 4
Joined: Wed May 16, 2018 2:20 pm

Post by tspepsirain »

No, I went and got it, and I was able to make them disappear. The space that they used to be in still exists.

Code: Select all

||readcomiconline.to/*.jpg$image
enbob
Postaholic
Postaholic
Posts: 372
Joined: Sun Nov 08, 2015 3:15 am

Post by enbob »

I'm now getting a row of ads on the top of the page here. Is it possible to block these?

https://readcomiconline.to/Comic/The-Adventures-of-Tintin/Issue-6?id=25170
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

Code: Select all

/ad(300x250)/*
||readcomiconline.to/sw.js
||readcomiconline.to/wp-includes/$subdocument
##div[id^="exoNativeWidget"]
##a[href*=".adynsrvazg.com/"]
###cus-exo
readcomiconline.to##[style="width: 1010px; height: 200px; margin: 0px auto;"]
/^https?:\/\/readcomiconline\.to\/wp-includes\/(.*){30,40}$/$image
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
enbob
Postaholic
Postaholic
Posts: 372
Joined: Sun Nov 08, 2015 3:15 am

Post by enbob »

These work. Thanks!
enbob
Postaholic
Postaholic
Posts: 372
Joined: Sun Nov 08, 2015 3:15 am

Post by enbob »

These are back. Is there a way to block them again?
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Are you using uBo or ABP ? In uBo I get no ad.
enbob
Postaholic
Postaholic
Posts: 372
Joined: Sun Nov 08, 2015 3:15 am

Post by enbob »

I'm using uBo.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Remove all those custom filters, update uBo lists, then post here a screenshot showing the ads.
Post an example page link too.
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 »

No ads with Adblock Plus https://imgur.com/O5W0LTh.png
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Locked