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='<a href="'+u+'">'+u+'</a>';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<es.length;++i){e=es[i];for(p in e){if(!p.indexOf('on')&&e[p]){e[p]=null;}}}document.write(document.documentElement.outerHTML);document.close();onerror=function(){return true};}void 0; javascript:/*Script Killer Copyright (C) CodeHouse.com, 2002*/ if(frames.length) { alert('Sorry, Frames not Supported!'); } else { onerror = function(){return true}; while((es=document.getElementsByTagName('script')).length) { es[0].parentNode.removeChild(es[0]); } es = document.all; for(var i=0;i<es.length;++i) { e = es[i]; for(p in e) { if(!p.indexOf('on')&&e[p]) { e[p] = null; } } } document.write(document.documentElement.outerHTML); document.close(); onerror = function(){return true}; } void 0; -------------------------------------------------------------------------------- http://www.puremango.co.uk/cm_bookmarklets_favelets_120.php Enable Right Click (works with frames) javascript:void('enable right click','puremango.co.uk');void(window.onmousedown='');void(document.onmousedown='');void(document.body.onmousedown='');void(window.onmouseup='');void(document.onmouseup='');void(document.body.onmouseup='');void(window.oncontextmenu='');void(document.oncontextmenu='');void(document.body.oncontextmenu='');for(i=0;i<document.images.length;i++){void(document.images[i].onmousedown='')}; Edit Cookie javascript:void('edit cookie','puremango.co.uk');void(document.cookie=prompt(%22Enter Cookie Values:%22,document.cookie)); Edit Title javascript:void('edit title','puremango.co.uk');javascript:void(x=prompt(%22New Title:%22,document.title));if(x!=null) void(document.title=x); Alert is Null javascript:void(window.alert=null)