Greasy Fork is available in English.

vgy自动跳转SauceNAO搜索页 2023年10月18日

vgy自动跳转SauceNAO搜索页

// ==UserScript==
// @name         vgy自动跳转SauceNAO搜索页 2023年10月18日
// @namespace    waecy
// @version      0.0.2
// @description  vgy自动跳转SauceNAO搜索页
// @author       waecy
// @license MIT
// @include      *://i.vgy.me/*
// @require     https://cdn.staticfile.org/jquery/2.1.4/jquery.min.js
// ==/UserScript==

  if (location.host == "i.vgy.me") {
      // location.href = "https://saucenao.com/search.php?db=999&url=" + window.location.href;
      window.location.replace("https://saucenao.com/search.php?db=999&url=" + window.location.href);
  }