Skip to content

Draft: Unfinished! Opens a google search for the lyrics of the current song

Leo Antonio Auhagen requested to merge spotify-lyrics-search into main

Has to be "compiled" to a bookmarklet.

javascript:window.open%28%60https://google.com/search?q=lyrics%2b%24%7bdocument.getElementsByTagName%28"a"%29%5B2%5D.textContent.split%28" "%29.join%28"%2b"%29%7d%2b%24%7bdocument.getElementsByTagName%28"a"%29%5B3%5D.textContent.split%28" "%29.join%28"%2b"%29%7d%60%2c %27_blank%27%29.focus%28%29;
Edited by Leo Antonio Auhagen

Merge request reports