greatsuspender / thegreatsuspender

A chrome extension for suspending all tabs to free up memory
https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg/
GNU General Public License v2.0
5.03k stars 905 forks source link

klbibkeccnjlkjkiokjodocebajanakg is blocked #1249

Open ParahParah opened 3 years ago

ParahParah commented 3 years ago

Please complete the following information when submitting a feature request or bug report.

The error above happened on 2 separate computers after removing the great suspender. I google everything and ran chrome cleaner tool and still suspending tabs and showing that error on all tabs. Backspace takes you back to the website I am forced to install it just to shut it up - its malicious

XxX-Force commented 3 years ago

For those who are not aware, there is great concern that this extension may now be malicious in nature. You will find a great deal of discussion about this here:

https://github.com/greatsuspender/thegreatsuspender/issues/1175

and a summary of the situation to date here:

https://github.com/greatsuspender/thegreatsuspender/issues/1263

decadent commented 3 years ago

TGS works by opening its own internal static page instead of the actual site. The address of that page is on a virtual domain that includes the ID of the extension (‘klbibkeccnjlkjkiokjodocebajanakg’), and that domain points to the extension's internal pages. When you remove the extension, those pages become unavailable. So:

Either way, I don't think the current owner is going to fix errors related to uninstalling the extension.

petrk94 commented 3 years ago

Hi, I need help, how to access the suspended page in Chrome, I need somehow access, there were critical links for my work inside, since months and I need it. It seems to be possible to access it by opening the page and using the chrome web tools to access the IndexedDB.

https://devio.wordpress.com/2016/01/10/retrieving-chrome-tabs-suspended-by-the-great-suspender/

Hope you can help :(

petrk94 commented 3 years ago

The data are there, but I can not access it without loading the page :(

image

ParahParah commented 3 years ago

Hi mate sure but not today. I can remote in. That's a terrible plugin but don't try and remove it yet


From: Petr K. notifications@github.com Sent: Saturday, February 6, 2021 3:32:38 AM To: greatsuspender/thegreatsuspender thegreatsuspender@noreply.github.com Cc: Ronald Sayegh r_s152@student.usc.edu.au; Author author@noreply.github.com Subject: Re: [greatsuspender/thegreatsuspender] klbibkeccnjlkjkiokjodocebajanakg is blocked (#1249)

Hi, I need help, how to access the suspended page in Chrome, I need somehow access, there were critical links for my work inside, since months and I need it. It seems to be possible to access it by opening the page and using the chrome web tools to access the IndexedDB.

https://devio.wordpress.com/2016/01/10/retrieving-chrome-tabs-suspended-by-the-great-suspender/

Hope you can help :(

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/greatsuspender/thegreatsuspender/issues/1249#issuecomment-774176311, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJ6M7K44UKZQBRK7YLTT3XDS5QTTNANCNFSM4TDXKOTQ.

ParahParah commented 3 years ago

Yes I'm confident its ok


From: Petr K. notifications@github.com Sent: Saturday, February 6, 2021 3:33:42 AM To: greatsuspender/thegreatsuspender thegreatsuspender@noreply.github.com Cc: Ronald Sayegh r_s152@student.usc.edu.au; Author author@noreply.github.com Subject: Re: [greatsuspender/thegreatsuspender] klbibkeccnjlkjkiokjodocebajanakg is blocked (#1249)

The data are there, but I can not access it without loading the page :(

[image]https://user-images.githubusercontent.com/19719052/107068196-98deb700-67e0-11eb-9c41-59b329d4b0c9.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/greatsuspender/thegreatsuspender/issues/1249#issuecomment-774176883, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJ6M7KYYB5AQP346EPBQW7LS5QTXNANCNFSM4TDXKOTQ.

petrk94 commented 3 years ago

@ParahParah how to solve this issue?

XxX-Force commented 3 years ago

@ParahParah how to solve this issue?

I'm sorry, but I've been bombarded with dozens of email notifications from this project, and haven't caught up on them all .. and I'm not sure of your exact situation or all of the details on what you have done to try to correct it or mitigate any damage/trouble .. so I might not be any help here .. but I will try.

Have you tried removing TGS (if you haven't already) making sure to unsuspend everything FIRST, saving a session through the TGS settings FIRST, export that saved session somewhere locally FIRST, bookmarking all of your tabs & windows FIRST .. then closing Chrome .. make sure it is completely shut down through Task Manager (CTRL-SHFT-ESC) restarting it .. then installing TGS v7.16 from the source on the releases page?

7.16 is located here:

https://github.com/greatsuspender/thegreatsuspender/releases/tag/v7.1.6

Instructions for installing it are located here:

https://github.com/greatsuspender/thegreatsuspender#install-as-an-extension-from-source

Once re-installed from a local directory, enable it, reload the pages you are having trouble with through the session you exported, or through the bookmarks you created. You can import the exported session into TGS (through its settings) and try to load the tabs from there, either in a suspended or non-suspended state. If suspended .. then try to unsuspend them manually one at a time.

Also, not sure if you have looked at this:

https://github.com/greatsuspender/thegreatsuspender/issues/526

If not, then you absolutely should.

Hope that helps in some small way. If not, then I am genuinely extremely sorry for wasting your time with what must be an awful and frustrating problem. Best of luck.

EDIT: Also, maybe obvious, and maybe not applicable to your situation, but the URL of suspended tabs is displayed on the tab's page .. and you can copy paste that URL directly into the browser to go it w/o any need to unsuspend:

image

XxX-Force commented 3 years ago

@ParahParah how to solve this issue?

If the above helped to resolve your issue, please reply so that others may also be helped. Thanks.

petrk94 commented 3 years ago

@ParahParah okay, the problem was, that all tabs which was suspended was closed by google after removing TGS. I found the blob file

image

There are the links inside, but I need a way to extract it, because searching for all links will take long, even they are in the file. I need something like regex/grep/awk whatever, a tool which cleans up the blob file and extract the data from it. As there is a structure visible, but the encoding seems to be weird and so I can not use it. If it were just packaged in a fucking json file, than it would be great, because extracting it would work as charm.