Skip to content

Instantly share code, notes, and snippets.

@queencitycyber
Last active April 4, 2022 15:31
Show Gist options
  • Save queencitycyber/fbb2be2922edc613e03e3381bcbd0742 to your computer and use it in GitHub Desktop.
Save queencitycyber/fbb2be2922edc613e03e3381bcbd0742 to your computer and use it in GitHub Desktop.
Random Shit
Tired of having random notes and shit floatin around. Most of this will probably exist elsewhere in my notes, but I'd like to have it here to remember
# Console Table. Update as needed
`console.table([...document.querySelectorAll('.fatitem table .athing')].map(el => [el.textContent.trim(), el.nextSibling.textContent.trim()]).sort(([,a], [,b]) => parseInt(b) - parseInt(a)))`
# No clue. From Outlook headers
https://webshell.suite.office.com/iframe/TokenFactoryIframe?origin=https://Foutlook.office.com&shsid=[GUID]&apiver=oneshell&cshver=20220227.1&upn=[REDACTED]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment