Restore your thegreatsuspender tabs.
Project description
Restore the broken URLs of the Great Suspender browser (Google Chrome, Firefox) extension.
Background
If you used to use The Great Suspender Chrome extension, you would notice (as of 2021-02-04) that it has been banned by Google Chrome for being a malware.
The last-known-good-version on GitHub, release v7.1.6, works well for me, if installed from source. However, your saved tabs won’t reload as something has changed in between the good and the bad releases.
What to do? Would you just loose all precious URLs and saved sessions? If you are OK with that, just pass by. Otherwise, read further.
How to fix the broken tabs
Locally (using this package)
Use the FreshStart - Cross Browser Session Manager extension to export all your tabs into a JSON and save it into a file (for instance, name it tabs.json).
Install the-great-suspender-restore-urls (this) package:
pip install the-great-suspender-restore-urls
Fix your broken tabs:
restore-the-great-suspender-urls --in-file=tabs.json --out-file=tabs-restored.json
Use the FreshStart - Cross Browser Session Manager to import the tabs back (paste the contents of the tabs-restored.json in the import session window).
Online
Build with FastAPI, VueJS and the the-great-suspender-restore-urls (this) package.
Check the service
Read the instructions
Source code is available.
Usage options
–session-name-suffix
By default, your existing session names will get a “ - cleaned” suffix. In order to tweak that, use the --session-name-suffix argument.
restore-the-great-suspender-urls \
--in-file=tabs.json \
--out-file=tabs-restored.json \
--session-name-suffix=' - FIXED' \
--verbose
–extension-id
The URL prefix used to identify tabs suspended by The Great Suspender extension looks as follows: chrome-extension://klbibkeccnjlkjkiokjodocebajanakg/suspended.html, where the klbibkeccnjlkjkiokjodocebajanakg is the extension ID. If you leave this argument out, regular expression match will be used.
restore-the-great-suspender-urls \
--in-file=tabs.json \
--out-file=tabs-restored.json \
--extension-id='klbibkeccnjlkjkiokjodocebajanakg' \
--verbose
–verbose
To have a verbose output, add the --verbose argument.
restore-the-great-suspender-urls \
--in-file=tabs.json \
--out-file=tabs-restored.json \
--verbose
Prerequisites
Python 3.6, 3.7, 3.8 or 3.9.
License
MIT
Support
For any issues contact me at the e-mail given in the Author section.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file the-great-suspender-restore-urls-0.4.tar.gz
.
File metadata
- Download URL: the-great-suspender-restore-urls-0.4.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.7.0 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58765340050264c4127276af91a5bc5ea6310bf77f5ed616d204588742c00eef |
|
MD5 | 49b93c59df437765fc40146299a83046 |
|
BLAKE2b-256 | fa0bd1626e89b4fee29a54ce8b9a3a595cd45573ce330bdcba4798f0c9941721 |
File details
Details for the file the_great_suspender_restore_urls-0.4-py3-none-any.whl
.
File metadata
- Download URL: the_great_suspender_restore_urls-0.4-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.7.0 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87da0e9697f432020753360deddec66ced17e4270fa8b5375179fbca287986b2 |
|
MD5 | f94bb0bd2f7abf5be22dbb55983014bd |
|
BLAKE2b-256 | 7f98dc5d5dba6d67ff4352990bef666c1eae8182a207a0c44697ac4742688202 |