Skip to content

Instantly share code, notes, and snippets.

@w35l3y
Last active August 2, 2019 15:45
Show Gist options
  • Save w35l3y/07442c6adf297703ac7915526a980134 to your computer and use it in GitHub Desktop.
Save w35l3y/07442c6adf297703ac7915526a980134 to your computer and use it in GitHub Desktop.
Informações referentes ao script em execução
function Script () {
Object.defineProperties(this, {
debug: {
value: /\s+@debug\s+true$/m.test(GM_info.scriptMetaStr),
writable: false
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment