Created
July 23, 2018 03:08
-
-
Save clockfort/d2d2508d33f87e660ca31903b91ff874 to your computer and use it in GitHub Desktop.
todo update vrv script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @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