Just a versioned storage bin for my UserScripts. These are developed for TamperMonkey which is what I've been using in recent years, but they may work on GreaseMonkey as well.
Useful for software development. When visiting a URL from localhost
, this appends [LOCALHOST]
to the page title to make it more obvious.
Normally, when using the GMail search function, the page title (and therefore your browser history) reads something like:
Search results - your.email@gmail.com - Gmail
This script adds the contents of the search field to the page title so that it will instead read:
Search results - 'what you searched for' - your.email@gmail.com - Gmail
On Stash (BitBucket Server) pull request pages, find all comments left on the pull request, and add a link directly to the comment in their footer.
On Stash (BitBucket Server) pull request pages:
- Add the repo name to the page title
- Change the string
"Pull Request"
to"PR"
to make the most interesting parts of the title more visible.