This file contains 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 Environment Marker Monolith | |
// @namespace Violentmonkey Scripts | |
// @match https://*.libercapital.com.br/* | |
// @exclude-match https://*staging.libercapital.com.br/* | |
// @grant GM_addStyle | |
// @version 1.0 | |
// @author https://github.com/cawal/ | |
// @description Never execute anything in production | |
// ==/UserScript== |
This file contains 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 Environment Marker RabbitMQ | |
// @namespace Violentmonkey Scripts | |
// @match https://rabbitmq-management.liber.capital/* | |
// @grant GM_addStyle | |
// @version 1.0 | |
// @author https://github.com/cawal/ | |
// @description Never execute anything in production | |
// ==/UserScript== |
This file contains 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 cawal's Python Docs 2 | |
// @namespace Violentmonkey Scripts | |
// @match https://docs.python.org/* | |
// @grant GM_addStyle | |
// @version 1.0 | |
// @author https://github.com/cawal/ | |
// @description Cleaner Python docs | |
// ==/UserScript== |