Skip to content

Instantly share code, notes, and snippets.

@CaioWzy
Created August 5, 2019 22:00
Show Gist options
  • Save CaioWzy/8546134feba31d2755df5f474700a987 to your computer and use it in GitHub Desktop.
Save CaioWzy/8546134feba31d2755df5f474700a987 to your computer and use it in GitHub Desktop.
rBrasil-chatNotificationFixer
// ==UserScript==
// @name rBrasil-chatNotificationFixer
// @namespace https://www.reddit.com/r/brasil/
// @version 0.1
// @match https://*.reddit.com/r/brasil/*
// @grant GM_addStyle
// ==/UserScript==
// @run-at document-start
if (!!document.querySelector('#redesign-beta-optin-btn')) GM_addStyle('#chat.active { background-color: #ff4500 }')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment