jQuery('document').ready(function(){ jQuery("a[rel~='nofollow']").each(function(){ jQuery(this).attr('rel', jQuery(this).attr('rel').replace('nofollow','')); }); });

Uncategorized

Verified by MonsterInsights