Skip to content

Instantly share code, notes, and snippets.

@wesm
Created October 7, 2015 05:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesm/335347239aa509bc1041 to your computer and use it in GitHub Desktop.
Save wesm/335347239aa509bc1041 to your computer and use it in GitHub Desktop.
Hide Moments with Tampermonkey
// ==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