commit | 6d9c5fe4ae8022f49c061613c296871e7b235511 | [log] [tgz] |
---|---|---|
author | avm99963 <jocdeladria@gmail.com> | Tue Jun 04 00:35:53 2019 +0200 |
committer | avm99963 <jocdeladria@gmail.com> | Tue Jun 04 00:35:53 2019 +0200 |
tree | 4d0b817b3a134cba7277cbffb82532e1c4cd3e03 | |
parent | 9fcf48337103ed86c47cb6546c1339350bb40d78 [diff] [blame] |
Added features to automatically load all messages in a thread and enable the enableLoadingDraftMessages flag
diff --git a/manifest.json b/manifest.json index 55779eb..d1ee5e0 100644 --- a/manifest.json +++ b/manifest.json
@@ -13,6 +13,11 @@ "js": ["console_inject.js"] }, { + "matches": ["https://support.google.com/s/community*"], + "js": ["console_inject_start.js"], + "run_at": "document_start" + }, + { "matches": ["https://support.google.com/*/threads*"], "js": ["forum_inject.js"] },