I suddendly lost all reputations, answers, Badges and so on. My profile looks like never used. What can I do to restore my profile?
Here a Screnshot of profile
I tried a browser refresh, tried to logout/login nothing helps…
$(“.question a[data-onebox-id]”).replaceWith(function () {
var onebox = $(“.question div[data-onebox-id='” + $(this).data(‘onebox-id’) + “‘]”);
return onebox.length > 0 ? onebox : this;
});
3