I have Firefox with Stylus. Stylus allows me to change styling, including background colors, of certain elements on a page via CSS. I can then apply this CSS to one site only, like Freerepublic.com. I'm able to change the background color of my username on this site in a reply like this: a[href*="chuckr163"] { background-color: #99d78b !important; } But how do I change the background color of my whole reply but not anyone else's reply? All replies have a CSS selector of "div.a2" but I don't want to color all replies, just my own replies. Thank you!