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 1a1a0dc commit 0415d11Copy full SHA for 0415d11
extension/contentScript.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name YouTube fast fullscreen toggle
3
// @namespace http://tampermonkey.net/
4
-// @version 2.6.0
+// @version 2.7.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.6.0",
+ "version": "2.7.0",
"manifest_version": 3,
"icons": {
"128": "icon.png"
0 commit comments