ShortcutKey2URL: 1
from ShortcutKey2URL自分用
ShortcutKey2URL: 1
code: script.js
// https://dlt.kitetu.com/?fg=KNo.9-804C/A-C4EA
(() => {
const d = document;
// const kno = d.querySelector("header span.kno") ?? d.createElement("dummy");
// if (kno != null && kno.textContent === "K#/C4EA") {
// を1行でやってるだけ↓↓↓↓
if ((d.querySelector("header span.kno") ?? d.createElement("dummy")).textContent === "K#/C4EA") {
d.location.href = "#sgn_drw";
d.querySelector("textareaname=dln").focus();
return;
}
d.querySelector("#kw").value = "{K#9-804C/A-C4EA}";
d.querySelector("#sch").submit();
})();