Shows more orders and positions on ByBit trading
Bybit - View more orders and positions by sammcj

Details
Authorsammcj
LicenseMIT
Categorybybit.com
Created
Updated
Code size550 B
Code checksume789c1f0
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 20250120.04.17
@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: 1450px !important;
}
div.react-grid-item:nth-child(3) {
height: 590px !important;
}
.main-wrapper {
overflow: inherit !important;
}
}