chrome add to favorites code example
Example: chrome add bookmark that prefixes text
javascript:(function(){f='TEXTTOAPPENDHERE'+window.location.href;if(!window.open(f))location.href=f;})()
javascript:(function(){f='TEXTTOAPPENDHERE'+window.location.href;if(!window.open(f))location.href=f;})()