readcomics.website

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
DarkNinja
New Member
New Member
Posts: 1
Joined: Wed Dec 06, 2017 12:39 am

readcomics.website

Post by DarkNinja »

I use this website to read new comics that pop up and despite me using adblock, there are still some ads that go through. Even if I maunally turn them off, they come back when a switch to a new page. Please help!

Thank you!
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

for uBo update your lists
-Mark-
Postaholic
Postaholic
Posts: 382
Joined: Tue Jul 05, 2016 7:46 pm

Post by -Mark- »

It's pulling ads via a WebRTC connection to tr.jojilabola.com:3478

It first tries via a WebSocket connection and when it fails, it tries to establish a WebRTC connection.

nowebrtc.js can be foiled and doesn't work at times, you may wanna remove that.

I'm using

Code: Select all

readcomics.*##script:inject(abort-current-inline-script.js, atob, decodeURIComponent)
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

it seems to work for ABP too:

Code: Select all

*$websocket,domain=readcomics.website
*$webrtc,domain=readcomics.website
||jojilabola.com^
Locked