|
Just wanted to post this here:
If you want to update this with some images for a dark stylesheet do the following. Once installed, right-click greasemonkey status bar icon > User Script Commands... > What.CD Snatched: Enter custom style... and copy/paste the code below into the box that pops up:
.group_snatched {} .snatched { color: #E5B244 !important; text-decoration:line-through !important; display:inline; background:url(http://i50.tinypic.com/24b5fkz.png) top right no-repeat; padding:0 18px 0 0; } .uploaded { color: #63b708 !important; text-decoration:line-through !important; display:inline; background:url(http://i47.tinypic.com/2yl1itt.png) top right no-repeat; padding:0 18px 0 0; } .leeching { color: #F70000 !important; text-decoration:line-through !important; display:inline; background:url(http://i47.tinypic.com/eg1z5y.png) top right no-repeat; padding:0 18px 0 0; } .seeding { font-style:italic; text-decoration:none !important; }
|