Skip to content

Block sina open app bottom by kunoisayami

Screenshot of Block sina open app bottom

Details

Authorkunoisayami

LicenseAGPLv3

Categoryuserstyles, sina

Created

Updated

Size839 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Block sina zx require open app to view more information.

Notes

May only work on mobile view

Source code

/* ==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;
}
}

Reviews

No reviews yet.