Add theme: Remove Dim PiP

This commit is contained in:
seanstackn 2025-03-25 17:20:22 +00:00 committed by GitHub
parent 2a9820d3e9
commit 16ae3c1c33
4 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,9 @@
/* Removes dimming effect while hovering PiP (Picture in Picture) video */
#controls:hover {
background-color: transparent !important;
}
#pip-window:hover {
opacity: 1 !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

View file

@ -0,0 +1,4 @@
# Remove-Dim-PiP
Removes the dim effect when hovering on a video in Picture in Picture mode
![qv0FOEQ](https://github.com/user-attachments/assets/78930c1a-a05b-4587-b95b-593cdc0f54ca)

View file

@ -0,0 +1,14 @@
{
"id": "b2a8d0eb-61eb-4bed-80db-b553bc87241c",
"name": "Remove Dim PiP",
"description": "Removes the dim effect when hovering on a video in Picture in Picture mode",
"homepage": "https://github.com/seanstackn/Remove-Dim-PiP",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/image.png",
"author": "seanstackn",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-25",
"updatedAt": "2025-03-25"
}