This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 }') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Burlesco | |
// @namespace https://burles.co/ | |
// @version 10.0 | |
// @description Leia notícias sem ser assinante, burle o paywall | |
// @author rodorgas & AugustoResende | |
// @supportURL https://burles.co | |
// @icon64 https://burles.co/userscript/icon.png | |
// Atenção: Caso algum site não funcione logo após a instalação, limpe o cache do navegador. | |
// @grant GM_webRequest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name GDPR Auto Accept WASHPOST | |
// @namespace https://github.com/CaioWzy | |
// @version 0.1 | |
// @description Auto Accept the Washington Post GDPR consent page | |
// @author CaioWzy | |
// @match https://www.washingtonpost.com/gdpr-consent/* | |
// @grant none | |
// ==/UserScript== | |
// run_at: document_idle |