Created
November 19, 2021 20:58
-
-
Save drianoaz/009b2b9ea8b3885713ff2e79b00f3dc0 to your computer and use it in GitHub Desktop.
A simple script to show hen the overrides extension is enabled
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
$("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