celynw / userscripts

My collection of userscripts for use with Greasemonkey/FireMonkey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Userscripts

These are helpful utilities which can be used with user script managers.

I personally recommend FireMonkey for Firefox.

Installation

Click on a script title below to open the raw script. At this point, your userscript manager should prompt you to install it. Otherwise, simply copy the content and add it manually.

Scripts

When copying the install command from Chocolatey, this script automatically displays and changes the copyable command to be runnable from a WSL session.

For example:

- choco install firefox
+ choco.exe install -yr firefox

When clicking the 'Pull requests' tab in GitHub, it automatically filters to only open PRs. If you want to see all PRs, you have to edit the text of the search prompt. This script changes the default search to show all PRs, since there are dedicated buttons to show open or closed PRs from there.

The link will be changed like this:

- https://github.com/user/repo/pulls
+ https://github.com/user/repo/pulls?q=is%3Apr

About

My collection of userscripts for use with Greasemonkey/FireMonkey


Languages

Language:JavaScript 100.0%