aboutsummaryrefslogtreecommitdiffstats
path: root/platform/firefox/vapi-client.js
diff options
context:
space:
mode:
authorChris <chris@chrismatic.io>2015-02-10 14:24:04 -0700
committerChris <chris@chrismatic.io>2015-02-10 14:24:04 -0700
commita17882a8cc9e326877f0efe32925b42db47e15a1 (patch)
tree82cfc641dc57efda2fa0eb2f014b1ca17a57d42d /platform/firefox/vapi-client.js
parent029a673a58a34253a6c24ba02fe7294b1a4a25f2 (diff)
downloaduBlock-a17882a8cc9e326877f0efe32925b42db47e15a1.zip
uBlock-a17882a8cc9e326877f0efe32925b42db47e15a1.tar.gz
uBlock-a17882a8cc9e326877f0efe32925b42db47e15a1.tar.bz2
Remove previous Safari overhead; cleanup workarounds from rest of code
Diffstat (limited to 'platform/firefox/vapi-client.js')
-rw-r--r--platform/firefox/vapi-client.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/platform/firefox/vapi-client.js b/platform/firefox/vapi-client.js
index 58bb110..c9caa85 100644
--- a/platform/firefox/vapi-client.js
+++ b/platform/firefox/vapi-client.js
@@ -166,12 +166,6 @@ window.addEventListener('pageshow', vAPI.messaging.toggleListener, true);
/******************************************************************************/
-vAPI.canExecuteContentScript = function() {
- return true;
-};
-
-/******************************************************************************/
-
})(this);
/******************************************************************************/