Advertisement
w0lfiesmith

Adblock redirect

Apr 19th, 2012
3,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. <script type="text/javascript">
  3.     jQuery(document).ready(function(){
  4.         if (jQuery('#myAdContainer').height() == 0) {
  5.             window.location = 'http://disney.com';
  6.         }
  7.     });
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement