Skip to content

Commit e676011

Browse files
committed
Padded config obj ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent 16471e8 commit e676011

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.17.53
3+
// @version 2026.1.17.54
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
@@ -382,7 +382,7 @@
382382
return this.mergeDeep(target, ...sources)
383383
}
384384
static onNewScript(mutations) { if (mutations.some(mut => mut.addedNodes.length)) YTP.bruteforce() }
385-
static start() { this.observer.observe(document, {childList: true, subtree: true}) }
385+
static start() { this.observer.observe(document, { childList: true, subtree: true }) }
386386
static stop() { this.observer.disconnect() }
387387
static bruteforce() {
388388
if (!unsafeWindow.yt?.config_) return

0 commit comments

Comments
 (0)