Add new hide forward button tweak

This commit is contained in:
bmFtZQ 2023-11-24 19:18:45 +08:00
parent 9ef1854516
commit 6fdf2473c0
2 changed files with 10 additions and 0 deletions

View file

@ -300,3 +300,9 @@ bugs with certain themes eg. dark text on dark background.) */
}
}
}
@media (-moz-bool-pref: "uc.tweak.hide-forward-button") {
:root:not([customizing]) #forward-button[disabled] {
display: none !important;
}
}