A new userstyle
eastmoney-mobile-web by RITp9ac0atWo9C0gXBKN
Details
AuthorRITp9ac0atWo9C0gXBKN
LicenseNo License
Categoryeastmoney.com
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name eastmoney.com - Apr 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("eastmoney.com") {
/* Insert code here... */
#IndexDT {
display: none;
}
#ad-header {
display: none;
}
/*右上导航-电脑版*/
.info-info .top ul > li:not(:nth-child(3)) {
display: none;
}
/*APP内打开*/
.open-inapp {
display: none!important;
}
/*东方财富APP内打开*/
#open_app {
display: none;
}
/*继续浏览内容*/
#appbox {
display: none;
}
/*手机炒股就上东方app*/
#DT {
display: none;
}
/*打开东方财富APP查看更多评论*/
.download_guide {
display: none;
}
/*APP专享*/
.item_brand {
display: none;
}
/* 底部更多评论按钮*/
.moreReply {
display: none!important;
}
/*手机炒股就上东方app*/
.my-ad2 {
display: none;
}
/*emcreative页面顶部空白*/
#app {
margin-top: 0!important;
}
/*点击阅读全文*/
.fold-mask {
display: none;
}
}