SO-Close-Vote-Reviewers / UserScripts

Various user scripts that add features to the review queue or to the chat room
Other
57 stars 41 forks source link

URRS - exclude "current rooms" from the blue visited link option for the sidebar #162

Open Tyler-H opened 5 years ago

Tyler-H commented 5 years ago

Currently we can select whether we want visited links in the sidebar of a chatroom to turn blue. This is all well and good, but the sidebar checkbox currently affects the "other rooms you're in" section as well, giving us this situation.

I don't think we should be turning the room links themselves blue like this, as, by their nature, the contents of that link will always be changing, thus the notion of marking it blue as a reminder that "I've already visited that link" isn't of value.

This can be fixed by excluding the #my-rooms UL within <div class="sidebar"> from the rule by whatever code means you like.