Skip to content

Instantly share code, notes, and snippets.

@posixpascal
Created May 12, 2017 08:58
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 posixpascal/f8afb87c7b67587a86ee87a7b4d9e8d8 to your computer and use it in GitHub Desktop.
Save posixpascal/f8afb87c7b67587a86ee87a7b4d9e8d8 to your computer and use it in GitHub Desktop.
Hide finished tasks from freedcamp using a bookmarklet.
javascript:$(".todo_wrapper.completed_1").slideUp();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment