This style expands full commit messages on PR conversation pages.
GitHub - Full commit messages in PR conversation by blandin
Details
Authorblandin
LicenseNo License
Categorygithub
Created
Updated
Size583 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name GitHub - Full commit messages in PR conversation
@version 20210818.14.26
@namespace userstyles.world/user/blandin
@description This style expands full commit messages on PR conversation pages.
@author blandin
@license No License
==/UserStyle== */
@-moz-document domain("github.com") {
#discussion_bucket .Details .Details-content--hidden {
display: block !important;
}
#discussion_bucket .Details > div:first-child span.hidden-text-expander,
#discussion_bucket .Details button.js-details-target {
visibility: collapse;
}
}