Created
March 19, 2021 03:44
-
-
Save vitqst/aa849d95baddb50c91cb1ae1429f648a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Trading classic - show all activity | |
document.querySelector('div[name=trades]').remove() | |
document.querySelector('div[name=marketActivity]').style.gridArea = 'inherit' | |
document.querySelector('div[name=marketActivity]').childNodes[1].firstElementChild.style.height = 'inherit' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment