Guest User

Techdirt Userblock CSS Example

a guest
Aug 13th, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.73 KB | Fixit | 0 0
  1. div.comment-author.vcard:has(a[href="https://www.techdirt.com/user/koby77/"]),
  2. div.comment-author.vcard:has(a[href="https://www.techdirt.com/user/koby77/"]) a
  3. {
  4.   background: #990000 !important;
  5.   color: #990000 !important;
  6. }
  7.  
  8. article:has(a[href="https://www.techdirt.com/user/koby77/"]) div.comment-content,
  9. header.comment-meta:has(a[href="https://www.techdirt.com/user/koby77/"]) img,
  10. header.comment-meta:has(a[href="https://www.techdirt.com/user/koby77/"]) a.url,
  11. header.comment-meta:has(a[href="https://www.techdirt.com/user/koby77/"]) h1,
  12. header.comment-meta:has(a[href="https://www.techdirt.com/user/koby77/"]) + div.comment-content.entry-content+footer.comment-footer-meta > span.comment-reply
  13. {
  14.   display: none !important;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment