Skip to content

Instantly share code, notes, and snippets.

@KunoiSayami
Last active October 14, 2021 10:37
Show Gist options
  • Save KunoiSayami/ea9d533fc1ecb50c96d0e750a0aa34d2 to your computer and use it in GitHub Desktop.
Save KunoiSayami/ea9d533fc1ecb50c96d0e750a0aa34d2 to your computer and use it in GitHub Desktop.
/* ==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