SauceNAO Advanced Options Auto Expander

As Title

目前為 2017-02-05 提交的版本,檢視 最新版本

// ==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);
})();