As Title
当前为
// ==UserScript==
// @name SauceNAO Advanced Options Auto Expander
// @description As Title
// @version 1.0.1702051
// @author DanoR
// @namespace http://weibo.com/zheung
// @grant none
// @include *://saucenao.com/*
// ==/UserScript==
(function() {
setTimeout(function() {
togglenao();
}, 2014);
})();