Block javascript:window.opener ?
Posted: Tue Feb 07, 2017 12:19 pm
Hey,
I visit this regularly where I need to allow JS to have it working. However they have this very annoying script:
Which opens a new tab every 250 seconds by click anywhere on the site.
Neither FF nor ABP detect or block these pop-ups. I guess it's because it only happens on-click, so they cannot detect if it is wanted or unwanted popup.
So I was wondering can I block this specif function on this specific site in NS? (or would an ABP-filter better?)
Thanks.
I visit this regularly where I need to allow JS to have it working. However they have this very annoying script:
Code: Select all
javascript:window.opener=null;setTimeout(function(){window.location.href='http://random-ad-site.xyz'},250)Neither FF nor ABP detect or block these pop-ups. I guess it's because it only happens on-click, so they cannot detect if it is wanted or unwanted popup.
So I was wondering can I block this specif function on this specific site in NS? (or would an ABP-filter better?)
Thanks.