Skip to content
Discussion options

You must be logged in to vote

A UserScript Works For Me https://greasyfork.org/en/scripts/566088-dead-domain-checker-1-6
Just go to example.com and the ui would appear
Input
X.com,y.com
It would give results by removing dead domain and providing two results one with , and one with |

// ==UserScript==
// @name         Dead Domain Checker 1.6
// @namespace    https://github.com/BlazeFTL
// @version      1.6
// @description  DNS checker with expanding UI, Wildcard status updates, and A-Z sorting toggle
// @match        *://example.com/*
// @author       BlazeFTL
// @license      MIT
// @grant        GM_addStyle
// ==/UserScript==

(function () {
  'use strict';

  GM_addStyle(`
    #vmBox {
      position: fixed;
      t…

Replies: 1 comment

Comment options

BlazeFTL
Jan 26, 2026
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by BlazeFTL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant