-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Android] Bookmark all tabs #9443
Comments
fyi this is possible on desktop chromium |
This is fairly common feedback from Android users. In addition to the ability to toss all opened-tabs into a bookmark folder, users also often request the ability to restore all bookmarks within a folder to opened tabs. |
Hi there @jonathansampson. Just updated the issue description with everything that I think is relevant. Is there anything else that I should add? |
I've approached Bromite and Kiwi Browser about this and Bromite declined as it wasn't related to privacy and the latter sort of ignored it. |
@srirambv anything you think might be useful for the issue? |
@Poopooracoocoo definitely good details here, thanks! 😄 |
What are the chances of this being implemented any time soon? I'd like to switch to Brave. :) |
erm. any updates on this and importing/exporting bookmarks? @bsclifton |
it's because they don't care. it's the same at vivaldi. |
@bsclifton any updates on this? still not possible on brave for iOS either (but you can on safari) |
@bbondy @bsclifton Reckon we can see this sometime soon? |
@thatsofia this is labeled P5 unfortunately, so this isn't something that we're planning to work on. Pull requests welcome for community members that wanted to grab this. The priority may change - but for now, it's low |
That's unfortunate. The code is there for desktop and as we know, Chromium shares a lot of code between desktop and Android, but there's no way to do it on Android :( this is so important to me coming from Safari and iPhones. |
Bromite now has this! https://github.com/bromite/bromite/blob/master/build/patches/Add-menu-item-to-bookmark-all-tabs.patch Before Brave even thought about this seriously. See wchen342/ungoogled-chromium-android#26 for some reasoning. @bsclifton Could Bromite's patch be integrated into Brave for Android? I think you guys or maybe the people at Vivaldi said that patches can't be integrated directly, but what about just using it as a reference? |
@bsclifton @srirambv any updates on this? |
Is it really the case that there is still no way to sync, bookmark, or otherwise export open tabs on Android? It looks like there's an toggle to turn on "open tabs" sync but it doesn't work. If I have to spend the next 3 hours manually going through open tabs then I'm not going to install Brave again once I'm done - no way I'd dig myself into that hole again. |
Any updates on this? |
Would be awesome to have this feature, especially for all tabs in a group rather than all tabs in all groups. I often want to send links I have collected in a group to someone, which is very difficult at the moment as each one needs to be copied individually. Chrome android used to support the ability to copy links in a group, but it seems this feature has been removed. Would be awesome to have it back! :) |
Hello. I also would like to see this. Update: there are two Groups. One with 54 Tabs and one with 14. |
How is this not a feature in 2022? |
I dont know.
|
So I managed to sync the tabs. Use ADB to capture the URL of all tabs from one device, then again use ADB to open tabs with those URLs on the other device. |
Can you offer any instruction/guidance for how to (1) capture the URL of all tabs from mobile device, and then (b) use ADB to open tabs with those URLs on mac desktop? I have ADB set up, I'd just love some guidance on those two actions specifically. |
Got it! So here's how I did it:
At that point, you have the information on your desktop. I just copied the whole page and pasted it into a text file, but there may be other things you can do with it once you have it in brave://inspect/#devices Source for solution: https://superuser.com/a/1707446 Thank you @amanasci for the original nod to this approach, and @Poopooracoocoo for the input as well! |
Following the links @sbutler-gh provided I was able to get a list of all 17,022 open tabs from Brave on my Android phone. It would sure be nice if there was an easier way to manage all of these. |
The solution of @sbutler-gh works fine for URL's up to 100 characters.
|
This issue can already be closed as you can do this by going to |
Description
Bookmark all tabs
Steps to reproduce
N/A feature request
Actual result
N/A feature request
Expected result
N/A feature request
Issue reproduces how often
N/A feature request
Issue happens on
Device details
Brave version
1.21.76
Website problems only
N/A feature request
Additional information
https://bugs.chromium.org/p/chromium/issues/detail?id=1026222
this would live in the menu of the tab switcher.
to be clear, this is possible on Firefox based and Chromium based browsers on desktop from the title bar or by using the ctrl+shift+d shortcut. It bookmarks all tabs in a window to a folder with a dialog asking you where you want to make a folder and what you want to name it (but it's already filled out so you can just press enter if you'd like). Brave would be the first ever browser on Android to let you bookmark all of your tabs.
Tab groups would just be a folder within the folder and retain their name.
A big use case is private browsing.
Users will be able to close all of their tabs with confidence before bookmarking them.
there could be a screen, a dialog or a snackbar. I personally think a dialog would be suitable. It could be like the download prompt.
I've been thinking about switching to Brave for a while now and this would really show me that you guys care :)
The text was updated successfully, but these errors were encountered: