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 ClaimHelper for genius.com | |
| // @namespace https://toxiplays.github.io/ | |
| // @version 2026-04-14 | |
| // @description Adds a button to the song page that automatically prepends a claim header to the lyrics. Works on React song page only. | |
| // @author toxi | |
| // @match https://genius.com/*-annotated | |
| // @match https://genius.com/*-lyrics | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=genius.com | |
| // @run-at document-end |