Skip to content

Instantly share code, notes, and snippets.

@mayjs
Last active January 21, 2016 19:09
Show Gist options
  • Save mayjs/3ca2d56a31b62e4ad7e1 to your computer and use it in GitHub Desktop.
Save mayjs/3ca2d56a31b62e4ad7e1 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name HideFBMainPage
// @namespace thekemiren@googlemail.com
// @include https://www.facebook.com/?*
// @include https://www.facebook.com/*
// @version 1
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle("#contentCol.newsFeedComposer #contentArea{opacity:0.0000001 !important;}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment