Skip to content

omni.se clean by hartmark

Screenshot of omni.se clean

Details

Authorhartmark

LicenseMIT

Categoryomni

Created

Updated

Size563 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

  • Removes top bar with login etc.
  • Removes the fluff content on the right
  • use more width

Notes

I've only verified this works well in firefox.

Source code

/* ==UserStyle==
@name           omni.se
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Use the whole window width and remove ad to the right
@author         hartmark
==/UserStyle== */
@-moz-document domain("omni.se") {
    [class^="Feed_feed"],
    [class^="ArticleModal_articleModalContentMain__o_Jx3"] {
        max-width: 1500px !important;
    }

    .Feed_feed__J3Rv2 {
        max-width: 1500px !important;
    }
    
    .StickySideAd_wideScreenAdAnchor__nwcyQ,
    .Ad_placement__QjKHs {
        display: none;
    }
}

Reviews

No reviews yet.