Skip to content

Instantly share code, notes, and snippets.

View todomodo's full-sized avatar
🏠
Working from home

Drago Todorov todomodo

🏠
Working from home
  • Portland, USA
View GitHub Profile
@todomodo
todomodo / classic_yt_button.user.js
Last active March 26, 2026 01:48
Hide YouTube doodle and replace with classic logo (Greasemonkey userscript)
// ==UserScript==
// @name classic_yt_button
// @namespace https://gist.github.com/todomodo/
// @description Replace YouTube doodle with the classic logo
// @include https://www.youtube.com/*
// @updateURL https://gist.githubusercontent.com/todomodo/be661d7a3161b282355650458ecaea44/raw/classic_yt_button.user.js
// @downloadURL https://gist.githubusercontent.com/todomodo/be661d7a3161b282355650458ecaea44/raw/classic_yt_button.user.js
// @version 2.2
// ==/UserScript==
@todomodo
todomodo / wellsfargo_login_fix.user.js
Last active December 26, 2022 00:36
Fix problem with WF login page not working with pasword manager
// ==UserScript==
// @name wellsfargo_login_fix
// @namespace https://gist.github.com/todomodo/
// @description Fix problem with WF login page not working with pasword manager
// @include https://connect.secure.wellsfargo.com/auth/login/*
// ==/UserScript==
// My preferred WF login page does not play nicely with password managers. The page would not
// accept pasted passwords unless the user (me) had actually pressed a key inside the password input.
// This is lame and needs to change. This script performs said action on document load. It simulates