Releases: aciidic/thegreatsuspender-notrack
7.1.12-notrack
Repurposed the "NO_NAG" option. When activated it will disable the popups during first run and extension updates.
Deleted gsAnalytics.js file
7.1.11-notrack
Import saved list of currently suspended tabs, thanks to @luke-jr in request #3
Instructions:
https://i.imgur.com/jgr0qEd.png
7.1.10-notrack
Fixed issue with missing favicon as noted by @Quinci135 in request #2
Use below CRX download or amend manifest.json
in source.zip;
Change line
"content_security_policy": "script-src 'self'; object-src 'self'; child-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self'; default-src 'self'; data: chrome:",
to
"content_security_policy": "script-src 'self'; object-src 'self'; child-src 'self'; connect-src 'self'; img-src 'self' data: chrome:; style-src 'self'; default-src 'self'",
7.1.9-notrack
Recommended instead to install from source following https://github.com/aciidic/thegreatsuspender/blob/master/README.md
This release is untested.