This file contains hidden or 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 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== |