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

Fix hyperlinks by opening a new tab in background using browser.tabs #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

G1org1owo
Copy link
Contributor

This should fix and close #3

I am not a fan of this html syntax and I saw it was repeatedly changed in past commits, might be a good idea to edit prettier config? Though I have no idea how it works and I probably should actually look into it on my own.

This suggested keeping the actual href but it was getting cluttered and the whole extension wouldn't work with javascript disabled so I think it's safe to keep a # placeholder and rely on the @click event.

I set the new tabs to open without focus as changing tabs closes the popup and loses eventual progress, might be cool to persist the state until the page is closed or something like that.

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

Successfully merging this pull request may close these issues.

Bug: When clicking on a (popup) link in an icognito window it opens in a normal window
1 participant