Skip to content

デッキ画面の優先度から槍兵防御~錘兵防御を非表示に by racidu

Details

Authorracidu

LicenseNo License

Categoryブラウザ三国志

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

デッキ画面の優先度から槍兵防御~錘兵防御を非表示にする。
歩兵防御があれば他は要らないって方向け。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         デッキ画面の優先度から槍兵防御~錘兵防御を非表示に
@version      20220430.14.38
@namespace    userstyles.world/user/racidu
@description  デッキ画面の優先度から槍兵防御~錘兵防御を非表示にする。
歩兵防御があれば他は要らないって方向け。

@author       racidu
@license      No License
==/UserStyle== */

@-moz-document domain("3gokushi.jp") {
#sort_condition_of_priority_level_1 > option:nth-child(12) {
       display:none
}
#sort_condition_of_priority_level_1 > option:nth-child(13) {
       display:none
}
#sort_condition_of_priority_level_1 > option:nth-child(14) {
       display:none
}
#sort_condition_of_priority_level_1 > option:nth-child(15) {
       display:none
}
#sort_condition_of_priority_level_1 > option:nth-child(16) {
       display:none
}
#sort_condition_of_priority_level_1 > option:nth-child(17) {
       display:none
}
#sort_condition_of_priority_level_2 > option:nth-child(12) {
       display:none
}
#sort_condition_of_priority_level_2 > option:nth-child(13) {
       display:none
}
#sort_condition_of_priority_level_2 > option:nth-child(14) {
       display:none
}
#sort_condition_of_priority_level_2 > option:nth-child(15) {
       display:none
}
#sort_condition_of_priority_level_2 > option:nth-child(16) {
       display:none
}
#sort_condition_of_priority_level_2 > option:nth-child(17) {
       display:none
}

}

Reviews

No reviews yet.