Advertisement
HJin_me

anti SOPA&PIPA

Jan 18th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.72 KB | None | 0 0
  1. <script>
  2. (function(){
  3. var i = document.createElement("div"), s = i.style, w = '', h = '';
  4. if( typeof( window.innerWidth ) == 'number' ) {
  5. w = window.innerWidth;
  6. h = window.innerHeight;
  7. } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
  8. w= document.documentElement.clientWidth;
  9. h= document.documentElement.clientHeight;
  10. }
  11. s.background ="#000";
  12. s.position = "absolute";
  13. s.width=w + "px";
  14. s.height=h + "px";
  15. s.top=0;
  16. s.color = "#fff";
  17. s.fontSize = "72px";
  18. s.left=0;
  19. s.zIndex=9999;
  20. i.innerHTML = "Anti SOPA & PIPA";
  21. i.onclick = function(){document.body.removeChild(i)};
  22. window.onload = function(){document.body.appendChild(i)};
  23. })();
  24. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement