Answers for "chrome add a bookmark that appends to current url"

0

chrome add a bookmark that appends to current url

javascript:(function(){f=window.location.href+'TEXTTOAPPENDHERE';if(!window.open(f))location.href=f;})()
Posted by: Guest on March-04-2020

Code answers related to "chrome add a bookmark that appends to current url"

Code answers related to "Javascript"

Browse Popular Code Answers by Language