Guest User

Untitled

a guest
Jan 21st, 2018
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. javascript:if (1) {
  2. var node = document.createElement('style');
  3. node.innerHTML = "body { font-family: Georgia; width: 35em; line-height:1.5; margin-left: auto; margin-right: auto; } p { margin-top: 1em; }";
  4. document.head.appendChild(node);
  5. }
Add Comment
Please, Sign In to add comment