Skip to content

Instantly share code, notes, and snippets.

@SirensOfTitan
Created January 25, 2019 18:16
Show Gist options
  • Save SirensOfTitan/67139ead58b03589eaefcf88cc99713c to your computer and use it in GitHub Desktop.
Save SirensOfTitan/67139ead58b03589eaefcf88cc99713c to your computer and use it in GitHub Desktop.
var _oldConsole = window.console;
window.console = Object.assign(
{},
_oldConsole,
{debug: (val) => { window.isVault = /Vault/.test(val); _oldConsole.debug(val); }}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment