stream4free.eu is being sneaky
stream4free.eu is being sneaky
I saw some other fixes before but now stream4free.eu is adding a full screen warning. Whenever I block the element and return to the website, another one shows up.
the code changes
stream4free.eu###tc26
stream4free.eu###ld3a
and etc.
but when you block the element, it also removes the video player.
How would I prevent this?
the code changes
stream4free.eu###tc26
stream4free.eu###ld3a
and etc.
but when you block the element, it also removes the video player.
How would I prevent this?
Re: stream4free.eu is being sneaky
add
Code: Select all
@@||stream4free.eu^$elemhide
@@.gif$domain=stream4free.eu
Re: stream4free.eu is being sneaky
perfect but now they have somehow bypassed adblock plus element hiding for chat and everything else besides the video player..mapx wrote:addCode: Select all
@@||stream4free.eu^$elemhide @@.gif$domain=stream4free.eu
Re: stream4free.eu is being sneaky
it's due to
@@||stream4free.eu^$elemhide
which whitelists all the hidden elements
example link ?
@@||stream4free.eu^$elemhide
which whitelists all the hidden elements
example link ?
Re: stream4free.eu is being sneaky
this is an example link: http://www.stream4free.eu/tf1
I now have the all below, but still not working. It loads, and after about 3 seconds, the page is hidden behind a white screen. Should I remove some of the below, or add something else? Thanks in advance
@@||stream4free.eu/*/advertisement
@@||stream4free.eu/*advert$script
@@||stream4free.eu^$script
@@||stream4free.eu^$elemhide
@@.gif$domain=stream4free.eu
I now have the all below, but still not working. It loads, and after about 3 seconds, the page is hidden behind a white screen. Should I remove some of the below, or add something else? Thanks in advance
@@||stream4free.eu/*/advertisement
@@||stream4free.eu/*advert$script
@@||stream4free.eu^$script
@@||stream4free.eu^$elemhide
@@.gif$domain=stream4free.eu
Re: stream4free.eu is being sneaky
keep only
and be sure removing / disabling all other blocking addons (noscript, ghostery, disconnect, other adblocker) or whitelist the site in other addons
Code: Select all
@@||stream4free.eu^$elemhide
@@.gif$domain=stream4free.eu
Re: stream4free.eu is being sneaky
http://www.stream4free.eu/south-park-hd is the channel i watchmapx wrote:it's due to
@@||stream4free.eu^$elemhide
which whitelists all the hidden elements
example link ?
Re: stream4free.eu is being sneaky
if you want to block the other stuff on the page, add these
Code: Select all
||chatango.com^$domain=stream4free.eu
||pitchinbox.com/widget/*$domain=stream4free.eu
||stream4free.eu/images/PayPal-Donate.png
Re: stream4free.eu is being sneaky
perfect! any idea on this part? http://i.imgur.com/N8vM5E8.pngmapx wrote:if you want to block the other stuff on the page, add theseCode: Select all
||chatango.com^$domain=stream4free.eu ||pitchinbox.com/widget/*$domain=stream4free.eu ||stream4free.eu/images/PayPal-Donate.png
Re: stream4free.eu is being sneaky
I hate to revive an old thread but they changed something now so the onscreen ad block warning shows up. I've tried everything and it still happens.
http://www.stream4free.eu/aqua-teen-hunger-force is the main channel I watch.
Any help would be great!
http://www.stream4free.eu/aqua-teen-hunger-force is the main channel I watch.
Any help would be great!
Re: stream4free.eu is being sneaky
no issues here.
be sure removing / disabling all other blocking addons (noscript, ghostery, disconnect, other adblocker) or whitelist the site in other addons
be sure removing / disabling all other blocking addons (noscript, ghostery, disconnect, other adblocker) or whitelist the site in other addons
Re: stream4free.eu is being sneaky
Hi,
Coming back to this website (stream4free.eu/tf1), I've got the below 5 lines in my filters:
@@||stream4free.eu^$elemhide
@@.gif$domain=stream4free.eu
||chatango.com^$domain=stream4free.eu
||pitchinbox.com/widget/*$domain=stream4free.eu
||stream4free.eu/images/PayPal-Donate.png
I've got 2 questions:
1. There's a new "donatation" box on the right of the video that appeared recently (donations.ovh) . How can I hide it please?
2. Sometimes, the page url automatically changes its extension and becomes stream4free.me, or even stream4free.xyz(?). Does it mean I need to duplicate the above 5 filters and replace ".eu" with the new extensions? Or is there a way to generalise them?
Thanks
Coming back to this website (stream4free.eu/tf1), I've got the below 5 lines in my filters:
@@||stream4free.eu^$elemhide
@@.gif$domain=stream4free.eu
||chatango.com^$domain=stream4free.eu
||pitchinbox.com/widget/*$domain=stream4free.eu
||stream4free.eu/images/PayPal-Donate.png
I've got 2 questions:
1. There's a new "donatation" box on the right of the video that appeared recently (donations.ovh) . How can I hide it please?
2. Sometimes, the page url automatically changes its extension and becomes stream4free.me, or even stream4free.xyz(?). Does it mean I need to duplicate the above 5 filters and replace ".eu" with the new extensions? Or is there a way to generalise them?
Thanks
Re: stream4free.eu is being sneaky
add
I get no anti adblock messages right now, but if happens you can add filters like (add the new domains):
$domain=stream4free.eu|stream4free.xyz
for elemhide filters you have to replicate the filter
Code: Select all
||stream4free.eu/images/donate_button1.png
$domain=stream4free.eu|stream4free.xyz
for elemhide filters you have to replicate the filter