Krzysztof Modras

Results 150 issues of Krzysztof Modras

## This draft updates one package for purpose of demonstrating the direction. If accepted, all packages will be updated in this PR. Fixes #4054 Typescript assumes that type delacrations for...

PR: Bug Fix :bug:

We need a proper high-level description of preprocessors and their role in the adblocker library. Comments like https://github.com/ghostery/adblocker/pull/4016/files#diff-6bbed6f2ce82ce3e568015ed0042560e15d069e1ad2735edbba1dc1046780de6R445 are not easy to understand from the newcomer perspective. Need to think...

help wanted

TODO: - [x] Fix theme (patch 0018) - [x] Fix Ghostery action icon integration in the url bar (patch 0019) - [x] Fix Search engines integration

Prevent requests to `/settings/v1/buckets/monitor/collections/changes/changeset`

To test basic use-case, try this custom filter `example.com$replace=/Example Domain/Hello from Ghostery/g` at example.com Notice that both `` and `` got updated. This have to be carefully tested on youtube.com...

Ad-Blocking
Firefox
package

```[tasklist] ### Tasks - [ ] Ask for Anti-Tracking `update.json` only once again - [ ] Store checksum of adblocker engines to prevent unnecessary downloads - [x] Prevent TrackerDB partial...

The current, multi-engine architecture comes with number of complexities. Most notably, exceptions have to be shared between all engines (and currently it does not work as intended for the fixes...

Surpasses: #1972 Specifically at Safari < 18, scriptlets were not injected fast enough to block ads on some pages. This PR ensures that scritplet injection is sync. Additionally, on Safari...

Based on user request, we want to investigate functionality of [clearurls](https://addons.mozilla.org/en-US/firefox/addon/clearurls/) extension. Perhaps, there is a potential to create an open source library for other extensions to use.