I want to make an userscript (right now I am only worried about Chrome compatibility) reload the page every 30 seconds (I mean, that's not the point, I just want to somehow execute some script while the internet is offline), in case the internet goes down and the user is not here to see it.
Now, the problem is, as soon as the internet goes down the page will be redirected to "This webpage is not available" and all userscripts simply stop working.
I already tried to add @include *
to the metadata, hoping that this would allow the userscript to work on said page, however I had no success.