Found something on google to firefox and popups,
so if i got it right this type of popup can not be blocked automatically by firefox
Unfortunately other browsers, web designers and popup killer softwares define popups differently. They distinguish 2 types of popups: requested popups and unrequested popups. This distinction is more suitable, useful and to the point. The popups Firefox can block and suppress are unrequested popups via the Tools/Options.../Content category/Block pop-up windows setting.
Requested popups are windows created as a result of clicking a link or clicking a button. One mouse click, only one popup.
Unrequested popups are windows created automatically without any user interaction. Often, such unrequested popups have advertisement content. They often "pop up" as you arrive at a site or as you close a window. One mouse click, more than one popup.
i remembered another extension where you can modify the source code of an website before loading,
would it make sense to try this way and set
?!
But the var is reinititialized every thime the function is called to "false",
so i think this would not help...
is there no way to filter out only this block
Code: Select all
if(!pppDone&&Math.random()<=0.5){
window.open('http://popads.ero-advertising.com/popads/in.php?siteid=30329&spaceid=107863','fsdagaf','width='+screen.width+',height='+screen.height+',status=yes,scrollbars=yes,resizable=yes,location=yes');
from the source code through adblock?
if this would be cut out all would be work correct just eliminating the popup...