|
1 | 1 | // ==UserScript== |
2 | 2 | // @name YouTube™ Classic 📺 — (Remove rounded design + Return YouTube dislikes) |
3 | | -// @version 2025.10.20.1 |
| 3 | +// @version 2026.1.17 |
4 | 4 | // @author Adam Lui, Magma_Craft, Anarios, JRWR, Fuim & hoothin |
5 | 5 | // @namespace https://github.com/adamlui |
6 | 6 | // @description Reverts YouTube to its classic design (before all the rounded corners & hidden dislikes) + redirects YouTube Shorts |
|
348 | 348 | web_modern_collections_v2: false, |
349 | 349 | web_modern_dialogs: false, |
350 | 350 | web_modern_playlists: false, |
351 | | - web_modern_subscribe: true, |
| 351 | + web_modern_subscribe: false, |
352 | 352 | web_modern_tabs: false, |
353 | 353 | web_rounded_containers: false, |
354 | 354 | web_rounded_thumbnails: false, |
|
1695 | 1695 | /* Fix disappearing bar in masthead */ |
1696 | 1696 | #background.ytd-masthead { |
1697 | 1697 | opacity: 1 !important; |
1698 | | - }` |
| 1698 | + } |
| 1699 | + |
| 1700 | + /* Subscribe button */ |
| 1701 | + #subscribe-button ytd-subscribe-button-renderer button.yt-spec-button-shape-next--filled { |
| 1702 | + background-color: #cc0000 !important ; color: #fff !important ; border-radius: 2px !important ; |
| 1703 | + text-transform: uppercase !important ; font-weight: 500 !important ; letter-spacing: 0.5px !important |
| 1704 | + } |
| 1705 | + #subscribe-button ytd-subscribe-button-renderer button.yt-spec-button-shape-next--filled:hover { |
| 1706 | + background-color: #cc0000 !important } |
| 1707 | + #subscribe-button ytd-subscribe-button-renderer button.yt-spec-button-shape-next--tonal { |
| 1708 | + background-color: #f2f2f2 !important ; color: #606060 !important ; border-radius: 2px !important ; |
| 1709 | + text-transform: uppercase !important ; font-weight: 500 !important ; letter-spacing: 0.5px !important |
| 1710 | + } |
| 1711 | + #subscribe-button ytd-subscribe-button-renderer button.yt-spec-button-shape-next--tonal:hover { |
| 1712 | + background-color: #e5e5e5 !important } |
| 1713 | + yt-smartimation.ytd-subscribe-button-renderer, .smartimation__content { display: flex !important } |
| 1714 | + #notification-preference-button.ytd-subscribe-button-renderer { margin-left: 4px !important } |
| 1715 | + #notification-preference-button.ytd-subscribe-button-renderer button { border-radius: 16px !important } |
| 1716 | + ` |
1699 | 1717 |
|
1700 | 1718 | getLoadedElem('head').then(() => document.head.append(fixesStyle)); |
1701 | 1719 |
|
|
0 commit comments