Skip to content

Instantly share code, notes, and snippets.

View NobleUplift's full-sized avatar
😤
Just finished Hierarchies last night! Onto my next Python bot!

NobleUplift

😤
Just finished Hierarchies last night! Onto my next Python bot!
View GitHub Profile
@NobleUplift
NobleUplift / HideFollowsYou.js
Last active March 24, 2020 16:39
GreaseMonkey script to remove Follows You profile cards from Following page
// ==UserScript==
// @name Hide Follows You
// @namespace twitter.com
// @description Hide mutuals to unfollow unfollowers.
// @match https://twitter.com/*/following
// @version 2
// @require http://code.jquery.com/jquery-latest.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// ==/UserScript==