ToDo
o Create Favelet Generator (HTA)
Prevent changing pages:
javascript:void()
javascript:void(alert('testing'))
Page Navigation:
javascript:(document.location.href='http://www.domain.com')
Encode URL (spaces, etc)
escape(URL)
escape(prompt('',''))
Examples:
javascript:(document.location.href='GET-URL'+escape(prompt('Search','')))
javascript:(document.location.href='http://www.demonoid.com/files/?query='+escape(prompt('Search','')))
javascript:s=prompt('Search','');if(s){document.location.href='http://www.demonoid.com/files/?query='+escape(s)};else{void(0)};
javascript:s=prompt('Search','');if(s){document.location.href='http://thepiratebay.org/search/'+escape(s)+'/0/0/0'};else{void(0)};
javascript:resizeTo(800,580)
Ophcrack:
http://lasecwww.epfl.ch/~oechslin/projects/ophcrack/index.php?hash=xxx
javascript:s=prompt('Hash','');if(s){document.location.href='http://lasecwww.epfl.ch/~oechslin/projects/ophcrack/index.php?hash='+s};else{void(0)};
http://lasecwww.epfl.ch/~oechslin/projects/ophcrack/index.php?password=xxx
javascript:s=prompt('Pass','');if(s){document.location.href='http://lasecwww.epfl.ch/~oechslin/projects/ophcrack/index.php?password='+s};else{void(0)};
http://www.utorrent.com/testport.php?port=
SaveAs:
javascript:u=prompt('URL:','http://');if(u){s=''+u+'';document.write(s);};else{void(0)};
--------------------------------------------------------------------------------
http://www.codehouse.com/javascript/favelets/script_killer/
javascript:if(frames.length){alert('Sorry. Script Killer doesn\'t work in frames');}else{onerror=function(){return true};while((es=document.getElementsByTagName('script')).length){es[0].parentNode.removeChild(es[0]);}es=document.all;for(i=0;i