-
Notifications
You must be signed in to change notification settings - Fork 909
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
[How to, Solved] recover whitelist, recent session, saved session - post extension removal from chrome webstore #1309
Comments
I think #526 can help you there |
Yeah, google removed it from store - due to its malicious code (#1263). To answer your question, just search for |
I installed an unpacked older version from 2019, and then recovered my tabs from a saved session I had made last month. I then removed the extension. I wasn't able to actually load the tabs because the extension remained blocked, but I was able to get all of the URLs manually. |
I was warning people about the forced update back in May of last year -- #1147
|
At that time, it was safe. It was the former developer who had maintained this repository at that time. |
It wasn't though -- they were already integrating a closed-source library that tracks user data, hence pushing out extremely aggressive update notices. You can even tell from their pushback in that thread what they were up to. |
How were you able to get to your saved session? I haven't been able to locate them after loading an unpacked version. |
October 2020 (10/28/2020) during a forced update, the app offered to save the session to a file, if you didn't delete it, you can restore from there. I did. |
the marvellous suspender appears to be a clean replacement and i documented an easy way to transition your session: gioxx#7 |
Here's what I did:
|
this helps with |
Ah... That's... a difficult one - I misread your question. Assuming you haven't yet entirely removed the extension, you have a theoretical chance of being able to extract it from some of the extension's local files (it has to be in there somewhere after all), or if you used that option, your google profile, but luckily for me I saved my sessions in a different, older extension. Perhaps someone can dig into the code to find out how the storing of the session works and what it does with the data. It has to be somewhere in the chrome user data folder. Perhaps this can be of assistance: https://superuser.com/questions/942392/how-can-i-modify-data-stored-by-chrome-extensions |
Check the url of the suspended tab. Don't click refresh, or the URL will be gone. For e.g. here is the URL text of a suspended tab: At the end of the URL, you will see "uri=". Whatever comes after that, was your original URL. Copy that portion and then launch in a new tab. |
I found that after restarting Chrome, The Great Suspender was temporarily enabled again, only to get automatically disabled after a minute or so. That gave me enough time to go into the settings of the extension and export any previous or saved sessions I wanted to keep, before uninstalling the extension for good. |
Successfully exported sessions I need, after temporarily disconnected internet and restarted Chrome. |
@MartinHammarstedt and @icemanyu Thanks! exported all my saved sessions, whitelist, and a few other settings! |
I was less fortunate than many of you as I was too quick in removing the extension in favor of immediately reverting to the older version found on here, however I was able to recover everything using the history method, so thanks for that tip and I also noticed that you can replace the "klbibkeccnjlkjkiokjodocebajanakg" in the URL with the ID of the new extension which was much easier than finding the link. |
I had some difficulty but I was able to use this chrome extension history-trends-unlimited and searched for After exporting the data (.tsv file), I then wrote a python script to parse through it to recover the ones I wanted and get rid of the duplicates. That made it much more manageable. Thanks to all for the many helpful tips on this thread, was very helpful! |
#1313 :) |
Worked for me by:
|
A combo of Session Buddy and using "^(.*uri=)" let me save my URLs and preserve the window structure. Then I was able to reverse engineer it into an older version of The Great Suspender. |
Hi there. Newbie here. Can you please help with the python script method? I have installed the history trend unlimited extension and now don't know what to do further. As this has the issue has gone more active in 24 hours now, but I got affected by it a week ago. Even create an issue. So someone could help. I did not expect this would happen and now all my saved session I saved over a year are gone |
After running that extension and searching for klbibkeccnjlkjkiokjodocebajanakg, were you able to export the results into a tsv file? If so, I can share my script. You can modify it to whatever you want. Mine goes opens Disclaimer: Please use at your own risk and review the code before using it. I made it for myself. Any bugs or unintended consequences are your own responsibility.
|
Thanks so much for this. But I'm not at all familar with how to use the code as i don't have any backgorund in tech stuff. |
@rakitanc please install python first. Then copy the code into a file called |
or just click on all the links in the history-trends-unlimited extension after searching for the |
Thanks so much for this. I'm using linux But new to it. I will definitely follow your instructions But can the saved sessions be restored somehow because that's the most important for me right now as I have collected them for an over or so and now they are gone. I'm devastated by it.Ca't believe what just happened |
No idea. If you chrome history has it, you should be able to recover it. If they are saved session, I am not sure. Try it and let us all know if that worked for you. good luck |
I have tried this action |
Note: Only works if you have the
deemed
malware extension still installed.Solution at #1309 (comment) and #1309 (comment). (Thanks @MartinHammarstedt and @icemanyu)
Post a success recovery:
If you wish to continue using TGS, the 7.1.6 could be a safe bet
The text was updated successfully, but these errors were encountered: