(dev.to) Bookmarklets, and why you should use them - DEV Community
ROAM_REFS: https://dev.to/yawaramin/bookmarklets-and-why-you-should-use-them-33j0
MOST of us have been using web browsers for a long time, yet relatively few of us know this somewhat obscure feature: browsers understand URLs that begin with javascript: instead of http: or https: protocols, and can actually execute the JavaScript code in the URL when you request it. Sounds like a security nightmare? Potentially, yes. You should be careful about what URLs you click on. However! Harnessed in the right way, these javascript: URLs can be incredibly useful–enter bookmarklets.