Greasy Fork

Greasy Fork is available in English.

upm

no!

目前为 2022-11-12 提交的版本。查看 最新版本

// ==UserScript==
// @name         upm
// @namespace    http://tampermonkey.net/
// @version      0.41
// @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='2'
    document.querySelectorAll('#browsecat')[0].value='403'
    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
    
})();