Skip to content

Remove adblock warning from StartPage (read note) by frostynick

Details

Authorfrostynick

LicenseCC0

Categoryhttps://www.startpage.com/sp/search

Created

Updated

Size418 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

There's a constant reminder to disable ad-block.. now it's gone!

Notes

Note: This style assumes that you are also using an ad-block (such as UBlock Origin) or a stylesheet to hide ads.

Source code

/* ==UserStyle==
@name         FrostyNick
@namespace    https://userstyles.world/user/frostynick
@author       FrostyNick (https://frostynick.github.io/)
@description  There's a constant reminder to disable ad-block.. now it's gone!
@version      0.0.0
@license      CC0
==/UserStyle== */

@-moz-document url-prefix("https://www.startpage.com/sp/search") {
#block-display > div {
    display: none;   
}
}

Reviews

No reviews yet.