They don't have a script to stop this yet so enjoy lmao
Startpage adblock by Crinfarr
Details
AuthorCrinfarr
LicenseCC Zero
Categorystartpage.com
Created
Updated
Code size449 B
Code checksum1a79421a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Startpage adblock
@version 20250425.21.02
@namespace ?
@description They don't have a script to stop this yet so enjoy lmao
@license CC Zero
==/UserStyle== */
@-moz-document url-prefix("https://www.startpage.com/do/search"), url-prefix("https://www.startpage.com/sp/search") {
div .gcsa-container, div .adBlock {
display: block;
width: 0px;
height: 0px;
padding:0px;
margin:0px;
}
}