Greasy Fork is available in English.

Down Now Checker

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

Skaber
Bryan “Ironman” Stark
Daglige installationer
0
Installationer i alt
2
Bedømmelser
0 0 0
Version
1.0.0
Oprettet
18.12.2023
Opdateret
18.12.2023
Licens
GPL-2.0-or-later
Gælder for
Alle hjemmesider

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.