Skip to content

Commit 734a707

Browse files
committed
Merged lines, shorted comment ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent 1d8927b commit 734a707

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

youtube-classic/youtube-classic.user.js

Lines changed: 3 additions & 4 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.17.14
3+
// @version 2026.1.17.15
44
// @author Adam Lui, Magma_Craft, Anarios, JRWR, 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
@@ -432,9 +432,8 @@
432432
}
433433
}
434434

435-
const ATTRS = [ // Attributes to remove from <html>
436-
'darker-dark-theme', 'darker-dark-theme-deprecate'
437-
]
435+
const ATTRS = [ // to remove from <html>
436+
'darker-dark-theme', 'darker-dark-theme-deprecate' ]
438437
unsafeWindow.addEventListener('yt-page-data-updated', function tmp() {
439438
const ytLogo = document.getElementById('logo-icon'),
440439
classicLogo = document.createElement('img')

0 commit comments

Comments
 (0)