Skip to content

Instantly share code, notes, and snippets.

@clockfort
Created July 23, 2018 03:08
Show Gist options
  • Save clockfort/d2d2508d33f87e660ca31903b91ff874 to your computer and use it in GitHub Desktop.
Save clockfort/d2d2508d33f87e660ca31903b91ff874 to your computer and use it in GitHub Desktop.
todo update vrv script
// @run-at document-start
var css = document.createElement("style")
css.type = "text/css"
css.innerHTML = "#content .description{ opacity: 0; } #content .description:hover { opacity: 0.5; }"
document.head.appendChild(css)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment