Skip to content

Instantly share code, notes, and snippets.

@Orangetronic
Last active March 27, 2016 03:36
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 Orangetronic/912b769effe817061f58 to your computer and use it in GitHub Desktop.
Save Orangetronic/912b769effe817061f58 to your computer and use it in GitHub Desktop.
/*
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