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 0d87b11 commit d6053d5Copy full SHA for d6053d5
extension/contentScript.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name YouTube fast fullscreen toggle
3
// @namespace http://tampermonkey.net/
4
-// @version 2.4.0
+// @version 2.5.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/*
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.4.0",
+ "version": "2.5.0",
"manifest_version": 3,
"icons": {
"128": "icon.png"
0 commit comments