Skip to content

alphastreet.com/india by pradyumnac

Details

Authorpradyumnac

LicenseNo License

Categoryalphastreet.com

Created

Updated

Size714 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes distractions
cleans navigation stuff for print

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         alphastreet.com/india
@version      20220427.08.09
@namespace    userstyles.world/user/pradyumnac
@description  Removes distractions
cleans navigation stuff for print
@author       pradyumnac
@license      No License
==/UserStyle== */

@-moz-document domain("alphastreet.com") {
.tag_wrap, .related_wrap {
    display: none;
}

.top_header {
    display: none;
}

.ads_section  {
    display: none;
}

.jp-relatedposts, .marketing_msg, .mr_ag_section, .comments_section, .news_share {
    display: none !important;
}

@media print {
    .site-header, .site-footer, .post_cats {
        display: none;
    }
    
    .blog_single_cnt > .container {
        max-width:1600px
    }
}
}

Reviews

No reviews yet.