Advertisement
aldesrahim

Untitled

Jun 7th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function adRemover(){
  2. $(".ad").hide();
  3. $(".header, .body").show();
  4. $("#adUnit").next().hide();
  5. }
  6. setInterval(function(){
  7. adRemover();
  8. },600001);
  9. $(document).ready(function(){
  10. adRemover();
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement