This commit is contained in:
mr. m 2025-06-26 04:23:45 +09:00 committed by GitHub
commit ea3a2685dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,61 @@
.control-item.control-button {
display: none !important;
}
#close, #unpip {
display: none !important;
&:hover {
&::after {
display: none !important;
}
}
}
#close {
display: none !important;
}
#unpip {
display: none !important;
}
/* for dragging */
#controls {
visibility: hidden !important;
&:hover {
visibility: hidden !important;
}
}
#controls-bottom-gradient {
display: none !important;
}
#controls-bottom {
display: none !important;
}
/* progress bar */
.scrubber-no-drag {
display: none !important;
}
#scrubber::-moz-range-thumb {
display: none !important;
}
#scrubber {
display: none !important;
&:hover {
display: none !important;
}
}
#scrubber {
&::-moz-range-track, &::-moz-range-progress {
display: none !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -0,0 +1,3 @@
It's a pure PiP with no UI elements—just video.
I sometimes found the UI elements visible on mouseover annoying, and I always wanted a player that just shows videos.

View file

@ -0,0 +1,14 @@
{
"id": "46ad7343-7639-4447-afb9-1aacbd24916b",
"name": "Empty your PiP",
"description": "Remove all the UI elements on the PiP window. Just pure video.",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/46ad7343-7639-4447-afb9-1aacbd24916b/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/46ad7343-7639-4447-afb9-1aacbd24916b/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/46ad7343-7639-4447-afb9-1aacbd24916b/image.png",
"author": "ImBada",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-02-26",
"updatedAt": "2025-02-26"
}