GitHub: Always Expand Timeline Contents

A new userstyle

  1. /* ==UserStyle==
  2. @name GitHub: Always Expand Timeline Contents
  3. @namespace rinsuki.net
  4. @version 1.0.0
  5. @description A new userstyle
  6. @author rinsuki
  7. ==/UserStyle== */
  8.  
  9. @-moz-document domain("github.com") {
  10. #dashboard .news .js-news-feed-event-group.Details:not(.Details--on) .Details-content--hidden.body {
  11. display: block !important;
  12. }
  13. #dashboard .news .js-news-feed-event-group.Details button.js-details-target {
  14. display: none;
  15. }
  16. }