We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9feee8a commit b402a55Copy full SHA for b402a55
userscript/twitchnosub.user.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name TwitchNoSub
3
// @namespace https://github.com/besuper/TwitchNoSub
4
-// @version 1.2.0
+// @version 1.2.1
5
// @description Watch sub only VODs on Twitch
6
// @author besuper
7
// @updateURL https://raw.githubusercontent.com/besuper/TwitchNoSub/master/userscript/twitchnosub.user.js
@@ -86,7 +86,5 @@
86
}
87
88
89
- document.addEventListener("DOMContentLoaded", function () {
90
- new RestrictionRemover();
91
- });
+ new RestrictionRemover();
92
})();
0 commit comments