Skip to content

Commit 32d0db7

Browse files
committed
Moved app init to top ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent 39a9167 commit 32d0db7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

youtube-classic/youtube-classic.user.js

Lines changed: 2 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.21.11
3+
// @version 2026.1.21.12
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
@@ -32,6 +32,7 @@
3232
(() => {
3333
'use strict'
3434

35+
const app = { symbol: '📺', configKeyPrefix: 'ytClassic' }
3536
const env = {
3637
scriptManager: {
3738
name: (() => { try { return GM_info.scriptHandler } catch (err) { return 'unknown' }})(),
@@ -44,9 +45,6 @@
4445
}
4546
env.scriptManager.supportsTooltips = env.scriptManager.name == 'Tampermonkey'
4647
&& parseInt(env.scriptManager.version.split('.')[0]) >= 5
47-
48-
const app = { symbol: '📺', configKeyPrefix: 'ytClassic' }
49-
5048
const config = {}
5149
const settings = {
5250

0 commit comments

Comments
 (0)