View difference between Paste ID: xJnkuNrg and ZWjPxEfz
SHOW: | | - or go back to the newest paste.
1-
var css = '* , *::after, *::before {overflow: scroll;display: block;min-width: 1px;min-height: 1px;transform: scale(1.1) rotate(5deg);}',
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);