Skip to content

Instantly share code, notes, and snippets.

@0xLeon
Created September 13, 2020 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xLeon/920bd517ddebdfa32349a5a956018906 to your computer and use it in GitHub Desktop.
Save 0xLeon/920bd517ddebdfa32349a5a956018906 to your computer and use it in GitHub Desktop.
Calculate Server Index File Size
[...$$('html > body > pre')[0].textContent.matchAll(/\d+$/gm)].map((a) => parseInt(a[0])).reduce((acc, val) => acc + val) / Math.pow(1024, 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment