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

What would it take to get uBlock working? #53

Open
4 tasks
trickypr opened this issue Jan 21, 2024 · 2 comments
Open
4 tasks

What would it take to get uBlock working? #53

trickypr opened this issue Jan 21, 2024 · 2 comments

Comments

@trickypr
Copy link
Member

@trickypr
Copy link
Member Author

trickypr commented Apr 13, 2024

Current blocking error:

Uncaught TypeError: browserAction is undefined
    <anonymous> moz-extension://137217dd-b486-4456-a763-6f01e5e80865/js/vapi-background.js:777
    <anonymous> moz-extension://137217dd-b486-4456-a763-6f01e5e80865/js/vapi-background.js:855
vapi-background.js:777:14
    <anonymous> moz-extension://137217dd-b486-4456-a763-6f01e5e80865/js/vapi-background.js:777
    <anonymous> moz-extension://137217dd-b486-4456-a763-6f01e5e80865/js/vapi-background.js:855

See #20
Fixed by #60

@trickypr
Copy link
Member Author

trickypr commented Apr 22, 2024

Current blocking errors:

Uncaught TypeError: browser.tabs.onUpdated is undefined
    <anonymous> moz-extension://96203ee7-d79d-43c5-a608-f73f0ea2b5d8/js/vapi-background.js:298
    <anonymous> moz-extension://96203ee7-d79d-43c5-a608-f73f0ea2b5d8/js/tab.js:877
    <anonymous> moz-extension://96203ee7-d79d-43c5-a608-f73f0ea2b5d8/js/tab.js:962

See #37

extension.tabManager is undefined

Wacky Mozilla expectations.
Fixed by #61

trickypr added a commit that referenced this issue Apr 26, 2024
The goal is to implement just enough of the browser action api to resolve the error in #53.

Also see #20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant