mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
remove upgrade button + makes img unselectable
This commit is contained in:
@ -38,6 +38,11 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
});
|
||||
});
|
||||
|
||||
// Remove upgrade button
|
||||
if (config.get("options.removeUpgradeButton")) {
|
||||
document.querySelector('[tab-id*="SPunlimited"]').style.display = "none";
|
||||
}
|
||||
|
||||
// inject song-info provider
|
||||
setupSongInfo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user