Merge pull request #1212 from zen-browser/create-theme-1211

Add theme: Back Fwd Always Hidden
This commit is contained in:
mr. m 2025-03-07 16:53:34 +01:00 committed by GitHub
commit 106d49db6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"
}