Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennschiffer/3106912 to your computer and use it in GitHub Desktop.
Save jennschiffer/3106912 to your computer and use it in GitHub Desktop.
Bookmarklet - Hide cathar's comments on Baristanet
// 1. create a new bookmark on your browser
// 2. paste the following code - starting at "javascript:" into the URL part of the add-bookmark menu.
// 3. click the bookmarklet when you're on Baristanet posts to hide cathar's comments for instant zen
// xoxo jenn
javascript:(function(){$('.comment-author-cathar').hide();}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment