Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

chrome add a bookmark that appends to current url

javascript:(function(){f=window.location.href+'TEXTTOAPPENDHERE';if(!window.open(f))location.href=f;})()
 
PREVIOUS NEXT
Tagged: #chrome #add #bookmark #appends #current #url
ADD COMMENT
Topic
Name
2+3 =