Advertisement
humayun180

Nitropack badge Remove

Sep 24th, 2021
1,052
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Nitropack badge Remove
  2. https://wordpresspioneers.com/remove-nitropack-footer-permanent-solution/
  3.  
  4.  
  5. jQuery(document).ready(function(){
  6.  
  7. setTimeout(function(){
  8.  
  9.      //var tag_new = jQuery("template").eq(38).attr("id");
  10.      var tag_new = jQuery("template").last().attr("id");
  11.      console.log(tag_new);
  12.  
  13.      //alert(tag_new);
  14.      jQuery("#" + tag_new).css("display", "none");
  15.      jQuery("#" + tag_new).next().next().css("display", "none");
  16. }, 100);
  17.  
  18. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement