Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add theme: Empty your PiP #1157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions themes/46ad7343-7639-4447-afb9-1aacbd24916b/chrome.css
Original file line number Diff line number Diff line change
@@ -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;
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions themes/46ad7343-7639-4447-afb9-1aacbd24916b/readme.md
Original file line number Diff line number Diff line change
@@ -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.
14 changes: 14 additions & 0 deletions themes/46ad7343-7639-4447-afb9-1aacbd24916b/theme.json
Original file line number Diff line number Diff line change
@@ -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"
}