mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Back Fwd Always Hidden
This commit is contained in:
parent
cdccfde6b2
commit
b37bee102e
4 changed files with 26 additions and 0 deletions
7
themes/4a222d82-2803-4ed2-a390-90abfce4f195/chrome.css
Normal file
7
themes/4a222d82-2803-4ed2-a390-90abfce4f195/chrome.css
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
:root:not([customizing]) #back-button {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
:root:not([customizing]) #forward-button {
|
||||||
|
display: none !important;
|
||||||
|
}
|
BIN
themes/4a222d82-2803-4ed2-a390-90abfce4f195/image.png
Normal file
BIN
themes/4a222d82-2803-4ed2-a390-90abfce4f195/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 235 KiB |
5
themes/4a222d82-2803-4ed2-a390-90abfce4f195/readme.md
Normal file
5
themes/4a222d82-2803-4ed2-a390-90abfce4f195/readme.md
Normal 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.
|
14
themes/4a222d82-2803-4ed2-a390-90abfce4f195/theme.json
Normal file
14
themes/4a222d82-2803-4ed2-a390-90abfce4f195/theme.json
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue