Answers for "import bookmarklets from file"

2

bookmarklet external file

javascript:(function(){document.body.appendChild(document.createElement('script')).src='** your external file URL here **';})();
Posted by: Guest on January-09-2020

Browse Popular Code Answers by Language