Skip to content

Steam Community - Show spoilers by jeandeaual

Details

Authorjeandeaual

LicenseMIT

Categorysteamcommunity.com

Created

Updated

Size395 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           Steam Community - Show spoilers
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Show spoiler tags in plain text on https://steamcommunity.com
@author         Alexis Jeandeau
==/UserStyle== */
@-moz-document url-prefix("https://steamcommunity.com") {
  span.bb_spoiler > span {
    visibility: visible;
    color: #969696;
  }
}

Reviews

No reviews yet.