Various scripts for tampermonkey browser-plugin.
- Install the Tampermonkey plugin for your browser.
- After installation you need to create a new user script.
- Now you can copy-paste a tool to this new script.
- Click to a tool and click to
Raw
. - A new Tampermonkey-Page will be open where you can click
Install
to install this script. This only works, if the script ends with.user.js
. - Click the
Install
button to install this script.
- Make sure, that the script is activated in Tampermonkey.
- Reload or open new pages and et voilà: the script shows his functions.
Keywords are: wip
and draft
.
The keywords can be modified in the script itself and they are case-insensitive.
- It disables the merge button on GitHub pull request page which contains one of the keywords in title.
- It also increase the opacity of the merge-request item on pull-request list, if it contains one of the keywords.
This script allows you to check every link (anchor tag) on the current opened webpage, if the links are broken or not.
To prevent CORS errors, a proxy site (https://cors-anywhere.herokuapp.com/) will be used to check the links.
It works with a key eventlistener (can be modified) and is set to key: ^
.
The broken links will be marked with a red background.
With this script you can easily copy the number of selected Jira Issue/Task into your clipboard.
It works with a key eventlistener (can be modified) and is set to key: ´
.
You need to modify the match
and DOMAIN
URL to your Jira board for a better match and to make it sure, that it only works there.
This disables the error popup from LastPass, which occurs too many times.
It adds a missing counter to parship messages, to see, how many
- messages
- spams
- rejected
- deleted
- readed
- not answered
contacts you have (if you never have deleted/rejected someone).
If you have a website or similar, where you like to implement these links, you simple need to add a anchor tag which refers to the script.
As example:
<a href="https://github.com/dmetzler1988-org/tampermonkey-scripts/raw/master/github/do-not-merge.user.js"
target="_blank">
tampermonkey-scripts
</a>