diff --git a/README.md b/README.md index fa8f7c5..fdb4034 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/themes/hide-ocount/hide-ocount.css b/themes/hide-ocount/hide-ocount.css new file mode 100644 index 0000000..7207495 --- /dev/null +++ b/themes/hide-ocount/hide-ocount.css @@ -0,0 +1,3 @@ +span:has(>div.count-button>button[title="O Count"]) { + display: none; +} \ No newline at end of file diff --git a/themes/hide-ocount/hide-ocount.yml b/themes/hide-ocount/hide-ocount.yml new file mode 100644 index 0000000..441fa5a --- /dev/null +++ b/themes/hide-ocount/hide-ocount.yml @@ -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 \ No newline at end of file