🏠 Home 

Greasy Fork is available in English.

GitHub: Always Expand Timeline Contents

A new userstyle


Installer dette script?
Installer som brugerstil?
  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. @-moz-document domain("github.com") {
  9. #dashboard .news .js-news-feed-event-group.Details:not(.Details--on) .Details-content--hidden.body {
  10. display: block !important;
  11. }
  12. #dashboard .news .js-news-feed-event-group.Details button.js-details-target {
  13. display: none;
  14. }
  15. }