Created
October 15, 2022 03:38
-
-
Save Fohlen/71fe5421bb65b03a00bd174984c94a7f to your computer and use it in GitHub Desktop.
Reddit Comments Archive
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
$$('.file').filter((tr) => tr.childNodes[1].innerText.startsWith("RC_")).map((tr) => parseInt(tr.childNodes[5].innerText.replaceAll(",", ""))).reduce((a, b) => a + b) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment