Page 2 of 2

Re: Some pop-under..

Posted: Sat May 29, 2010 12:58 pm
by Giorgio Maone
nagan wrote:Suddenly having a lot of incidences of "livejasmine" popunders despite having enabled ^http in the popunder preferences.
NoScript version?

Re: Some pop-under..

Posted: Sat May 29, 2010 1:37 pm
by nagan
Giorgio Maone wrote: NoScript version?
I find that NS has auto updated to 1.9.9.81. The incidence surely was there at some dirty sites in the earlier version. Not sure of the updated version though..Will report back..

Re: Some pop-under..

Posted: Sat May 29, 2010 2:28 pm
by therube
Suddenly having a lot of incidences of "livejasmine" popunders despite having enabled ^http in the popunder preferences.
Not so suddenly actually. Quite pervasive for some time now.
All noscript.surrogate.popunder.* Preferences at defaults.

Re: Some pop-under..

Posted: Sat May 29, 2010 3:25 pm
by Giorgio Maone
Maybe they've changed the way they create those.
Could you provide me with reproducible test cases (in PM, if you prefer)?

Re: Some pop-under..

Posted: Sat May 29, 2010 3:47 pm
by therube
Yeah, I'll have to get some together.
Quite common (again) on porn sites.
Has never really bothered me, so I hadn't even mentioned it before.

I'll throw it in a post in Asgard - but perhaps not too soon, like next couple days?
(I've got way too many window/tabs open now & can't keep track of what I've got now. Perhaps I need tabs in a sidebar ;-).)

Re: Some pop-under..

Posted: Sun May 30, 2010 2:25 am
by nagan
This pops up (under) while getting linked to pictures @ imagebam.com from very "respectable" sites.

Re: Some pop-under..

Posted: Sun May 30, 2010 6:52 am
by Giorgio Maone
nagan wrote:This pops up (under) while getting linked to pictures @ imagebam.com from very "respectable" sites.
&Then you could give me at least one link to reproduce, couldn't you?

Re: Some pop-under..

Posted: Mon May 31, 2010 8:12 am
by nagan
Giorgio ,PMed you..

Re: Some pop-under..

Posted: Mon May 31, 2010 8:45 am
by Giorgio Maone
@nagan:
Regarding the first issue, the window is opened ad-hoc by the handler of the "ENTER" button.
I've modified the popunder surrogate replacement to make it take care of the whole verification overlay:
noscript.surrogate.popunder.replacement=

Code: Select all

var cookie=document.__proto__.__lookupGetter__('cookie');document.__proto__.__defineGetter__('cookie',function() { var c='; popunder=yes; popundr=yes; setover18=1';return (cookie.apply(this).replace(c,'')+c).replace(/^; /, '')});var open=window.__proto__.open;window.__proto__.open=function(url,target,features){try{if(!(/^_(?:top|parent|self)$/i.test(target)||target in frames)){var suspSrc,frame,ff=[]; for(var f,ev,aa=arguments;aa.callee && (f=aa.callee.caller) && ff.indexOf(f)<0;ff.push(f)){aa=f.arguments;if(!aa)break;ev=aa[0];if(!suspSrc) suspSrc=/(?:\bpopunde?r|\bfocus\b.*\bblur|\bblur\b.*\bfocus|[pP]uShown)\b/.test(f.toSource());if(ev instanceof MouseEvent && ev.type=='click' && ev.button===0 && (ev.currentTarget===document || ev.currentTarget instanceof HTMLBodyElement) && !(ev.target instanceof HTMLAnchorElement && ev.target.href && (ev.target.href.indexOf(url)===0 || url.indexOf(ev.target.href)===0))){if(suspSrc){frame=document.body.appendChild(document.createElement('iframe'));frame.src='data:text/html,';frame.style.display='none';window.setTimeout(function(){frame.parentNode.removeChild(frame);},1000);var w=frame.contentWindow;w.blur=function(){};return w;}}}}}catch(e){}return open.apply(this, arguments);};
You can change it manually now, but it will be included in next release anyway.

Regarding your second issue, that's not a popup but just a "site exit redirector" which randomly sends you to advertisers instead of the real content.
You can work around with something like https://addons.mozilla.org/en-US/firefox/addon/13246/