Skip to content

Instantly share code, notes, and snippets.

@drianoaz
Created November 19, 2021 20:58
Show Gist options
  • Save drianoaz/009b2b9ea8b3885713ff2e79b00f3dc0 to your computer and use it in GitHub Desktop.
Save drianoaz/009b2b9ea8b3885713ff2e79b00f3dc0 to your computer and use it in GitHub Desktop.
A simple script to show hen the overrides extension is enabled
$("document").ready(() => {
$("body").append(`
<div style='width: 100%; background: red; position: absolute; bottom: 0; z-index: 9999; padding: 0; font-size: 14px; color: white; font-weight: bold; text-align: center;'>
Overrides ON
</div>
`);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment