A temp userstyle
Remove TAPD Upgrade Dialog by erimus-koo
Details
Authorerimus-koo
LicenseNo License
Categorytest
Created
Updated
Size467 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 Remove TAPD Upgrade Dialog
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("tapd.cn") {
.el-dialog__wrapper.company-renew-dialog {
display: none;
}
/* 猜测这个弹出来的时机是固定的,所以z-index也较大可能是固定的 */
body>.v-modal[style*="z-index: 1500;"]:empty {
display: none;
}
}