chrome add bookmark that prefixes text

Solutions on MaxInterview for chrome add bookmark that prefixes text by the best coders in the world

showing results for - "chrome add bookmark that prefixes text"
Vincenzo
09 Aug 2016
1javascript:(function(){f='TEXTTOAPPENDHERE'+window.location.href;if(!window.open(f))location.href=f;})()
2