Skip to content

Instantly share code, notes, and snippets.

@tech-a-go-go
Created March 10, 2018 15:41
Show Gist options
  • Select an option

  • Save tech-a-go-go/4c71fe4e5b8f4a1331084457ed43f203 to your computer and use it in GitHub Desktop.

Select an option

Save tech-a-go-go/4c71fe4e5b8f4a1331084457ed43f203 to your computer and use it in GitHub Desktop.
javascript:(function(){var q=document.querySelector('#pnl > li.pnl__funds.pnl__funds--derivative._is-active._has-position > span.pnl__position');if(q){var leftOverSize=q.firstChild.textContent;leftOverSize=leftOverSize.replace(/[^0-9^\.]/g,"");var size=document.getElementsByClassName('place__size')[0];size['value']=leftOverSize;size['focus']();size['blur']()}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment