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.27.3
3+ // @version 2026.1.27.4
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
10651065 if ( app . config . adBlock ) // remove ads
10661066 document . querySelector ( 'ytd-ad-slot-renderer' ) ?. closest ( '[rendered-from-rich-grid]' ) ?. remove ( )
10671067 if ( app . config . shortsBlock || app . config . playablesBlock ) // remove shelves
1068- document . querySelector (
1069- `ytd-rich-section-renderer ${ ! app . config . shortsBlock ? ':not(:has(a[href*="/shorts/"]))' : '' } ${
1070- ! app . config . playablesBlock ? ':not(:has(a[href*="/playables/"]))' : '' } `
1068+ document . querySelector ( `ytd-rich-section-renderer ${
1069+ ! app . config . shortsBlock ? ':not(:has(a[href*="/shorts/"]))' : '' } ${
1070+ ! app . config . playablesBlock ? ':not(:has(a[href*="/playables/"]))' : '' } `
10711071 ) ?. remove ( )
10721072 }
10731073 } )
You can’t perform that action at this time.
0 commit comments