Selaa lähdekoodia

added timeout.js in the content scripts list

Gildas 7 vuotta sitten
vanhempi
sitoutus
b107a17b3e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      extension/core/bg/script-loader.js

+ 1 - 0
extension/core/bg/script-loader.js

@@ -25,6 +25,7 @@ singlefile.scriptLoader = (() => {
 	const contentScriptFiles = [
 		"/lib/browser-polyfill/custom-browser-polyfill.js",
 		"/lib/single-file/doc-helper.js",
+		"/lib/single-file/timeout.js",
 		"/lib/single-file/base64.js",
 		"/lib/single-file/html-srcset-parser.js",
 		"/lib/fetch/content/fetch.js",