question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Steamcommunity auto show spoiler content

See original GitHub issue

On steam community pages there are spoilers

span.bb_spoiler {
  color: #000000;
  background-color: #000000;
  padding: 0px 8px;
}

i know it’s not github related but it would still neat if you could give me a script which makes them automatically readable

Without hover: grafik With hover: grafik

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Mottiecommented, Jun 30, 2018
// ==UserScript==
// @name        Steam spoilers
// @version     0.1.0
// @description A userscript that reveals spoilers in the steam community
// @license     MIT
// @author      Rob Garrison
// @namespace   https://github.com/Mottie
// @include     https://steamcommunity.com/*
// @run-at      document-idle
// @grant       GM_addStyle
// @icon        https://steamcommunity.com/favicon.ico
// ==/UserScript==
(() => {
  GM_addStyle(`
    span.bb_spoiler { color: #fff !important; }
    span.bb_spoiler > span { visibility: visible !important; }
	`);
})();
0reactions
Bluscreamcommented, Jun 30, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to auto-hide community content? :: Help and Tips
Go to settings, click library, check the box that says, "Hide community content." It works, I just did it myself. You still have...
Read more >
CarX Drift Racing Online - Steam
P.S By the way, all DLC content is also on sale, so check it out! ... Added new StreetX spoiler for Wutend, Piranha...
Read more >
New Steam library layout is terrible in terms of spoilers. - Reddit
There is a setting to disable the automatic loading of community content.
Read more >
Show All Spoiler Tags in Steam Guides [HowTo] - YouTube
Little CSS lifehack tutorial for beginners in Chrome and Firefox just to make life a little easier and more comfy to read.
Read more >
reapers ip pinger pastebin
We scour the Internet for spoilers as well as posting our own exclusive ... to show you personalized content and targeted ads, to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found