Code Monkey home page Code Monkey logo

Comments (5)

Mottie avatar Mottie commented on May 24, 2024 2
// ==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; }
	`);
})();

from github-userscripts.

Mottie avatar Mottie commented on May 24, 2024

Hi @Bluscream!

I have another repo for misc userscripts where you can ask for non-GitHub userscripts. But, in this case, I think it'd be easier to use Stylus to modify the style. In fact, I found this one called Steam spoiler away.

from github-userscripts.

Bluscream avatar Bluscream commented on May 24, 2024

I have another repo for misc userscripts where you can ask for non-GitHub userscripts

Thanks, now i know for the next time :)

But, in this case, I think it'd be easier to use Stylus to modify the style

I need it as userscript so that i can use it in the steam client not the browser (also why not stylish?)

I found this one called Steam spoiler away.

I installed that but it still shows spoilers

from github-userscripts.

Mottie avatar Mottie commented on May 24, 2024

Ok, please share a link to a post with a spoiler so I can test the script.

from github-userscripts.

Bluscream avatar Bluscream commented on May 24, 2024

https://steamcommunity.com/id/bluscream/ has some spoilers

from github-userscripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.