Skip to content

Instantly share code, notes, and snippets.

View nezzzumi's full-sized avatar
💕
I may be slow to respond.

Guilherme nezzzumi

💕
I may be slow to respond.
View GitHub Profile
@nezzzumi
nezzzumi / script.js
Last active September 17, 2024 01:05
remove burn fire
// ==UserScript==
// @name New script bsky.app
// @namespace Violentmonkey Scripts
// @match https://bsky.app/*
// @grant none
// @version 1.0
// @author -
// @description 14/09/2024, 23:03:23
// ==/UserScript==
@nezzzumi
nezzzumi / eleicoes.sh
Created October 31, 2022 00:38
Script para acompanhar apuração do segundo turno
while true; do
clear
curl -s https://resultados.tse.jus.br/oficial/ele2022/545/dados-simplificados/br/br-c0001-e000545-r.json | jq -r '.cand|.[]|[.nm, .vap, .pvap]'
sleep 5
done