Skip to content

Instantly share code, notes, and snippets.

View donal56's full-sized avatar
🏠
Working from home

Carlos Donaldo Ramon Gomez donal56

🏠
Working from home
View GitHub Profile
@donal56
donal56 / genius-lyrics-copier.js
Last active August 16, 2025 17:45 — forked from Sejmou/genius-lyrics-copier.js
Tampermonkey userscript for extracting lyrics from the Genius website
// ==UserScript==
// @name Genius Lyrics Copier
// @namespace genius-lyrics-copier
// @version 1.1
// @description Adds a button to copy lyrics from Genius website to clipboard
// @match https://genius.com/*
// @grant GM_setClipboard
// @noframes
// ==/UserScript==