Skip to content

wcostream.net - hide episode descriptions (and titles) by sometechbro

Details

Authorsometechbro

LicenseNo License

Categorywcostream.net

Created

Updated

Size349 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Some episode descriptions on wcostream basically spoil the whole episode. This hides the episode descriptions entirely by setting the font size to 0. This also hides the episode title directly above it, but there was no way to select the description text more specifically.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           wcostream.net - hide episode descriptions (and titles)
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("wcostream.net") {
    td.larkax > div.iltext {
        font-size: 0px !important;
    }
}

Reviews

No reviews yet.