Class change

Everything about using Adblock Plus on Google Chrome
Locked
Arion
Posts: 41
Joined: Mon Jun 15, 2015 8:35 pm

Class change

Post by Arion »

Upon clearing the ads that adblock automatically does wait 5 sec then more is forced by a change in html code automatically of the "class" command if u force block one the next one will automatically reload with a new class code

eg.

Code: Select all

http://thewatchseries.to/episode/the_flash_2014__s2_e19.html 
please devise a solution
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Class change

Post by mapx »

follow these steps:
1. install tampermonley extension
go to https://greasyfork.org/en/scripts/14720 ... -important
click "Install this script"

2. add this filter

Code: Select all

thewatchseries.to##.nextprev + DIV
Arion
Posts: 41
Joined: Mon Jun 15, 2015 8:35 pm

Re: Class change

Post by Arion »

thanks! it worked, Please lock
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Class change

Post by mapx »

add also

Code: Select all

@@||mgid.com$script,domain=thewatchseries.to
Arion
Posts: 41
Joined: Mon Jun 15, 2015 8:35 pm

Re: Class change

Post by Arion »

Sorry about returning to this but I have added the last one you said i must add but when the page finishes to load it still shows ads, any solution?

This time it shows it as: thewatchseries.to##.rec_container_footer
but I block it but nothing happens
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Class change

Post by mapx »

I see no ads on the page linked above, could you upload some screenshot ?
Arion
Posts: 41
Joined: Mon Jun 15, 2015 8:35 pm

Re: Class change

Post by Arion »

apparently its a internal redirect the link is weird and has a weird domain name: internalredirect.site . I managed to block it with the standard adblocker and the line that was blocked is

Code: Select all

thewatchseries.to##DIV[class="rec_container_footer"]
Arion
Posts: 41
Joined: Mon Jun 15, 2015 8:35 pm

Re: Class change

Post by Arion »

I have the scripts from tampermonkey installed but it still displays it after fully loading on:

Code: Select all

http://thewatchseries.to/cale.html?r=aHR0cDovL2RhY2xpcHMuaW4vN2c1OTRtcXR4amlr
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Class change

Post by mapx »

add

Code: Select all

@@||pleaseletmeadvertise.com$script
@@||letsadvertisetogether.com$script
Arion
Posts: 41
Joined: Mon Jun 15, 2015 8:35 pm

Re: Class change

Post by Arion »

Can you help me with this too, on this link:

Code: Select all

http://thewatchseries.to/serie/firefly
the "Stream Now" link reappears but the URL is

Code: Select all

http://data.committeemenencyclopedicrepertory.info/
which I have blocked in ABP and AB

I have inspected the element upon refreshing the page, its first:

Code: Select all

<a target="_blank" href="http://31.7.60.66/script/ad.php?zone_id=229" class="stream_button">&nbsp;</a>
then becomes

Code: Select all

<a target="_self" href="http://data.committeemenencyclopedicrepertory.info/mamNCeyJyb3V0ZSI6ImdldF9wb3AiLCJzdGlkIjoiOTE0MCIsInNiaWQiOiIxIiwicHZpZCI6IjJENkFCQzNDLTQ2QjAtNDNFNS04NTc4LTc1NUY2NEQ2MzZEQiIsInVpZCI6IjI3M0EyODhGLTE5RjktNDY0RC1BMDE0LTU2NjQ0ODUyNjgyQiJ9jw7YS" class="stream_button" style="display:block !important;visibility:visible !important;">&nbsp;</a>
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Class change

Post by mapx »

- please post the example links in [ code ] notation (see above modified by me)
- remove AB, use only ABP. ==> the "stream" crap does not appear (use also the userscript above in tampermonkey)
Locked