whats up guys my current popunder script works fine in IE but is popingup in chrome 34
does anyone have a popunder script that works on chrome (i need it to work in all browsers if possible
Popunder scripts can be difficult... browsers tend to thwart such scripts eventually and cross-browser compatability is a bitch. They need to be triggered by a click to avoid popup blocking.
I looked for a few recently and the best one by far was provided by beaverscripts. I ripped the script but it's very well obfuscated and appears to call home via a version check which I couldn't remove.
Anyway, it works well and you can test it by simply adding:
<script type="text/javascript" src="http://beaverscripts.com/openwindow.js?puurl=http://www.google.com"></script> to your page.
Thanks Zeno (: yup ran into this script earlier i think i may of seen it on bhw not going to use it since it phones home if you run in to anything else please let me know
Here is the same code, deobfuscated with 2 scripts (one to restore formatting and functions, one to find equivalents for some of the special characters used).
Looks like it calls home (http://beaverscripts.com/check-for-newest-version/).
Where did you guys get the code? Off porn sites? They do it the best... That's where you should go for the best and most compatible code.
Haven't actually used anything like this as I don't have a need for it, but will keep this one in the bag.
Three posts for the code, as it is very long.
PART 1
Part 2
Part 3
Yeah I got about that far and then realised my javascript noobness meant I couldn't remove the call-home haha - I tried but just broke the script and gave up since I didn't need it. It's a pity the obfuscation loses all the variable names.
Can't recall where I found the mention of this code. In any case Redrummr is right - check out porn sites and see how they do it. They will for sure have solid popunder systems in place.
Guys, guys, guys! Rule #1 of code breaking school, never trust obfuscated code 
From a quick scan, it looks like the guy who made it is stealing 2% of your pops (or maybe a tax for his work on the script)
Anyway here's the clean pop-under script, works in most browsers, set the URL on the first line: http://jsbin.com/fixeliko/1/
When you're looking for a popunder script, here's what I do. Look at what the pro's are doing. (e.g. the ad networks who serve them)
Have an exoclick account?
1) Look at the HTML they give you in your ad zone and find the src=
e.g. http://syndication.exoclick.com/splash.php?idzone={your_zone_id}&type=3
What theboss said, that's exactly my approach.
Is it possible to have a popup that triggers as soon as the viewer lands on the LP, without having to click anything on lp?
Anyone test this for mobile? I need a good mobile popunder script that works on all or most browsers.
I'm also looking for a mobile popunder, can anyone help? I'm pretty inexperienced with JS.
Guys, it's hard to find a good working pup-under script. The best ones are either spread in close circles and affiliate masterminds or in porn ad networks, where there's a group of guys who are "fighting" with the browsers to keep the scripts working after browser updates.
I just added the one xvideos uses http://static.xvideos.com/js/jquery.popunder.js. DL @ https://github.com/hpbuniat/jquery-popunder. I did not test compatibility too much but it worked in the few browsers I tried.
If it gives me issues I'll go grab another one from one of the big guys.