Просмотр исходного кода

added timeout.js in the content scripts list

Gildas 7 лет назад
Родитель
Сommit
b107a17b3e
1 измененных файлов с 1 добавлено и 0 удалено
  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",