1
0
Эх сурвалжийг харах

added timeout.js in the content scripts list

Gildas 7 жил өмнө
parent
commit
b107a17b3e

+ 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",