From 5641369385cf4175e308c8e188c9bb70226a12da Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Sat, 3 Aug 2019 11:09:23 -0700 Subject: [PATCH] Add teams.microsoft.com to default blacklist (#495) Microsoft Teams is used for video conferencing, and this extension causes all of the videos to be half cut off. I think it would be a good idea to add it to the default blacklist. --- inject.js | 1 + options.js | 1 + 2 files changed, 2 insertions(+) diff --git a/inject.js b/inject.js index 9d888ca..ad831b4 100644 --- a/inject.js +++ b/inject.js @@ -16,6 +16,7 @@ twitter.com vine.co imgur.com + teams.microsoft.com `.replace(regStrip,'') } }; diff --git a/options.js b/options.js index eed88a4..ebf3f40 100644 --- a/options.js +++ b/options.js @@ -20,6 +20,7 @@ var tcDefaults = { twitter.com vine.co imgur.com + teams.microsoft.com `.replace(regStrip, '') };