fix: remove sign-in button (fix #1199)

This commit is contained in:
JellyBrick
2024-02-06 00:33:41 +09:00
parent ee05893d4c
commit ba7e065ba6

View File

@ -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);