Skip to content

Instantly share code, notes, and snippets.

View poka-IT's full-sized avatar

poka poka-IT

View GitHub Profile
@todomodo
todomodo / classic_yt_button.user.js
Last active September 8, 2023 04:25
A GreaseMonkey script for eliminating the SJW button from YT home page.
// ==UserScript==
// @name classic_yt_button
// @namespace https://gist.github.com/todomodo/
// @description Strip the (SJW) image from YT home button, so it can be later replaced with the classic version
// @include https://www.youtube.com/*
// ==/UserScript==
var loop_count = 0;
// the page will try to render and then re-render the SJW button several times.