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 ff36c8b commit 28c664aCopy full SHA for 28c664a
extension/contentScript.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name YouTube fast fullscreen toggle
3
// @namespace http://tampermonkey.net/
4
-// @version 2.3.1
+// @version 2.4.0
5
// @description Avoids the ~3 second lag when entering/exiting fullscreen on a YouTube video - by hiding the heavy fluff while transitioning
6
// @author Brendan Weibrecht
7
// @match https://www.youtube.com/watch*
extension/manifest.json
{
"name": "YouTube Fast Fullscreen Toggle",
"description": "Avoid the lag when entering/exiting fullscreen on a YouTube video - by hiding the heavy fluff while transitioning",
- "version": "2.3.1",
+ "version": "2.4.0",
"manifest_version": 3,
"icons": {
"128": "icon.png"
0 commit comments