Skip to content

Niche.com ads/popups remover by RatoGBM

Details

AuthorRatoGBM

LicenseCC Zero

Categoryniche.com

Created

Updated

Code size682 B

Code checksumd718214f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

On niche's college pages, hides sponsorship cards (ads), popups on GPA vs. SAT graph, and prompts to find loans and scholarships.

Notes

Pretty sure only works on firefox.

My first (and short) userstyle, so it will be buggy and unmaintained.

Source code

/* ==UserStyle==
@name           Niche ads/popup remover
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes ads/popups on niche college pages
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://www.niche.com/") {
    .scatterplot__filter-unlock-message {
        display: none;
    }
    .scatterplot__what-are-your-chances-message {
        display: none;
    }
    .sponsored-listings-card__card {
        display: none;
    }
    #featured-listings {
        display: none;
    }
    #scholarship-cta {
        display: none;
    }
    .illustrated-cta-large {
        display: none;
    }
}

Reviews

No reviews yet.