Add theme: DoubleClickless

This commit is contained in:
different55 2025-02-24 03:25:00 +00:00 committed by GitHub
parent bcb031530d
commit f67b7023a5
4 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#zen-browser-tabs-wrapper {
pointer-events: none;
& > * {
pointer-events: auto;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View file

@ -0,0 +1,3 @@
# DoubleClickless
Disable double clicking and middle clicking on the tab bar to open a new tab.

View file

@ -0,0 +1,14 @@
{
"id": "272850c0-36b4-4867-be8f-7c4b5942069f",
"name": "DoubleClickless",
"description": "Disable double clicking and middle clicking on the tab bar to open a new tab.",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/272850c0-36b4-4867-be8f-7c4b5942069f/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/272850c0-36b4-4867-be8f-7c4b5942069f/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/272850c0-36b4-4867-be8f-7c4b5942069f/image.png",
"author": "different55",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-02-24",
"updatedAt": "2025-02-24"
}