Skip to content

Instantly share code, notes, and snippets.

@abdmun8
Last active May 9, 2022 23:47
Show Gist options
  • Save abdmun8/2f50893356275a9e672e63bb17a3dd68 to your computer and use it in GitHub Desktop.
Save abdmun8/2f50893356275a9e672e63bb17a3dd68 to your computer and use it in GitHub Desktop.
Copy Session Storage

Run this script on console source window

const t=JSON.stringify(sessionStorage);console.log(`Object.entries(${t}).forEach(e=>{sessionStorage.setItem(e[0],e[1]);});`);

Paste and run output script to console target window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment