Skip to content

Commit f0192bf

Browse files
committed
🐛 Fixed not running everywhere (fixes jerone#66);
1 parent 3be476b commit f0192bf

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

Github_Comment_Enhancer/Github_Comment_Enhancer.user.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@
1515
// @version 2.4.1
1616
// @grant none
1717
// @run-at document-end
18-
// @include https://github.com/*/*/issues
19-
// @include https://github.com/*/*/issues/*
20-
// @include https://github.com/*/*/pulls
21-
// @include https://github.com/*/*/pull/*
22-
// @include https://github.com/*/*/commit/*
23-
// @include https://github.com/*/*/compare/*
24-
// @include https://github.com/*/*/wiki/*
18+
// @include https://github.com/*
2519
// @include https://gist.github.com/*
2620
// ==/UserScript==
2721
/* global unsafeWindow */

Github_Comment_Enhancer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Every comment field also got a toolbar, consisting of the following buttons:
5959

6060
## Version History
6161

62+
* **2.5.0**
63+
* Fixed not running everywhere (fixes https://github.com/jerone/UserScripts/issues/66);
6264
* **2.4.1**
6365
* Fixed a small bug with cached suggestions for emoji when returning to an issue/PR;
6466
* **2.4.0**

0 commit comments

Comments
 (0)