-
-
Notifications
You must be signed in to change notification settings - Fork 19
"Open Link in New Tab" doesn't redirect new tab. #86
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
Comments
I an experiencing this same issue. An example that can be reproduced, create the following filter.
Then do a search on amazon and try and open any item in a new tab. Depending on the option you have chosen: it will either This is specifically an "open in new tab" issue. Possibly the order of reading the url is too early. Like it should wait to read the url until the page loads, instead it reads the url first? hope my info will help. |
@fatkdog Hello, I am sorry that you encountered such issues. UAR uses loading event of tabs updated listener to capture URL. So it would redirect only if the page have started to load. |
Same on Windows |
It is a shame. Until this issue is fixed the extension is unusable. |
@crispgm Does what you explain mean the current tab has it's own hidden reload action specifically when it spawns a new tab? Is that why the "Open in New Tab" right click browser action breaks UAR? Like when I right click a link to "Open in New Tab" why does UAR modify the current tab I am in? Does that current original tab also trigger it's own "loading event" when it spawns the new tab? I never notice the current tab reloading when a new tab is opened from it, it stays the same, yet, it is still having it's URL modified by UAR. I suppose it is possible it is reloading in a hidden way that I can not see. Please tell me if I can help. If there is any info I can give please let me know. ty |
Uh oh!
There was an error while loading. Please reload this page.
My OS
My Chrome Version
110.0.5481.177 (Official Build) (arm64)
Bug / My Reproduction Steps
In my environment, when:
The new tab that is opened does not redirect. Instead it seems that the active tab refreshes.
For example, I'm using this extension to redirect
youtube.com
to a certain playlist on youtube. However, when I right click on the YouTube icon and click "Open Link in New Tab", the new tab doesn't redirect at all.The text was updated successfully, but these errors were encountered: