bookmarklet code example
Example: chrome add a javascript bookmark
javascript:(function(){f=window.location.href+'TEXTTOAPPENDHERE';if(!window.open(f))location.href=f;})()
javascript:(function(){f=window.location.href+'TEXTTOAPPENDHERE';if(!window.open(f))location.href=f;})()