href of bookmark being appended to url code example
Example: chrome add a bookmark that appends to current url
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;})()