diff options
author | hackademix | 2019-11-10 12:48:53 +0100 |
---|---|---|
committer | hackademix | 2019-11-15 22:48:49 +0100 |
commit | cbd814754aba6a7e79ab01a851a119504e74a841 (patch) | |
tree | 7c7958aa32bdf14405d4107937a844ec87504160 /src/lib/UA.js | |
parent | 243405352459b38c9e3b9c8aa14b402e8715413b (diff) | |
download | noscript-cbd814754aba6a7e79ab01a851a119504e74a841.tar.gz noscript-cbd814754aba6a7e79ab01a851a119504e74a841.tar.xz noscript-cbd814754aba6a7e79ab01a851a119504e74a841.zip |
Removed empty exportFunction() Chromium shim.
Diffstat (limited to 'src/lib/UA.js')
-rw-r--r-- | src/lib/UA.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/UA.js b/src/lib/UA.js index db5df9d..f679f95 100644 --- a/src/lib/UA.js +++ b/src/lib/UA.js @@ -10,9 +10,6 @@ // shims for non-Mozilla browsers if (typeof chrome === "object" && !chrome.tabs) { // content script shims - if (typeof exportFunction === "undefined") { - window.exportFunction = () => {}; - } } } |