Skip to content

Commit 29af2ec

Browse files
committed
Deleted indent ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent a2391f8 commit 29af2ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

youtube-classic/youtube-classic.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name YouTube™ Classic 📺 — (Remove rounded design + Return YouTube dislikes)
3-
// @version 2026.1.21.8
3+
// @version 2026.1.21.9
44
// @author Adam Lui, Magma_Craft, Fuim & hoothin
55
// @namespace https://github.com/adamlui
66
// @description Reverts YouTube to its classic design (before all the rounded corners & hidden dislikes) + redirects YouTube Shorts
@@ -557,7 +557,7 @@
557557
commentObserver.observe(document.querySelector('ytd-app'), { childList: true, subtree: true }))
558558

559559
// CSS adjustments and UI fixes
560-
app.styles = { fixes: dom.create.style(`
560+
app.styles = { fixes: dom.create.style(`
561561
yt-thumbnail-view-model { border-radius: 0 !important } /* square homepage thumbs */
562562
563563
/* Revert old background color and buttons */

0 commit comments

Comments
 (0)