MasterOpel

Save and Load the Current Body

Sep 2nd, 2024 (edited)
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.10 KB | Source Code | 0 0
  1. /* Save body */
  2. var storedBody = document.body;
  3.  
  4. /* Load saved body */
  5. document.body = storedBody;
Advertisement
Add Comment
Please, Sign In to add comment