禁用淘口令 - jsons.cn

2021/10/20上午10:34:12

// ==UserScript==
// @name        禁用淘口令 - jsons.cn
// @namespace   Violentmonkey Scripts
// @match       *://*.jsons.cn/*
// @include     *://*.jsons.cn/*
// @grant       none
// @version     1.2
// @author      -
// @description 2021/10/20上午10:34:12
// ==/UserScript==

window.setTimeout(function(){
  taokouling.destroy();
},1);