evaildev/noschibsgiven — explained in plain English
Analysis updated 2026-05-18
Block Schibsted's pay-for-privacy consent popup on sites like VG and Aftenposten
Remove leftover consent banners left behind by other sites using the same consent system
Stop Schibsted-specific tracking and ad scripts on Schibsted Media sites
Load the extension manually in Chrome, Edge, Brave, Opera, Vivaldi, or Firefox
| evaildev/noschibsgiven | ahouseofbards/bonfire-jellyprofiles | mrdoob/reframe | |
|---|---|---|---|
| Stars | 54 | 54 | 54 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 1/5 |
| Audience | general | ops devops | general |
Figures from each repo's GitHub metadata at analysis time.
Must be loaded manually as an unpacked extension, not published to any browser store.
NoSchibsGiven is a browser extension that blocks consent popups on websites owned by Schibsted, a large Scandinavian media company. Schibsted runs news sites including VG, Aftenposten, Bergens Tidende, and others across Norway and Sweden. When visitors without a paid subscription arrive, these sites show a popup asking them to either pay a monthly fee to opt out of ad tracking or accept tracking to keep reading for free. Norwegian data protection authorities and consumer organizations quoted in the README argue that charging for privacy this way violates European data protection rules. The extension stops those popups from appearing at all, using two layers of protection. First, it blocks network requests to the servers that deliver the popup scripts before they can load at all, covering both Schibsted's own consent tool and other sites that use the same third-party consent system. Second, a backup script automatically removes any leftover consent elements from the page after it finishes loading, as a fallback. It also blocks Schibsted's own tracking and analytics tools and some third-party ad networks, but only on Schibsted's own pages. Installation requires manually loading the extension as an unpacked file, since it is not published to any official browser store. The README gives step-by-step instructions for Chrome, Edge, Brave, Opera, Vivaldi, and Firefox, Safari is not supported without Xcode and developer tools, and the project is looking for a contributor to build that version. The extension does not block tracking on non-Schibsted websites, does not cover finn.no since the README notes it is a separate platform, and cannot stop server-side logging on the sites themselves. It is free and open source, released under the MIT license.
A free browser extension that blocks Schibsted's paid consent popups on Norwegian and Swedish news sites.
Mainly JavaScript. The stack also includes JavaScript, Browser Extension, Manifest V3.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.