I don’t know exactly that what had happened to my account but the thing is that on 1-2 answers it was reported that I have copied the answers from generative AI. Now this is completely wrong.
And for a second if I suppose to agree with them then also the team should first warn me so that I could have changed the way of answering but nothing happened like that.
Now my reputation has been taken and have blocked to answer the questions of others.
So, can anyone tell me that
- How can I overcome with this?
- Is there any way to ask them to give back my hard earned reputation?
$(“.question a[data-onebox-id]”).replaceWith(function () {
var onebox = $(“.question div[data-onebox-id='” + $(this).data(‘onebox-id’) + “‘]”);
return onebox.length > 0 ? onebox : this;
});
2