George Mitchell wrote on 2021/04/19 23:51:
> Thank you for the hint!  For me, https://cgit.freebsd.org/ports/tree/
> is more helpful, though I still haven't figured out where to find the
> *date* of any commit ...                                  -- George

I used the following CSS to make the absolute date display visible as well, 
since the relative age notation is difficult to understand.
I'm still using seamonkey-2.49.4_27, so I wrote it into 
~/.mozilla/seamonkey/cv8uxghk.default/chrome/userContent.css.
Selector is written quite verbosely.


@-moz-document
domain("cgit.freebsd.org") {
        span.age-mins:after,
        span.age-hours:after,
        span.age-days:after,
        span.age-weeks:after,
        span.age-months:after,
        span.age-years:after,
        span[class|=age]:after,
        span[title^="20"]:after,
        span[title^="19"]:after {
                content: "[" attr(title) "]";
        }
}

_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to