Skip to content

Commit 7d67001

Browse files
committed
1.0.295
1 parent 564b40a commit 7d67001

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Userscripts to add functionality to GitHub.
5959
| [GitHub toggle wiki sidebar][tws-wiki] | | [install][tws-raw] | [GF][tws-gf] [OU][tws-ou] | 2016.04.01 | 2021.01.31 |
6060
| [GitHub unknown license][gul-wiki] | | [install][gul-raw] | [GF][gul-gf] [OU][gul-ou] | 2020.03.29 | 2021.01.31 |
6161
| [GitHub update fork][ufk-wiki] | | [install][ufk-raw] | [GF][ufk-gf] [OU][ufk-ou] | 2020.02.16 | 2020.10.01 |
62+
| [GitHub watcher][wat-wiki] | | [install][wat-raw] | [GF][wat-gf] [OU][wat-ou] | 2021.02.28 | 2021.02.28 |
6263
| [Gist raw links][grl-wiki] | | [install][grl-raw] | [GF][grl-gf] [OU][grl-ou] | 2017.05.19 | 2019.06.07 |
6364
| [Gist to dabblet][g2d-wiki] | | [install][g2d-raw] | [GF][g2d-gf] [OU][g2d-ou] | 2012.01.26 | 2017.02.16 |
6465

@@ -116,6 +117,7 @@ Userscripts to add functionality to GitHub.
116117
[toc-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-table-of-contents
117118
[tws-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-toggle-wiki-sidebar
118119
[ufk-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-update-fork
120+
[wat-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-watcher
119121

120122
[ccr-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-colors.user.js
121123
[ccs-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-copy-code-snippet.user.js
@@ -161,6 +163,7 @@ Userscripts to add functionality to GitHub.
161163
[toc-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-toc.user.js
162164
[tws-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-toggle-wiki-sidebar.user.js
163165
[ufk-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-update-fork.user.js
166+
[wat-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-watcher.user.js
164167

165168
[ccr-gf]: https://greasyfork.org/en/scripts/18141-github-code-colors
166169
[ccs-gf]: https://greasyfork.org/en/scripts/37307-github-copy-code-snippet
@@ -206,6 +209,7 @@ Userscripts to add functionality to GitHub.
206209
[toc-gf]: https://greasyfork.org/en/scripts/18344-github-toc
207210
[tws-gf]: https://greasyfork.org/en/scripts/18433-github-toggle-wiki-sidebar
208211
[ufk-gf]: https://greasyfork.org/en/scripts/398272-github-update-fork
212+
[wat-gf]: https://greasyfork.org/en/scripts/422445-github-watcher
209213

210214
[ccr-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Code_Colors
211215
[ccs-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Copy_Code_Snippet
@@ -251,6 +255,7 @@ Userscripts to add functionality to GitHub.
251255
[toc-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Table_of_Contents
252256
[tws-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Toggle_Wiki_Sidebar
253257
[ufk-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Update_Fork
258+
[wat-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Watcher
254259

255260
[ico]: https://raw.githubusercontent.com/Mottie/Octopatcher/master/src/images/icon16.png
256261

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-userscripts",
3-
"version": "1.0.294",
3+
"version": "1.0.295",
44
"description": "Userscripts to add functionality to GitHub",
55
"license": "MIT",
66
"repository": "Mottie/GitHub-userscripts",

0 commit comments

Comments
 (0)