Skip to content

Instantly share code, notes, and snippets.

View borisjoffe's full-sized avatar

Boris Joffe borisjoffe

View GitHub Profile
@borisjoffe
borisjoffe / Unfollow All Twitter Pages
Created October 20, 2014 03:46
Unfollow All Twitter Pages
// Go to https://twitter.com/YOURUSERNAME/following
// - scroll to load all the pages you're following first
// - paste this into the URL bar or the developer console
javascript:(function () { $("div.stream-container div.following").children("button.follow-button").click(); }())
html {overflow: auto;}
html, body, div, iframe {margin: 0px; padding: 0px; height: 100%; border: none;}
iframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x: hidden;}
@borisjoffe
borisjoffe / test
Last active December 21, 2015 02:49
{ "name": "Bob Test" }