| Index: include.preload.js | 
| =================================================================== | 
| --- a/include.preload.js | 
| +++ b/include.preload.js | 
| @@ -436,17 +436,17 @@ | 
| { | 
| if (selectors.length == 0) | 
| return; | 
|  | 
| if (this.inject) | 
| { | 
| // Insert the style rules inline if we have been instructed by the | 
| // background page to do so. This is usually the case, except on platforms | 
| -      // that do support user stylesheets via the chrome.tabs.insertCSS API | 
| +      // that do support user stylesheets via the browser.tabs.insertCSS API | 
| // (Firefox 53 onwards for now and possibly Chrome in the near future). | 
| // Once all supported platforms have implemented this API, we can remove | 
| // the code below. See issue #5090. | 
| // Related Chrome and Firefox issues: | 
| // https://bugs.chromium.org/p/chromium/issues/detail?id=632009 | 
| // https://bugzilla.mozilla.org/show_bug.cgi?id=1310026 | 
| this.injectSelectors(selectors, filters); | 
| } | 
|  |