@cliqz/adblocker-webextension-cosmetics

Enable cosmetics in WebExtension content blocker using Cliqz adblocker

Usage no npm install needed!

<script type="module">
  import cliqzAdblockerWebextensionCosmetics from 'https://cdn.skypack.dev/@cliqz/adblocker-webextension-cosmetics';
</script>

README

@cliqz/adblocker-webextension-cosmetics

companion package for @cliqz/adblocker-webextension exposing content-script logic to communicate with background and inject cosmetics in frames.

From your content script:

import { injectCosmetics } from '@cliqz/adblocker-webextension-cosmetics';

injectCosmetics();

If you also have @cliqz/adblocker-webextension setup in the background then you will benefit from both network filtering and cosmetics.