Skip to content

Commit

Permalink
add hide-ocount
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 committed Jun 6, 2024
1 parent 4f38ac0 commit 043ac16
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
- Make detail values wrap the screen and continue
- direct-stream
- highlight settings icon when transcoding/ direct stream
- hide-ocount
- hide o-counter

Unless otherwise specified, code licenced under MIT
3 changes: 3 additions & 0 deletions themes/hide-ocount/hide-ocount.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span:has(>div.count-button>button[title="O Count"]) {
display: none;
}
7 changes: 7 additions & 0 deletions themes/hide-ocount/hide-ocount.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: hide-ocount
description: Hide O-Count and O-Count trakcers
url: https://github.com/feederbox826/themes
version: 0.1
ui:
css:
- hide-ocount.css

0 comments on commit 043ac16

Please sign in to comment.