Skip to content

Instantly share code, notes, and snippets.

@lnorton89
Created April 10, 2019 14:48
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 lnorton89/a365b98aafd7151d0cf6919cb54b3af0 to your computer and use it in GitHub Desktop.
Save lnorton89/a365b98aafd7151d0cf6919cb54b3af0 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name hide-facebook-chat
// @include https://www.facebook.com/*
// @description Hides the sidebar for chat on Facebook.com
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// @grant GM_addStyle
// ==/UserScript==
$(".fbChatSidebar").hide()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment