How to Remove Nitropack Footer text custom js code
How to Hide NitroPack Footer Easily | Remove NitroPack Footer Badge JS CODE: jQuery(document).ready(function(){ setTimeout(function(){ //var tag_new = jQuery("template").eq(38).attr("id"); var tag_new = jQuery("template").last().attr("id"); console.log(tag_new); //alert(tag_new); jQuery("#" + tag_new).css("display", "none"); jQuery("#" + tag_new).next().next().css("display", "none"); }, 100); });
0 Comments