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 / 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
@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.