Skip to content

Instantly share code, notes, and snippets.

@Synvox
Last active June 9, 2016 01:15
Show Gist options
  • Save Synvox/f5d79c6a65f2fdd0eddb1b501a64502b to your computer and use it in GitHub Desktop.
Save Synvox/f5d79c6a65f2fdd0eddb1b501a64502b to your computer and use it in GitHub Desktop.
Search page regex
a = a || [];document.body.textContent.match(/ ..... /gi).forEach((i)=>{a[i] = a[i]||0; a[i]++}); console.log(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment