-
Notifications
You must be signed in to change notification settings - Fork 3
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
Opens Tab on javascript Link #2
Comments
same in Chrome |
The issue of opening JavaScript links into a new tab was not fixed yet, it seems? |
I modified the manifest.json file to meet Manifest V3 requirements. (Extensions developed for Manifest V2 will stop working in January 2023 and can no longer be updated either). Here is the contents of that updated manifest file: { "name": "New Domain in New Tab - Manifest V3", "permissions": "host_permissions": [ "background": { "icons": "action": {} |
Alas, my update of the "manifest.json" file to Manifest V3 standards is not sufficient to make the extension work under Manifest V3. The Extension manager in the browser shows multiple errors in the extension code (likely the JavaScript must be modified to meet certain Manifest V3 code requirements). Unfortunately, I do not have enough JavaScript expertise yet to fix these errors, so perhaps original extension developer @trambopoline or fork developer @bluelovers could have a look at how to get this extension to continue to work under Manifest V3. |
Hey.
I use your cool extension in the Vivaldi browser (chromium). With the last version it opens a new tab if its a javascript link (a href="javascript:...") instead of simply executing. If I disable "New Domain in New Tab" everything works as expected.
Please take a look if you handle this case. Thank you.
The text was updated successfully, but these errors were encountered: