aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/injected.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts/injected.coffee')
-rw-r--r--content_scripts/injected.coffee3
1 files changed, 3 insertions, 0 deletions
diff --git a/content_scripts/injected.coffee b/content_scripts/injected.coffee
index 5b614763..b943f2fc 100644
--- a/content_scripts/injected.coffee
+++ b/content_scripts/injected.coffee
@@ -1,3 +1,6 @@
+# NOTE(smblott) Disabled pending resolution of #2997.
+return
+
# The code in `injectedCode()`, below, is injected into the page's own execution context.
#
# This is based on method 2b here: http://stackoverflow.com/a/9517879, and