Skip to content

Instantly share code, notes, and snippets.

@maciekmm
Created April 18, 2017 08:46
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 maciekmm/4b2241b837c7b9660aaf241245adc33f to your computer and use it in GitHub Desktop.
Save maciekmm/4b2241b837c7b9660aaf241245adc33f to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Facebook Sidebar Defader
// @namespace https://mionskowski.pl/
// @version 0.1
// @description Increases readability of the chat sidebar
// @author Maciej Mionskowski
// @match https://*.facebook.com/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle("._570- {opacity: 1 !important;}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment