소스 검색

update lib files

Gildas 3 년 전
부모
커밋
b36473c70a
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      lib/extension-background.js
  2. 1 1
      lib/extension-infobar.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
lib/extension-background.js


+ 1 - 1
lib/extension-infobar.js

@@ -1 +1 @@
-!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).infobar={})}(this,(function(e){"use strict";const t="/lib/single-file-infobar.js",n=globalThis.browser;e.includeScript=async function(e){let i,o;for(n&&n.runtime&&n.runtime.getURL?i=await(await fetch(n.runtime.getURL(t))).text():singlefile.getFileContent&&(i=singlefile.getFileContent(t));o!=i;)o=i,i=i.replace(/\/\*(.|\n)*?\*\//,"");i=i.replace(/\t+/g," ").replace(/\nthis\.[^(]*/gi,"\n").replace(/\n+/g,""),e.content+="<script>document.currentScript.remove();"+i+"<\/script>"},Object.defineProperty(e,"__esModule",{value:!0})}));
+!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).infobar={})}(this,(function(e){"use strict";const t=globalThis.browser;e.includeScript=async function(e){let n,i;for(t&&t.runtime&&t.runtime.getURL&&(n=await(await fetch(t.runtime.getURL("/lib/single-file-infobar.js"))).text());i!=n;)i=n,n=n.replace(/\/\*(.|\n)*?\*\//,"");n=n.replace(/\t+/g," ").replace(/\nthis\.[^(]*/gi,"\n").replace(/\n+/g,""),e.content+="<script>document.currentScript.remove();"+n+"<\/script>"},Object.defineProperty(e,"__esModule",{value:!0})}));

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.