Last active
October 14, 2021 10:37
-
-
Save KunoiSayami/ea9d533fc1ecb50c96d0e750a0aa34d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Block sina open app bottom | |
@version 20211014.10.35 | |
@namespace userstyles.world/user/kunoisayami | |
@description Block sina zx require open app to view more information. | |
@author kunoisayami | |
@license AGPLv3 | |
@homepageURL https://gist.github.com/KunoiSayami/ea9d533fc1ecb50c96d0e750a0aa34d2 | |
@supportURL https://gist.github.com/KunoiSayami/ea9d533fc1ecb50c96d0e750a0aa34d2 | |
@preprocessor stylus | |
==/UserStyle== */ | |
@-moz-document domain("zx.sina.cn") { | |
.look_more { | |
display: none !important; | |
} | |
.s_card.z_c1 { | |
height: auto !important; | |
} | |
.callApp_fl_btn.j_callST.an { | |
display: none !important; | |
} | |
.fl_words.rf.j_cmnt_bottom { | |
display: none !important; | |
} | |
.look_more_a.j_callST { | |
display: none !important; | |
} | |
.fl_qr { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment