I see that for a dew days Stackoverflow site is not showing the “top x%” stat in my profile. The checked some other people’s profile, it is also missing on them.
Can somebody explain what happened? Please don’t downvote the post, I will remove the post after getting the answer.
$(“.question a[data-onebox-id]”).replaceWith(function () {
var onebox = $(“.question div[data-onebox-id='” + $(this).data(‘onebox-id’) + “‘]”);
return onebox.length > 0 ? onebox : this;
});