Last active
June 9, 2016 01:15
-
-
Save Synvox/f5d79c6a65f2fdd0eddb1b501a64502b to your computer and use it in GitHub Desktop.
Search page regex
This file contains hidden or 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
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