I wrote this because someone was complaining about how expensive those other scripts are. This is your basic first click on the page opens a popunder script. It's not rocket science but I'd like to know if anyone can get it to not pop in any situation.
Here's the pux.js file:
http://pastebin.com/raw/dwmVYYZG
You use it like so:
Code:
<script src="pux.js"></script>
<script>
window.pux.setOptions({
popUrl: "http://localhost/pop.html",
hoursBetweenPops: 24
});
</script>
It's hard coded to stop working August 7. After that I'll figure out some method of compensation. So far I've only tested it on a Mac on Chrome, Safari and Firefox. No mobile at all yet but that should literally be like 2 extra lines.
Any feature requests are welcome. Also spam me with good sponsors to use if I go that ratio method.