Answers for "load remote javascript from bookmark"

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

Code answers related to "load remote javascript from bookmark"

Browse Popular Code Answers by Language