mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix: remove sign-in button (fix #1199)
This commit is contained in:
@ -133,7 +133,7 @@ async function onApiLoaded() {
|
||||
// Remove upgrade button
|
||||
if (window.mainConfig.get('options.removeUpgradeButton')) {
|
||||
const styles = document.createElement('style');
|
||||
styles.innerHTML = `ytmusic-guide-section-renderer #items ytmusic-guide-entry-renderer:last-child {
|
||||
styles.innerHTML = `ytmusic-guide-signin-promo-renderer {
|
||||
display: none;
|
||||
}`;
|
||||
document.head.appendChild(styles);
|
||||
|
||||
Reference in New Issue
Block a user