Skip to content

Instantly share code, notes, and snippets.

@stefango
Last active November 15, 2020 08:02
Show Gist options
  • Save stefango/cab035a73ec72a4f495d3743f787e2c1 to your computer and use it in GitHub Desktop.
Save stefango/cab035a73ec72a4f495d3743f787e2c1 to your computer and use it in GitHub Desktop.
Get store info of this page
Object.keys(this).filter(key=>key.match(/[sS]tore/))
Object.keys(this).forEach((e)=>{e.match(/[sS]tore/)?console.log(e):'';})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment