Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing and injection of scriptlet rules #101

Open
anfragment opened this issue Aug 19, 2024 · 3 comments · May be fixed by #119
Open

Parsing and injection of scriptlet rules #101

anfragment opened this issue Aug 19, 2024 · 3 comments · May be fixed by #119
Assignees
Labels
enhancement New feature or request in progress Actively under development

Comments

@anfragment anfragment added the enhancement New feature or request label Aug 19, 2024
@anfragment anfragment self-assigned this Aug 19, 2024
@anfragment anfragment added the in progress Actively under development label Aug 19, 2024
@anfragment
Copy link
Owner Author

Initially, I thought we could simply copy the scriptlets from either uBlock Origin or AdGuard, but that approach turned out to be unviable. The scriptlets are designed to operate in a browser addon environment, rely on some specific APIs, and include additional logging and telemetry that would be difficult to replicate in our context. So rewrite from scratch it is.

@anfragment
Copy link
Owner Author

anfragment commented Aug 22, 2024

uBlock Origin (https://github.com/gorhill/uBlock/wiki/Resources-Library):

@anfragment anfragment pinned this issue Sep 6, 2024
@anfragment anfragment linked a pull request Sep 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress Actively under development
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant