Skip to content

Instantly share code, notes, and snippets.

@8dcc
Created October 10, 2021 18:24
Show Gist options
  • Save 8dcc/676f36b41cd8fceaa78c2184dc9ff3a9 to your computer and use it in GitHub Desktop.
Save 8dcc/676f36b41cd8fceaa78c2184dc9ff3a9 to your computer and use it in GitHub Desktop.
Remove element with violentmonkey.
GM_addStyle ( `
.element-thing {
display: none !important;
}
` );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment