Skip to content

Instantly share code, notes, and snippets.

@alister
Last active March 13, 2020 12:32
Show Gist options
  • Save alister/292745ebdbcbf71c7928eb8ab6f88796 to your computer and use it in GitHub Desktop.
Save alister/292745ebdbcbf71c7928eb8ab6f88796 to your computer and use it in GitHub Desktop.
Everything's more fun in these difficult times with Comic Sans....
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;
  1. Right-click on the browser bookmark-bar
  2. Chrome: 'Add page'. Firefox: 'New bookmark'
  3. Give the bookmarklet a name - for example 'ComicSans everywhere'
  4. Paste the one line bookmarklet (from above) into the URL/Location field
  5. Save the new bookmark
  6. Go to a serious page - and press the bookmark.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment