Created
August 13, 2019 13:29
-
-
Save giuliocomi/f89a590ac7ebf9830a5c55f5df8a71b0 to your computer and use it in GitHub Desktop.
test
This file contains 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
<script> | |
var str = document.getElementsByTagName('body')[0].toString() | |
alert(str.match(/\[\[.*\]\]/ig)); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment