Force Vertix to run in production mode

Disables devTest to enable production mode and allow connectivity to vertix.io

// ==UserScript==
// @name         Force Vertix to run in production mode
// @version      0.1
// @author       dannytech
// @match        http://vertix.io/
// @description  Disables devTest to enable production mode and allow connectivity to vertix.io
// @grant        none
// @namespace https://gf.qytechs.cn/users/65245
// ==/UserScript==
 
(function() {
    'use strict';
 
    devTest = false;
})();

QingJ © 2025

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