Skip to content

rt.com quote highlight by secondary_op

Screenshot of rt.com quote highlight

Details

Authorsecondary_op

LicenseNo License

Categoryrt.com

Created

Updated

Size540 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

rt.com highlight direct quotes of cited sources, hides comments, hides distracting sidebars

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name            rt-com-highlight
@namespace       github.com/openstyles/stylus
@version         1.0.1
@description     rt.com highlight direct quotes of cited sources, hides comments, hides distracting sidebars

@author          op
==/UserStyle== */

@-moz-document regexp('^https?://(www\.)?rt\.com(/.*)?$') {

em {
    background: #98e679;
}

/* hides comments, hides distracting sidebars */
.article__share, .social-banner, .tolstoycomments-feed, .subscribe-layout_sidebar {
    display: none;   
}
}

Reviews

No reviews yet.