Skip to content

Instantly share code, notes, and snippets.

@ohareza
Last active June 23, 2020 06:28
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 ohareza/a46fdc05a9b6f45a7151358cf0639a6c to your computer and use it in GitHub Desktop.
Save ohareza/a46fdc05a9b6f45a7151358cf0639a6c to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name NijitoolsIDINHighlight
@namespace github.com/ohareza
@version 3.0.0
@description Highlight ID & EN livers in nijitools.
@author ohareza
@license unlicense
@preprocessor stylus
@updateURL https://gist.github.com/ohareza/a46fdc05a9b6f45a7151358cf0639a6c/raw/nijitools-id-in-highlight.user.css
@var range dimmedOpacity "Dimmed content opacity" [25, 0, 100, 5, '%']
==/UserStyle== */
@-moz-document url("https://nijisanji.jetri.co/#/")
div.video-box
opacity dimmedOpacity
transition 0.3s
&:hover
opacity 1
for select in 'NIJISANJI ID' 'NIJISANJI EN'
&[title*=\"{select}\"]
opacity 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment