Shows more orders and positions on ByBit trading
Bybit - View more orders and positions by sammcj
Details
Authorsammcj
LicenseMIT
Categorybybit.com
Created
Updated
Size550 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Bybit - View more orders and positions
@version 20250114.02.59
@namespace https://www.bybit.com/trade/
@description Shows more orders and positions on ByBit trading
@homepage https://www.bybit.com/trade/
@author sammcj
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://www.bybit.com/trade/") {
div.react-grid-item:nth-child(2) {
height: 1400px !important;
}
div.react-grid-item:nth-child(3) {
height: 550px !important;
}
.main-wrapper {
overflow: inherit !important;
}
}