Greasy Fork is available in English.

Down Now Checker

Tampermonkey menu will show check down now for any site you are trying to reach

Forfatter
Bryan “Ironman” Stark
Daglige installasjoner
0
Totale installasjoner
2
Vurderinger
0 0 0
Versjon
1.0.0
Lagd
18.12.2023
Oppdatert
18.12.2023
Lisens
GPL-2.0-or-later
Gjelder
Alle sider

About Down Now Checker


This UserScript is a simple tool that allows users to check if a website
is down or not using the Tampermonkey extension. The script does the
following:


  • It registers a menu command called "Check if Site is Down" in the
    Tampermonkey menu, which can be accessed by clicking on the Tampermonkey
    icon in the browser toolbar.

  • When the user clicks on the menu command, it prompts the user to enter
    the hostname of the website to check, such as www.example.com.

  • If the user enters a valid hostname, it redirects the user to the
    website
    https://downforeveryoneorjustme.com/, which is a service that checks if a website is online or offline.

  • If the user does not enter any input, it alerts the user that no input
    was provided.