Shut Up 8.1.3
+ +Temporarily stopped Shut Up from running on Google Docs, Sheets, and Slides due to an as-yet-undiagnosed + performance issue.
+diff --git a/src/core/utils.js b/src/core/utils.js index 90d6344..1e89643 100644 --- a/src/core/utils.js +++ b/src/core/utils.js @@ -3,6 +3,7 @@ export class Utils { const denylist = [ 'apps.oregon.gov', 'chrome.google.com', + 'docs.google.com', 'icloud.com', 'portal.edd.ca.gov', 'read.amazon.com' diff --git a/src/manifest.ffx.json b/src/manifest.ffx.json index fbb6918..fd70725 100644 --- a/src/manifest.ffx.json +++ b/src/manifest.ffx.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Shut Up: Comment Blocker", "short_name": "__MSG_product_name__", - "version": "8.1.2.6", + "version": "8.1.3", "description": "__MSG_manifest_description__", "author": "Ricky Romero", "homepage_url": "https://rickyromero.com/shutup/", diff --git a/src/manifest.json b/src/manifest.json index f1e5171..43c8ed3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Shut Up: Comment Blocker", "short_name": "__MSG_product_name__", - "version": "8.1.2.6", + "version": "8.1.3", "description": "__MSG_manifest_description__", "author": "Ricky Romero", "homepage_url": "https://rickyromero.com/shutup/", diff --git a/src/release-notes/index.html b/src/release-notes/index.html index d72bfdf..1148717 100644 --- a/src/release-notes/index.html +++ b/src/release-notes/index.html @@ -20,6 +20,14 @@ href="https://github.com/panicsteve/shutup-css/commits/master/shutup.css">on GitHub.
+ +Temporarily stopped Shut Up from running on Google Docs, Sheets, and Slides due to an as-yet-undiagnosed + performance issue.
+