Show full content of steam reviews without need to click each one.
Expand all steam reviews by default by akira0245
Details
Authorakira0245
LicenseNo License
Categorysteamcommunity.com
Created
Updated
Size579 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 Expand all steam reviews by default
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Show full contents of steam reviews without need to click each one.
@author akira0245
==/UserStyle== */
@-moz-document regexp("http(s*)://steamcommunity.com/app/\\d+/reviews/.*") {
#AppHubCards div[data-panel] {
height: 100% !important;
}
#AppHubCards [data-panel] > .apphub_CardContentMain {
height: 100% !important;
}
.apphub_CardTextContent {
padding-bottom: 40px;
}
}