Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions tweaks/unhide-spoilers.sable.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
@sable-tweak
id: unhide-spoilers
name: Unhide Spoilers
description: Reveals all text hidden in spoiler tags without having to click on them.
author: kr0nst
tags: spoiler
*/

body.sable-remote-theme span[class*='SpoilerBase'] {
color: #fff !important;
background: #000 !important;
visibility: visible !important;
}

body.sable-remote-theme span[class*='SpoilerBase'] * {
color: #fff !important;
background: #000 !important;
visibility: visible !important;
}