Skip to content

Instantly share code, notes, and snippets.

@vitqst
Created March 19, 2021 03:44
Show Gist options
  • Save vitqst/aa849d95baddb50c91cb1ae1429f648a to your computer and use it in GitHub Desktop.
Save vitqst/aa849d95baddb50c91cb1ae1429f648a to your computer and use it in GitHub Desktop.
# 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