mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 21:37:38 +03:00
feat: add option to easily redirect to Genius website
This commit is contained in:
parent
e54ea8abec
commit
22d4ab2cda
3 changed files with 39 additions and 17 deletions
|
@ -9,6 +9,8 @@ function showAbout() {
|
|||
fullAbout && [fullAbout, summary].forEach(item => item.onclick = showAbout)
|
||||
|
||||
window.addEventListener("load", () => {
|
||||
const geniusURL = "https://genius.com" + document.location.pathname + document.location.search
|
||||
document.getElementById("goto-genius").setAttribute("href", geniusURL)
|
||||
document.querySelectorAll("#lyrics a").forEach(item => {
|
||||
item.addEventListener("click", getAnnotation)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue