Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ download
Function
download
scripts/spotify_downloadButton.js:111–113 ·
view source on GitHub ↗
(link)
Source
from the content-addressed store, hash-verified
109
}
110
111
function
download(link) {
112
window.open(
"https://spotify-downloader.com/?link="
+ link,
"_blank"
);
113
}
114
115
function
addButton(el) {
116
const
button = document.createElement(
"button"
);
Callers
1
animate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected