Skip to content

Instantly share code, notes, and snippets.

View EllianCarlos's full-sized avatar
Trying to invent a time machine

Ellian Carlos EllianCarlos

Trying to invent a time machine
View GitHub Profile
@EllianCarlos
EllianCarlos / romaji_hider.user.js
Created February 14, 2026 16:35
Tampermonkey to hide romanji from letras.mus.br
// ==UserScript==
// @name Letras.mus.br - Romaji to Hiragana / Hide Romaji
// @namespace http://tampermonkey.net/
// @version 1.2
// @description Hides Romaji lyrics or converts them to Hiragana on Letras.mus.br using specific .romanization selectors.
// @author You
// @match https://www.letras.mus.br/*
// @grant none
// ==/UserScript==
#include <bits/stdc++.h>
#define debug(args...) printf(args);fflush(stdout)
using namespace std;
#define pb push_back
#define mk make_pair
#define eb emplace_back
#define fi first
#define se second