Skip to content

Instantly share code, notes, and snippets.

@rchod
Created January 19, 2022 14:44
Show Gist options
  • Save rchod/e9b5205b9a13972856abce12418942d0 to your computer and use it in GitHub Desktop.
Save rchod/e9b5205b9a13972856abce12418942d0 to your computer and use it in GitHub Desktop.
Netscape-formatted cookies will be in your system's clipboard
copy('# Netscape HTTP Cookie File\n' + document.cookie.split(/; /g).map(e => e.replace('=', '\t')).map(e => window.location.hostname.replace('www.', '.') + '\tTRUE\t/\tFALSE\t-1\t' + e).join('\n'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment