I have an user script that runs a bunch of code and then reloads the page after 1 second. Sometimes though, the page fails to load resource, and the user script stops running. When that happens, the page stops reloading. It happens like once every few hours for some reason.
The link is still the same exact link, but the user scripts stops running, and stops reloading the page when that happens. What can I do to fix this, and keep reloading the page even after it fails to load resource?
When I go to inspect the page I see this error in the console logs:
Failed to load resource: the server responded with a status of 503 (Service Unavailable)