Created
October 7, 2015 05:11
-
-
Save wesm/335347239aa509bc1041 to your computer and use it in GitHub Desktop.
Hide Moments with Tampermonkey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Hide moments | |
// @namespace http://your.homepage/ | |
// @version 0.1 | |
// @description enter something useful | |
// @author You | |
// @match https://twitter.com/* | |
// @require http://code.jquery.com/jquery-latest.js | |
// @grant none | |
// ==/UserScript== | |
$(".moments").hide() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment