adblocker icon indicating copy to clipboard operation
adblocker copied to clipboard

Efficient embeddable adblocker library

Results 97 adblocker issues
Sort by recently updated
recently updated
newest added

Thanks for your work on this great package. How can I go about providing custom styles to the ad divs? For example, instead of removing/hiding the ad div, I'd like...

I am using the following video as a test: https://www.youtube.com/watch?v=-t9XZgk6kNY I discovered when using the [Vieb browser](https://vieb.dev/) that I was seeing ads in the following video. I know that I...

We are using Webpack with our Electron application and upon adding the integration I'm receiving the following error: ``` [28752:0812/082043.551169:ERROR:session_preferences.cc(38)] preload script must have absolute path: ../../common/temp/node_modules/.pnpm/@[email protected][email protected]/node_modules/@cliqz/adblocker-electron-preload/dist/preload.es6.js ```

Fixes https://github.com/ghostery/ghostery-extension/issues/806. Related to try of fix in `ghostery-common` in https://github.com/ghostery/common/pull/47. The PR fixes a case, where the promise is not resolved nor rejected. I think it was not intentional,...

Bumps [rollup](https://github.com/rollup/rollup) from 2.77.2 to 2.77.3. Release notes Sourced from rollup's releases. v2.77.3 2022-08-11 Bug Fixes Correctly resolve preserveModulesRoot in Vite (#4591) Pull Requests #4591: resolve currentPath (@​cleverpp) Changelog Sourced...

PR: Dependencies :nut_and_bolt:

Bumps [tldts-experimental](https://github.com/remusao/tldts) from 5.7.84 to 5.7.89. Release notes Sourced from tldts-experimental's releases. v5.7.89 :scroll: Update Public Suffix List tldts-experimental, tldts Update upstream public suffix list #1404 (@​remusao) Authors: 1 Rémi...

PR: Dependencies :nut_and_bolt:

Bumps [electron](https://github.com/electron/electron) from 19.0.10 to 20.0.2. Release notes Sourced from electron's releases. electron v20.0.2 Release Notes for v20.0.2 Fixes Fixed an issue where app.relaunch loses args when execPath is specified....

PR: Dependencies :nut_and_bolt:

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.2 to 18.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.6.2&new-version=18.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

PR: Dependencies :nut_and_bolt:

Bumps [playwright](https://github.com/Microsoft/playwright) from 1.24.1 to 1.25.0. Release notes Sourced from playwright's releases. v1.25.0 VSCode Extension New Playwright actions view Pick selector You can pick selector right from a live page,...

PR: Dependencies :nut_and_bolt:

The original method of having the content script pull the scriptlets introduces extra latency, which becomes a problem on Chrome-based browsers. A prominent example is YouTube, where the scriptlets sometimes...