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

March 27, 2023

Verified by MonsterInsights