stream4free.eu is being sneaky

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
VAW
Posts: 9
Joined: Thu Sep 25, 2014 9:30 pm

stream4free.eu is being sneaky

Post by VAW »

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?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: stream4free.eu is being sneaky

Post by mapx »

add

Code: Select all

@@||stream4free.eu^$elemhide
@@.gif$domain=stream4free.eu
VAW
Posts: 9
Joined: Thu Sep 25, 2014 9:30 pm

Re: stream4free.eu is being sneaky

Post by VAW »

mapx wrote:add

Code: Select all

@@||stream4free.eu^$elemhide
@@.gif$domain=stream4free.eu
perfect but now they have somehow bypassed adblock plus element hiding for chat and everything else besides the video player..
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: stream4free.eu is being sneaky

Post by mapx »

it's due to
@@||stream4free.eu^$elemhide

which whitelists all the hidden elements
example link ?
mitsouko
Posts: 14
Joined: Wed Apr 22, 2015 11:58 pm

Re: stream4free.eu is being sneaky

Post by mitsouko »

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
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: stream4free.eu is being sneaky

Post by mapx »

keep only

Code: Select all

@@||stream4free.eu^$elemhide
@@.gif$domain=stream4free.eu
and be sure removing / disabling all other blocking addons (noscript, ghostery, disconnect, other adblocker) or whitelist the site in other addons
VAW
Posts: 9
Joined: Thu Sep 25, 2014 9:30 pm

Re: stream4free.eu is being sneaky

Post by VAW »

mapx wrote:it's due to
@@||stream4free.eu^$elemhide

which whitelists all the hidden elements
example link ?
http://www.stream4free.eu/south-park-hd is the channel i watch
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: stream4free.eu is being sneaky

Post by mapx »

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
VAW
Posts: 9
Joined: Thu Sep 25, 2014 9:30 pm

Re: stream4free.eu is being sneaky

Post by VAW »

mapx wrote: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
perfect! any idea on this part? http://i.imgur.com/N8vM5E8.png
TheBatman
Posts: 1
Joined: Mon Aug 17, 2015 12:50 pm

Re: stream4free.eu is being sneaky

Post by TheBatman »

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!
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: stream4free.eu is being sneaky

Post by mapx »

no issues here.
be sure removing / disabling all other blocking addons (noscript, ghostery, disconnect, other adblocker) or whitelist the site in other addons
mitsouko
Posts: 14
Joined: Wed Apr 22, 2015 11:58 pm

Re: stream4free.eu is being sneaky

Post by mitsouko »

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
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: stream4free.eu is being sneaky

Post by mapx »

add

Code: Select all

||stream4free.eu/images/donate_button1.png
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
Locked