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