|
|
@@ -24,10 +24,10 @@ singlefile.scriptLoader = (() => {
|
|
|
|
|
|
const contentScriptFiles = [
|
|
|
"/lib/browser-polyfill/custom-browser-polyfill.js",
|
|
|
- "/lib/single-file/util/timeout.js",
|
|
|
"/lib/single-file/vendor/css-tree.js",
|
|
|
"/lib/single-file/vendor/html-srcset-parser.js",
|
|
|
- "/lib/single-file/doc-helper.js",
|
|
|
+ "/lib/single-file/util/timeout.js",
|
|
|
+ "/lib/single-file/util/doc-helper.js",
|
|
|
"/lib/fetch/content/fetch.js",
|
|
|
"/lib/lazy/content/content-lazy-loader.js",
|
|
|
"/lib/single-file/single-file-core.js",
|
|
|
@@ -41,7 +41,7 @@ singlefile.scriptLoader = (() => {
|
|
|
"/lib/browser-polyfill/custom-browser-polyfill.js",
|
|
|
"/lib/font-face/font-face-proxy.js",
|
|
|
"/extension/index.js",
|
|
|
- "/lib/single-file/doc-helper.js",
|
|
|
+ "/lib/single-file/util/doc-helper.js",
|
|
|
"/lib/single-file/util/timeout.js",
|
|
|
"/lib/fetch/content/fetch.js",
|
|
|
"/lib/lazy/content/content-lazy-loader.js",
|