Skip to content

Instantly share code, notes, and snippets.

@damenleeturks
Created April 9, 2020 18:26
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 damenleeturks/cc07e4694ec76801a90b9a172644cae9 to your computer and use it in GitHub Desktop.
Save damenleeturks/cc07e4694ec76801a90b9a172644cae9 to your computer and use it in GitHub Desktop.
That pop-up menu gets in the way *way* too much
/* ==UserStyle==
@name Hide GLO's annoying popup menu
@namespace github.com/damenleeturks
@version 1.0.0
@description That pop-up menu that appears when you highlight something. It gone.
@author damenleeturks
==/UserStyle== */
@-moz-document url-prefix("https://www.churchofjesuschrist.org/study") {
.callout-EaEKb {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment