| Summary | Adds styling to settings to indicate direct stream. | |
| Repository | https://github.com/feederbox826/themes/tree/main/themes/direct-stream | |
| Source URL | https://feederbox826.github.io/themes/main/index.yml | |
| Install | How to install a plugin? |
highlights settings menu for non-direct streams
oneliner:
document.querySelector(".vjs-source-selector").style.color = document.querySelector(".vjs-source-selector li.vjs-selected .vjs-menu-item-text").textContent == "Direct stream" ? "green" : "orange"