Skip to content

Releases: aciidic/thegreatsuspender-notrack

7.1.12-notrack

28 Feb 13:58
03c4a53
Compare
Choose a tag to compare

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

06 Feb 22:20
d67e5f6
Compare
Choose a tag to compare

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

17 Jan 01:19
253cfa2
Compare
Choose a tag to compare

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

16 Dec 10:51
2b6225c
Compare
Choose a tag to compare

Recommended instead to install from source following https://github.com/aciidic/thegreatsuspender/blob/master/README.md

This release is untested.