Is there a way for me to detect this on a webpage using client side javascript or something? I am working on a site that shows all the sites that are censored/blocked by various ISP's. I can check from my ISP but want to have a site that will allow users to click a button and check sites from a predefined list to see if they are blocked or not by their ISP. The results will then be stored centrally.
Tried searching the web but didn't find any usable ideas on how to achieve this, so any suggestions would be welcome.
It might work better if you make a TamperMonkey script or some other client-side application that doesn't rely on a browser. In the latter case, it might even be a better idea to have small cloud-base instances set up in various regions around the globe and have them try to access sites directly where they are or use specific ISP proxies (if available) to determine access. Though that could also be a challenge.