This commit is contained in:
2025-11-12 21:13:48 +00:00
parent c3171bd792
commit 48c40f8124
8 changed files with 109 additions and 15 deletions

View File

@@ -175,12 +175,12 @@
"browser.contentblocking.category" = "strict";
};
userChrome = ''
/* For old sidebar */
/* Remove old sidebar header */
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
/* Remove sidebar revamp */
/* Remove sidebar revamp header */
#sidebar-panel-header {
display: none;
}