Skip to content

Instantly share code, notes, and snippets.

@stickerboy
Created June 21, 2016 15:36
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 stickerboy/3baab423fb041229e6da215f08dc2dd3 to your computer and use it in GitHub Desktop.
Save stickerboy/3baab423fb041229e6da215f08dc2dd3 to your computer and use it in GitHub Desktop.
Hide Twitter Moments
// ==UserScript==
// @id HideMoments
// @name Hide Twitter Moments
// @version 1.0
// @namespace
// @author stckrboy
// @description
// @include https://twitter.com/*
// @run-at document-end
// ==/UserScript==
document.querySelector('.js-moments-tab').style.display = 'none';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment