Greasy Fork is available in English.
如题
// ==UserScript==// @name CSDN新建博客自动选择文章类型(原创)和博客分类(编程语言)// @namespace https://c332030.github.io// @version 0.2// @description 如题// @author c332030// @match https://mp.csdn.net/postedit*// @grant none// ==/UserScript==(function() {'use strict';document.getElementById("selType").value = '1';document.getElementById("radChl").value = '16';})();