Skip to content

20min.ch - No News Scroll by boast

Details

Authorboast

LicenseNo License

Category20 Minuten

Created

Updated

Size622 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the annoying news-banner effect so you can read the actual text at a clance, withouth waiting for the text to scroll by.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         20min.ch
@version      20220818.17.20
@namespace    userstyles.world/user/boast
@description  Removes the annoying news-banner effect so you can read the actual text at a clance, withouth waiting for the text to scroll by.
@author       boast
@license      No License
==/UserStyle== */

@-moz-document domain("20min.ch") {
/* The scrolling element */
.einbHB {
    animation: none !important;
    padding: 5px !important;
}

/* The parent element of the scrolling element */
/* CSS4: div:has(> scroll-element) */
.icTBUU {
    white-space: normal !important;
    height: auto !important;
}
}

Reviews

No reviews yet.