• Resolved vks009

    (@vks009)


    I used the following code in the header.php , with the new hueman update, this code no longer works
    Why? What should I do?
    this code for , site.com to nullrefer.com/?site.com

    
    <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
    <script>
    $(function(){
        $('a').each(function() {
    						 var str = this.href;
    						 var n = str.search("arzunkadeh.com");
    						 if(n == -1){
            $(this).attr('href', 'https://nullrefer.com/?' + this.href);}
        });
    		   
    });
    </script>
    
    • This topic was modified 4 years, 3 months ago by vks009.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Why javascript has been disabled in the new hueman update’ is closed to new replies.