Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Save body */
- javascript:var storedBody = document.body;
- /* Load saved body */
- javascript:document.body = storedBody;
- /* Page blanker */
- javascript:document.body = document.createElement("body");
Advertisement
Add Comment
Please, Sign In to add comment