diff --git a/background/style-via-webrequest.js b/background/style-via-webrequest.js index 0586a463..6099e547 100644 --- a/background/style-via-webrequest.js +++ b/background/style-via-webrequest.js @@ -1,5 +1,5 @@ /* global API */// msg.js -/* global CHROME */// toolbox.js +/* global CHROME ignoreChromeError */// toolbox.js /* global prefs */ 'use strict'; @@ -72,7 +72,7 @@ frameId: req.frameId, runAt: 'document_start', code: `(${injectedCode})(${data.str})`, - }); + }, ignoreChromeError); if (!state.xhr) cleanUp(req); } }