Sample bookmarklets:
Code: Select all
javascript:(function(){ prompt(location.href,location.href); })()
Code: Select all
javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Registry entry to find:',''))}if(Qr)location.href='reg:'+(Qr)
Code: Select all
javascript:(function(){ prompt(location.href,location.href); })()
Code: Select all
javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Registry entry to find:',''))}if(Qr)location.href='reg:'+(Qr)