Published
- 1 min read
bookmarklet external file
The solution for this is noted below
bookmarklet external file
Solution
javascript:(function(){document.body.appendChild(document.createElement('script')).src='** your external file URL here **';})();
Try other methods by searching on the site. That is if this doesn’t work