Advertisement
Guest User

How to destroy every website (mini-version)

a guest
Dec 22nd, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var a=document.head||document.getElementsByTagName("head")[0],b=document.createElement("style");b.type="text/css";b.styleSheet?b.styleSheet.cssText="* , *::after, *::before {overflow: scroll;display: block;min-width: 1px;min-height: 1px;transform: scale(1.1) rotate(5deg);}":b.appendChild(document.createTextNode("* , *::after, *::before {overflow: scroll;display: block;min-width: 1px;min-height: 1px;transform: scale(1.1) rotate(5deg);}"));a.appendChild(b);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement