Javascript tricks?

kharm

Power Member
Joined
Feb 9, 2009
Messages
533
Reaction score
101
Anyone have any good tricks with javascript? maybe mask an affiliate link within a piece of script or something like that?
 
Just looking for ideas that people have had success with .. for example is it possible to get people to download something using useful with javascript, but include your affiliate / redirect somewhere within?
 
I only know one but it's a good un

lets you change whatever is on the screen

Code:
Javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
 
Back
Top