ブラウザ三国志のデッキ画面で経験値課金のボタンを非表示にします
*.3gokushi.jp/card/deck.php by racidu
Details
Authorracidu
LicenseNo License
Categoryブラウザ三国志
Created
Updated
Size439 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 *.3gokushi.jp/card/deck.php
@version 20211224.06.52
@namespace userstyles.world/user/racidu
@description ブラウザ三国志のデッキ画面で経験値課金のボタンを非表示にします
@author racidu
@license No License
==/UserStyle== */
@-moz-document regexp(".*.3gokushi.jp/card/deck.php.*") {
#cardListDeck > div.number.exp.clearfix > div.buy {
display: none;
}
}