Advertisement
IGhostxGamerI

Untitled

Nov 3rd, 2022 (edited)
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. /// pageedit.js
  2. setTimeout(() => {
  3. document.body.contentEditable = 'true';
  4. document.designMode='on';
  5. void 0
  6. }, 3000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement