-
Notifications
You must be signed in to change notification settings - Fork 87
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
Any way to import from TGS, now that TGS is disabled? #3
Comments
Press back on the tabs that was suspended by tgs, then wait for tms to suspend it back again. |
I don't mean for individual tabs. I have 2000+ tabs. Is there a way to import the TGS session into TMS? Also, pressing back does not always work. First of all, it does not appear to give you the suspended page, but the one prior to it in the history. And if there's NO prior page, you can't go back. |
It might be possible for the author of TMS to add a feature to the extension to find all open tabs that were suspended using TGS, extract the URL from the "suspended" URL, and then suspend them using TMS. I've never written a Chrome extension, but from having a quick search online, it seems to be possible to get the URLs of all the open tabs. If @gioxx implemented this fairly quickly, then it would provide a good migration experience for all of the users of TGS who now have loads of unsuspendable tabs. |
i've explained how to load the tabs again in this issue: #7 |
I tried to write such an extension, was blocked by this chrome feature But this was my first attempt at writing a an extension, so maybe someone with more experience can do it |
FWIW, check this comment, it should work for a handful of pages to recover. |
@q00u try restarting Chrome, and re-enabling TGS - there is about a minute or so window of time before it gets blocked again, but that should be enough to export your session. Disabling your internet connection before restarting Chrome should give you more than enough time to export. |
Unfortunately, due to having 2000+ tabs, it takes far more than a minute before I'm able to use Chrome after restarting. Exporting the session only gives you the current page, not the history. It's a solution, but not a perfect solution. For some reason, my other computer hadn't disabled TGS yet, and I was able to install TMS, and right-click-TGS-Unsuspend-all-tabs-in-all-windows, and voila! TGS can go away and I don't lose anything because nothing was suspended. Of course, that computer didn't have nearly as many tabs. And alas, the disconnect-from-Internet technique is not ideal either, since unsuspending tabs with no network connection just gives me a lot of dead pages. |
@q00u You can try this. A little manual but it works:
|
Unfortunately I was unlucky like @Kyu because I'm a newbie with Chrome extensions development. At this time I can't write an importer from TGS but there are a lot of methods to migrate all tabs to TMS. Sorry and many thanks for all your suggestions and feedback! Developers: feel free to make a pull request if you want to integrate an importer from TGS to TMS into the source code of this extension. All contributions are absolutely precious! |
You can get the URLs from: C:\Users%Username%\AppData\Local\Google\Chrome\User Data\Default\IndexedDB\chrome-extension_klbibkeccnjlkjkiokjodocebajanakg_0.indexeddb.blob (look at the most recent folder with a randomly named file in it) Formatting is crap so it takes time to get the URLs out but it is certainly doable. Not sure about 2000+ tabs, just done about a hundred and want to kill myself now! |
Another method @q00u that might work for you, if the history methods discussed above don't work - from the "..." Chrome menu, you can choose Bookmarks -> "Bookmark All Tabs...", which saves them all into a folder, including the |
PR that may help migrating: https://github.com/aciidic/thegreatsuspender-notrack/pull/3/files |
That pull request looks great! Any chance of getting it for Marvelous Suspender as well? |
Another solution to be aware of greatsuspender#1263 (comment) |
Is there an upgrade path from The Great Suspender?
The Great Suspender was disabled by the Chrome store today for containing malware, so there's no access to export from the extension itself.
The text was updated successfully, but these errors were encountered: