Hide the so-called gitee-star widget.
gitee.com by volving
Details
Authorvolving
LicenseNo License
Categoryuserstyles, killads
Created
Updated
Size330 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 gitee.com
@version 20220601.03.44
@namespace userstyles.world/user/volving
@description Hide the so-called gitee-star widget.
@author volving
@license No License
==/UserStyle== */
@-moz-document domain("gitee.com") {
.gitee-stars-main-widget {
display: none !important;
}
}