To programmatically refresh a webpage, you can use the reload() method in the global window.location object using JavaScript.
// refresh a webpage
location.reload();
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)