Automatically expands all collapsible blocks from this accordion. Because it's better for printing, and I'd rather scroll instead of clicking on each block.
ovi.rdw.nl - All expanded by denilsonsa
Details
Authordenilsonsa
LicensePublic Domain
Categoryrdw.nl
Created
Updated
Code size457 B
Code checksum5536a748
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ovi.rdw.nl - All expanded
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Automatically expands all collapsible blocks from this accordion. Because it's better for printing, and I'd rather scroll instead of clicking on each block.
@author Denilson
==/UserStyle== */
@-moz-document domain("ovi.rdw.nl") {
html .ui-collapsible-content-collapsed {
display: block;
}
}