-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Open every video in new window for Freetube instead of same. #1031
Comments
I saw a similar closed issue that said it wasn't possible due to a limitation in freetube (#839). Luckily I just checked and as of literally just 2 hours ago the feature was added (FreeTubeApp/FreeTube#6455) (only in the dev branch so it's not available to most people right now but it should be in the next release) so this issue should now be doable. Edit: maybe not as I think freetube still opens links in an existing window by default and I don't know if you can change that behavior in an extension Edit 2: as it turns out while not being something that can be implemented in the extension, an option to always open redirected links in a new window was added to freetube directly (FreeTubeApp/FreeTube#6242), it is, again, currently only in the dev branch so if you want it you should either compile from source or just wait until the app is updated. In either case there is nothing the extension developers can do so this issue should be closed. |
That's great.
12 Jan 2025, by ***@***.***:
…
I saw a similar closed issue that said it wasn't possible due to a limitation in freetube (> #839 <#839>> ). Luckily I just checked and as of literally just 2 hours ago the feature was added (> FreeTubeApp/FreeTube#6455 <FreeTubeApp/FreeTube#6455>> ) (only in the dev branch so it's not available to most people right now but it should be in the next release) so this issue should now be doable.
—
Reply to this email directly, > view it on GitHub <#1031 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AYJXNKHRCA2227EBN4H3TYD2KFXURAVCNFSM6AAAAABUNBUY62VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBVGM4DMOBRGI>> .
You are receiving this because you authored the thread.> Message ID: > <libredirect/browser_extension/issues/1031/2585386812> @> github> .> com>
|
Maybe leave it open until it comes in stable release of freetube.
19 Jan 2025, by ***@***.***:
…
Closed > #1031 <#1031>> as not planned.
—
Reply to this email directly, > view it on GitHub <#1031 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AYJXNKA4532JCJWAXLYSLCL2LORIZAVCNFSM6AAAAABUNBUY62VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVHE4DQOBWGA2DSMQ>> .
You are receiving this because you authored the thread.> Message ID: > <libredirect/browser_extension/issue/1031/issue_event/15988860492> @> github> .> com>
|
It's not our issue to track though. |
This needs to be done since it replaces the existing playing video. I think it is possible to do so by apply --new-window kind of flag since it uses Electron as its engine.
The text was updated successfully, but these errors were encountered: