79787464

Date: 2025-10-10 14:47:50
Score: 2.5
Natty:
Report link

Thanks to @mplungjan I was able to fix the issue by adding a timeout

setTimeout(() => {
    history.pushState(
      { guard: true, html: pageContent.innerHTML },
      null,
      window.location.href
    );
    console.debug("Guard state reinserted");
  }, 0);
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @mplungjan
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: z3po