Add theme: Back Fwd Always Hidden

This commit is contained in:
jean06560 2025-03-06 11:49:47 +00:00 committed by GitHub
parent cdccfde6b2
commit b37bee102e
4 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,7 @@
:root:not([customizing]) #back-button {
display: none !important;
}
:root:not([customizing]) #forward-button {
display: none !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

View file

@ -0,0 +1,5 @@
Back and forward buttons will always be hidden. Useful if your mouse has the relevant buttons.
Inspired by "Zen Back Forward" (@KiKaraage)
Consider the fact that with this mod, you won't be able to click-old previous to choose between previous pages.

View file

@ -0,0 +1,14 @@
{
"id": "4a222d82-2803-4ed2-a390-90abfce4f195",
"name": "Back Fwd Always Hidden",
"description": "Back and forward buttons will always be hidden. Useful if your mouse has the relevant buttons",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4a222d82-2803-4ed2-a390-90abfce4f195/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4a222d82-2803-4ed2-a390-90abfce4f195/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4a222d82-2803-4ed2-a390-90abfce4f195/image.png",
"author": "jean06560",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-06",
"updatedAt": "2025-03-06"
}