Block javascript from 990.ro

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
darkshadow
Posts: 4
Joined: Mon Aug 24, 2015 7:32 am

Block javascript from 990.ro

Post by darkshadow »

Hello!
If I activate the Adblock on www.990.ro a red frame appear and starts to blink like crazy moving all site parts. Can anyone give some suggestions how to block the ads and how to stop the site from blinking?
Thanks in advance!
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Block javascript from 990.ro

Post by mapx »

add

Code: Select all

@@||990.ro^$script
darkshadow
Posts: 4
Joined: Mon Aug 24, 2015 7:32 am

Re: Block javascript from 990.ro

Post by darkshadow »

worked like a charm :) thanks
darkshadow
Posts: 4
Joined: Mon Aug 24, 2015 7:32 am

Re: Block javascript from 990.ro

Post by darkshadow »

Also on that site there is a script that has this code:

Code: Select all

function(event) {
  event.preventDefault();
  event.stopPropagation();
  //var rand = Math.floor(Math.random()*2);
  //if (rand == 1)
  window.open('http://www.magazinuldecase.ro/ansambluri-imobiliare-bucuresti-o_1.html', '_self');
  window.open('http://superweb.rol.ro/video/6274b405cb3ca6c652fbe81051bbf699.html', '_blank');

}
That pops up multiple windows, i want to block all the pop-us that doesn't contain the URL - http://superweb.rol.ro/blablaaaa
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Block javascript from 990.ro

Post by mapx »

see if helps

Code: Select all

||990.ro/redir.php?*$popup
||filmuletul-zilei.ro^$popup
for other opening windows (magazinuldecase) try using some cookie manager and modify the expired date for cookies like this:
popunderr

Host: superweb.rol.ro
Name: popunderr
Expires: Monday, August 24, 2015 10:46:14 AM
darkshadow
Posts: 4
Joined: Mon Aug 24, 2015 7:32 am

Re: Block javascript from 990.ro

Post by darkshadow »

Thank you very much. All worked perfectly!
Locked