hide header
hide binance logo
hide bottom right part
Binance Chart full screen chart only by leeraymond78
Details
Authorleeraymond78
LicenseNo License
Categorybinance
Created
Updated
Size2.1 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 Binance Chart full screen chart only
@version 20220429.08.12
@namespace userstyles.world/user/leeraymond78
@description hide header
hide binance logo
hide bottom right part
@author leeraymond78
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.binance.com/en/trade/multipleChart") {
div[name="header"] {
display: none;
}
div.footer-sticky > div:nth-child(3) {
display: none;
}
#__APP > div > div {
grid-template-rows: minmax(0px, auto) 0.5fr 0.5fr;
}
div.kline-container > canvas.frame {
display: none;
}
h1 {
font-size: 24px !important;
}
div.subPrice {
display: none;
}
div.showPrice {
font-size: 32px;
}
div.left > div > div > div > div > div > svg {
display: none;
}
div[name="subheader"] > div > div > div:nth-child(2) {
padding-left: 8px;
margin-left: -12px;
}
div[name="subheader"] > div > div {
flex: auto;
}
div[name="subheader"] > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(1) {
display: none;
}
div[name="subheader"] > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(2) {
font-size: 24px;
}
div[name="subheader"] > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(2) > span {
line-height: 40px;
}
div[name="subheader"] > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(2) > span > div:nth-child(1) {
font-size: 14px;
}
div[name="chart"] > div > div:nth-child(1) {
min-height: 1px !important;
}
div[name="subheader"] {
padding: 4px;
}
div.previewItemWrap>div{
font-size: 15px !important;
}
div.footer-sticky>div:nth-child(2){
margin: 0px;
}
div.foot-line{
display: none;
}
div.kline-container > div.kline-title-wrap > div.title-wrapper-container > div.chart-title-row:nth-child(1){
display: none;
}
}