

Bookmarklets
8 snips Oct 17, 2022
Scott and Wes dive into the world of bookmarklets, revealing their benefits in web development. They discuss how these JavaScript snippets can enhance web interaction, such as detecting missing alt tags. The episode highlights the practicality of bookmarklets, showcasing them as a lightweight alternative to browser extensions. Tips on integrating bookmarklets into workflows and examples of specific tools, like the Bookmarklet Maker, add to the excitement. Plus, they touch on comparing bookmarklets to Greasemonkey for user customization.
AI Snips
Chapters
Transcript
Episode notes
Past Bookmarklet Examples
- Pinterest and Firebug were initially bookmarklets.
- They demonstrate the potential impact and reach of bookmarklets.
Using Bookmarklets
- Bookmarklets are JavaScript snippets stored as bookmarks that execute on a webpage.
- Use bookmarklets for quick tasks or modifications without browser extensions.
Print Page Bookmarklet
- Chris Coyier created a bookmarklet that optimizes web pages for printing.
- This demonstrates that even complex actions can be streamlined with bookmarklets.