Answers for "run javascript file from an bookmarklet"

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