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 b2185cc commit 9bb5410Copy full SHA for 9bb5410
extension/contentScript.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name YouTube fast fullscreen toggle
3
// @namespace http://tampermonkey.net/
4
-// @version 2.8.0
+// @version 2.9.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.8.0",
+ "version": "2.9.0",
"manifest_version": 3,
"icons": {
"128": "icon.png"
0 commit comments