simple tweak to make the "more information" sections open by default
Auto-open "more information" on itch game pages by zedlopez
Details
Authorzedlopez
LicenseNo License
Categoryitch.io
Created
Updated
Size347 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 Auto-open "more information" on itch game pages
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Zed Lopez
==/UserStyle== */
@-moz-document regexp("https://.*\.itch.io/.+") {
.view_game_page .info_panel_wrapper {
display: block;
}
}