Tangoldd

關於我

開發者資訊
名稱 Tangoldd
加入日期 Oct. 5, 2024
參與開發的附加元件數量 0 個附加元件
此開發者的附加元件平均分數 未經評分

我所發表的評論

Folder Pane Toggler

評分: 4 / 5 顆星

CSS to hide button text in userChrome.css:

.extension-action > div:nth-child(1) > button:nth-child(1) {
font-size: 0 !important;
}