Volt Quest Redirect to Knolix

Redirects automatically from volt.quest to knolix.com

// ==UserScript==
// @name         Volt Quest Redirect to Knolix
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Redirects automatically from volt.quest to knolix.com
// @author       Rubystance
// @license      MIT
// @match        https://volt.quest/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
  
    window.location.href = "https://knolix.com/";
})();

QingJ © 2025

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