Skip to content

Instantly share code, notes, and snippets.

@theVDude
Created October 19, 2023 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theVDude/6ec3cb694ac5f17e7c8cedaeba9280bc to your computer and use it in GitHub Desktop.
Save theVDude/6ec3cb694ac5f17e7c8cedaeba9280bc to your computer and use it in GitHub Desktop.
dropout tv subtitle preferences

idk just install stylus/stylish extension in browser, go to settings > import, copy/paste in the css.

if you know how css works you can make some changes, this is just my preferences, feel free to play around.

Will prevent changing the preferences through the menu while it's active.

@-moz-document regexp(".*vhx.tv.*dropout.*") {
div.vp-captions {
font-family: Consolas, Monoco, "Lucida Console", monospace !important;
font-size: 1.7rem !important;
}
span.vp-captions-line {
background: rgba(0, 0, 0, .6) !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment