解答判定付き出題用アドレスを開いたページで、解答モード
の後に(解答判定つき)
という文字列を挿入します。
penpa-edit の解答モードで解答判定があるときに教えてくれるやつ by syrupbeans
Details
Authorsyrupbeans
LicenseCC BY
Categorypenpa-edit
Created
Updated
Size596 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name penpa-edit の解答モードで解答判定があるときに教えてくれるやつ
@namespace github.com/openstyles/stylus
@version 1.0.0
@description 解答判定付き出題用アドレスで開かれたページで、 "解答モード" の後に "(解答判定つき)" という文字列を挿入します。
@author @coco_air/SyrupBeans
==/UserStyle== */
@-moz-document regexp("https://opt-pan\\.github\\.io/penpa-edit/\\?m=solve&p=([^&]+)&a=.+") {
header > h3::after
{
content: "(解答判定つき)";
}
}