Last active
March 27, 2016 03:36
-
-
Save Orangetronic/912b769effe817061f58 to your computer and use it in GitHub Desktop.
This file contains 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
/* | |
ADD THESE LINES TO YOUR SITE'S STYLESHEETS TO HIDE THE GENIUS WEB ANNOTATOR STUFF. | |
*/ | |
genius-back-page, genius-back-page-mobile-clickjacker, genius-pre-annotation-prompt { | |
display: none; | |
visibility: hidden; | |
opacity: 0; | |
position: absolute; | |
left: -10000px; | |
top: -10000000px; | |
pointer-events: none; | |
} | |
genius-referent, genius-referent[data-genius-featured-referent] { | |
background-color: inherit !important; | |
color: inherit !important; | |
cursor: inherit !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment