Skip to content

Commit 02ea9ea

Browse files
committed
Added RYTD as @require dep (fixes adamlui/youtube-classic#4) ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent 8091ab3 commit 02ea9ea

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

youtube-classic/docs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
[![](https://img.shields.io/youtube/channel/subscribers/UCgBMqK7SRL5R__3qM-YAcSg?label=Follow%20%40adamluitube&style=social "Follow @AdamLuiTube on YouTube")](https://www.youtube.com/AdamLuiTube?sub_confirmation=1)
5555
<a href="https://github.com/adamlui">
5656
<img title="Follow @adamlui on GitHub" src="https://img.shields.io/github/followers/adamlui?label=Follow%20%40adamlui&style=social"></a>
57-
<a href="https://github.com/Anarios">
58-
<img title="Follow @Anarios on GitHub" src="https://img.shields.io/github/followers/Anarios?label=Follow%20%40Anarios&style=social"></a>
5957
<a href="https://github.com/hoothin">
6058
<img title="Follow @hoothin on GitHub" src="https://img.shields.io/github/followers/hoothin?label=Follow%20%40hoothin&style=social"></a>
6159

youtube-classic/youtube-classic.user.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name YouTube™ Classic 📺 — (Remove rounded design + Return YouTube dislikes)
3-
// @version 2026.1.21.4
4-
// @author Adam Lui, Magma_Craft, Anarios, JRWR, Fuim & hoothin
3+
// @version 2026.1.21.5
4+
// @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
77
// @license MIT
@@ -16,6 +16,7 @@
1616
// @connect gm.ytclassic.com
1717
// @connect raw.githubusercontent.com
1818
// @require https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@3683a79/assets/js/lib/dom.js/dist/dom.min.js#sha256-Xl5ghi373aMe12nN4vOKB+C5IJQY43AtjVAdB0K3Dag=
19+
// @require https://cdn.jsdelivr.net/gh/Anarios/return-youtube-dislike@c0c3a2e/Extensions/UserScript/Return%20Youtube%20Dislike.user.js#sha256-BPRgJOQfxTUmr09fqGi1dlZ14jtZfdKHhKltqmf5B+Y=
1920
// @grant GM_registerMenuCommand
2021
// @grant GM_unregisterMenuCommand
2122
// @grant GM_getValue

0 commit comments

Comments
 (0)