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 a2391f8 commit 29af2ecCopy full SHA for 29af2ec
1 file changed
youtube-classic/youtube-classic.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name YouTube™ Classic 📺 — (Remove rounded design + Return YouTube dislikes)
3
-// @version 2026.1.21.8
+// @version 2026.1.21.9
4
// @author Adam Lui, Magma_Craft, Fuim & hoothin
5
// @namespace https://github.com/adamlui
6
// @description Reverts YouTube to its classic design (before all the rounded corners & hidden dislikes) + redirects YouTube Shorts
@@ -557,7 +557,7 @@
557
commentObserver.observe(document.querySelector('ytd-app'), { childList: true, subtree: true }))
558
559
// CSS adjustments and UI fixes
560
- app.styles = { fixes: dom.create.style(`
+ app.styles = { fixes: dom.create.style(`
561
yt-thumbnail-view-model { border-radius: 0 !important } /* square homepage thumbs */
562
563
/* Revert old background color and buttons */
0 commit comments