File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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' } } ) ( ) ,
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
You can’t perform that action at this time.
0 commit comments