AO3: Set Default Posting Language

Sets English as the default language to post works to Archive of Our Own.

当前为 2021-09-05 提交的版本,查看 最新版本

// ==UserScript==
// @name          AO3: Set Default Posting Language
// @author        Quihi
// @version       1.0
// @namespace     https://gf.qytechs.cn/en/users/812553-quihi
// @description   Sets English as the default language to post works to Archive of Our Own.
// @match         https://archiveofourown.org/*works/new*
// @match     	  https://www.archiveofourown.org/*works/new*
// ==/UserScript==

document.getElementById("work_language_id").querySelectorAll("option[value='1']")[0].setAttribute("selected", "");
document.getElementById("language_id").querySelectorAll("option[value='1']")[0].setAttribute("selected", "");

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址