Greasy Fork is available in English.
no!
当前为
// ==UserScript==
// @name upm
// @namespace http://tampermonkey.net/
// @version 0.431
// @description no!
// @author You
// @match https://pterclub.com/upload.php
// @icon https://www.google.com/s2/favicons?sz=64&domain=greasyfork.org
// @grant none
// ==/UserScript==sstyle="
(function() {
'use strict';
document.querySelectorAll('#compose > table > tbody > tr:nth-child(11) > td.rowfollow > select')[0].value='4'
document.querySelectorAll('#browsecat')[0].value='413'
document.querySelectorAll('#compose > table > tbody > tr:nth-child(10) > td.rowfollow > select')[0].value='5'
document.querySelectorAll('#jinzhuan')[0].checked=true
document.querySelectorAll('#guanfang')[0].checked=true
document.querySelectorAll('#compose > table > tbody > tr:nth-child(13) > td.rowfollow > input[type=checkbox]')[0].checked=true
})();