Skip to content

Instantly share code, notes, and snippets.

@aemxn
Last active April 16, 2017 19:34
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 aemxn/b8262ebcafdcdedd4461fdb4105c6b10 to your computer and use it in GitHub Desktop.
Save aemxn/b8262ebcafdcdedd4461fdb4105c6b10 to your computer and use it in GitHub Desktop.
[UserScript] Hide Facebook news feed
// ==UserScript==
// @name Hide Yo' Feed
// @namespace https://gist.github.com/aimanbaharum/b8262ebcafdcdedd4461fdb4105c6b10
// @include https://*.facebook.com/
// @version 0.2
// @description Hide Facebook news feed like you never care seeing them! Facebook is still usable, news feed will be hidden, thus increasing productivity and never procrastinate anymore!
// @author aimanb
// @grant none
// ==/UserScript==
document.getElementById('stream_pagelet').style.display = "none";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment