Author

Topic: Better order tables for Cryptsy (Read 720 times)

member
Activity: 103
Merit: 10
January 03, 2014, 07:47:36 PM
#3
This is very nice. Too bad I am using Firefox and not Chrome. But I've examined the extension and if you want the same change (nicer order value alignment) in Firefox, just paste the following code into your userContent.css file.

Code:
@-moz-document domain(cryptsy.com) {
 #sellorderlist td, #buyorderlist td {
  text-align: right !important;
 }

 #sellorderlist_wrapper th, #buyorderlist_wrapper th {
  text-align: right !important;
 }
}

The userContent.css is located in the "chrome" subdirectory in your Firefox profile.
If the file does not exist, create it. Some versions of Firefox may already have userContent-example.css in that directory - if you see such file, then you're in the right directory.

There was also some code that was supposed to hide vertical scrollbars, but unfortunately, it was causing glitches in Firefox, so I've not included it.

All credit goes to the original author....

Thank you for support! This is very useful!
sr. member
Activity: 462
Merit: 251
December 29, 2013, 03:05:58 PM
#2
This is very nice. Too bad I am using Firefox and not Chrome. But I've examined the extension and if you want the same change (nicer order value alignment) in Firefox, just paste the following code into your userContent.css file.

Code:
@-moz-document domain(cryptsy.com) {
 #sellorderlist td, #buyorderlist td {
  text-align: right !important;
 }

 #sellorderlist_wrapper th, #buyorderlist_wrapper th {
  text-align: right !important;
 }
}

The userContent.css is located in the "chrome" subdirectory in your Firefox profile.
If the file does not exist, create it. Some versions of Firefox may already have userContent-example.css in that directory - if you see such file, then you're in the right directory.

There was also some code that was supposed to hide vertical scrollbars, but unfortunately, it was causing glitches in Firefox, so I've not included it.

All credit goes to the original author....
member
Activity: 103
Merit: 10
December 29, 2013, 01:57:01 PM
#1

Hey guys, i just wrote a simple chrome extension that changes cryptsy order tables style so you can clearly see order sizes.
There is no javascript code in this extension, so don't be afraid of it - it is just some css correction to make your life easier.

I hope someone will find it usefull
https://chrome.google.com/webstore/detail/cryptsy-demonstrative-tab/lgndpeiamcdhhlphnabhddmeodoifomd
Jump to: