Skip to content

omni.se clean by hartmark

Screenshot of omni.se clean

Details

Authorhartmark

LicenseMIT

Categoryomni

Created

Updated

Size650 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 clean
@version      20220908.07.52
@namespace    userstyles.world/user/hartmark
@description  * Removes top bar with login etc.
* Removes the fluff content on the right
* use more width
@author       hartmark
@license      MIT
==/UserStyle== */

@-moz-document domain("omni.se") {
.main-narrow {
    display: none;
}

.main-wide--feed {
    max-width: 9999px;
}

.article {
    max-width: 9999px;
}

.main-wide {
    max-width: 9999px;
    width: 100%;
}

.header {
    display: none;
}

.main {
    margin-top: -100px !important;
}

#topPanorama {
    display: none;
}
}

Reviews

No reviews yet.