Skip to content

Instantly share code, notes, and snippets.

@cawal
cawal / Environment Marker Liber Monolith
Last active December 27, 2023 17:53
Environment Marker Liber Monolith
// ==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==
@cawal
cawal / Environment Marker - Liber RabbitMQ
Last active December 27, 2023 17:54
Environment Marker - Liber RabbitMQ
// ==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==
@cawal
cawal / Python_docs-ViolentMonkey.js
Last active December 27, 2023 14:13
Cleaner python docs
// ==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==