Simple CSS script to auto-open all Skorpelogs
DCRC Auto-Open Skorpelogs by jackiewkr
Details
Authorjackiewkr
LicenseNo License
Categorywww.deconreconstruction.com
Created
Updated
Size632 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 DCRC Auto-Open Skorpelogs
@version 20230328.20.24
@namespace userstyles.world/user/jackiewkr
@description Simple CSS script to auto-open all Skorpelogs
@author jackiewkr
@license No License
==/UserStyle== */
@-moz-document domain("www.deconreconstruction.com") {
.spoiler.closed > div:last-child {
display: block !important;
/* copied from dcrc.css */
margin: 12px 5%;
padding: 3px;
text-align: left;
}
/* Hide Skorpelog button as there's no way to change the button
* from saying "Open Skorpelog" */
.spoiler > div:first-child {
display: none;
}
}