From 753789b8b5ecd3c9074988695d29067b60d0aed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Fri, 7 Apr 2017 19:20:13 +0200 Subject: [PATCH 1/2] Sign the CLA --- contributors/rdoursenaud.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contributors/rdoursenaud.md diff --git a/contributors/rdoursenaud.md b/contributors/rdoursenaud.md new file mode 100644 index 00000000..c1da3144 --- /dev/null +++ b/contributors/rdoursenaud.md @@ -0,0 +1,9 @@ +2017-04-07 + +I hereby agree to the terms of the "Markdown Here Individual Contributor License Agreement", with SHA256 checksum b51a6143fbb3ee4ab3786b2877d7ff93a0d36df5c1603e45e24c5734b774ff65. + +I furthermore declare that I am authorized and able to make this agreement and sign this declaration. + +Signed, + +Raphaƫl Doursenaud https://github.com/rdoursenaud From 5deb9fa5e5691a8e76e489b4ffba8275194b1ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Fri, 7 Apr 2017 19:20:30 +0200 Subject: [PATCH 2/2] Exclude Offline GMail background page Running the extension on this application was leading to high CPU usage. Fixes #337 Fixes #340 --- src/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manifest.json b/src/manifest.json index 5a91f968..0d313f97 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -18,6 +18,7 @@ "content_scripts": [ { "matches": ["http://*/*", "https://*/*"], + "exclude_matches": ["https://mail.google.com/mail/mu/background*"], "js": [ "common/utils.js", "common/common-logic.js",