Skip to content

IT Home Simplify - X by Licheng-Xu

Screenshot of IT Home Simplify - X

Details

AuthorLicheng-Xu

LicenseCC0-1.0

Categoryithome

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

IT之家 2020/07/23 更新了一波,旧的样式没法用了,总是催更不太好,自己动手试一试。自用,随缘更新。。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           IT之家简化 - X
@namespace      USO Archive
@author         EricXuu
@description    `IT之家 2020/07/23 更新了一波,旧的样式没法用了,总是催更不太好,自己动手试一试。自用,随缘更新。。`
@version        20200824.10.9
@license        CC0-1.0
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("www.ithome.com") {
/*** 导航栏 ***/
/* 导航栏辣品 */
#top > div > div.fl > div:nth-child(2) {
    display: none !important;
}

/* 导航栏软媒应用 */
#top > div > div.fr > div.mt.so {
    display: none !important;
}

/* 底部 */
body > footer {
    display: none !important;
}
/******/


/*** 首页 ***/
/* 首页上面的 */
#nav, #tt, #p-b {
    display: none !important;
}

/* 首页下面的 */
#cp, #fls, .bl {
    display: none !important;
}

/* 图片跑马灯 */
#news > div.fl > div.slick-wrap {
    display: none !important;
}

/* 软媒产品 */
#down {
    display: none !important;
}

/* 首页侧面的功能按钮 */
#side_func {
    display: none !important;
}

/* 调整新闻列表的高度 */
#news {
    padding-top: 80px !important;
    margin-bottom: 10px !important;
}
/******/


/*** 文章页 ***/
/* 文章页右侧排行榜 */
#dt > div.fr {
    display: none !important;
}

/* 文章页打赏 */
#dt > div.fl.content > div.newsreward {
    display: none !important;
}

/* 文章页分享 */
#dt > div.fl.content > div.shareto {
    display: none !important;
}

/* 文章页大家在看 */
#dt > div.fl.content > iframe.dajia {
    display: none !important;
}

/* 文章页文章内容居中 */
#dt > div.fl.content {
    float: none !important;
    margin: 0 auto !important;
}
/******/
}

@-moz-document domain("quan.ithome.com") {
/*** 导航栏 ***/
/* 导航栏辣品 */
#top > div > div.fl > div:nth-child(2) {
    display: none !important;
}

/* 导航栏软媒应用 */
#top > div > div.fr > div.mt.so {
    display: none !important;
}

/* 底部 */
#foot {
    display: none !important;
}
/******/
}

Reviews

No reviews yet.