// ==UserScript== // @name upm // @namespace http://tampermonkey.net/ // @version 0.42 // @description no! // @author You // @match https://pterclub.com/upload.php // @icon https://www.google.com/s2/favicons?sz=64&domain=greasyfork.org // @grant none // @downloadURL none // ==/UserScript==ssstyle=" (function() { 'use strict'; document.querySelectorAll('#compose > table > tbody > tr:nth-child(11) > td.rowfollow > select')[0].value='4' 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 })();