- Right-click on the browser bookmark-bar
- Chrome: 'Add page'. Firefox: 'New bookmark'
- Give the bookmarklet a name - for example 'ComicSans everywhere'
- Paste the one line bookmarklet (from above) into the URL/Location field
- Save the new bookmark
- Go to a serious page - and press the bookmark.
Last active
March 13, 2020 12:32
-
-
Save alister/292745ebdbcbf71c7928eb8ab6f88796 to your computer and use it in GitHub Desktop.
Everything's more fun in these difficult times with Comic Sans....
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: var all = document.getElementsByTagName('*'); for (var i = 0, n = all.length; i < n; i++) { all[i].style.fontFamily = '"Comic Sans MS", "Chalkboard"';} void 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment