Highlight your own review comments
Outlines the comments you wrote yourself with a green border — put your GitHub login in the code.
Code to copy
/* Replace YOUR-LOGIN with your GitHub username */
.timeline-comment[data-author="YOUR-LOGIN"],
.review-comment[data-author="YOUR-LOGIN"] {
outline: 2px solid #1f883d !important;
outline-offset: -2px !important;
border-radius: 6px !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.