This domain is available?

Search now domain at instantdomainsearch.com from right-click menu

  1. // ==UserScript==
  2. // @name This domain is available?
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0
  5. // @description Search now domain at instantdomainsearch.com from right-click menu
  6. // @author eggplants
  7. // @homepage https://github.com/eggplants
  8. // @match *://*/*
  9. // @grant GM_openInTab
  10. // @run-at context-menu
  11. // @license MIT
  12. // ==/UserScript==
  13.  
  14. /*jshint esversion: 6 */
  15.  
  16. (function() {
  17. "use strict";
  18. GM_openInTab("https://instantdomainsearch.com/search/domains?q=" + window.location.host, false);
  19. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址