소스 검색

update lib files

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

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


+ 1 - 1
lib/single-file-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=globalThis.browser;e.includeScript=async function(e){if(t&&t.runtime&&t.runtime.getURL){const i=await(await fetch(t.runtime.getURL("/lib/single-file-infobar.js"))).text();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.getScript=async function(){if(t&&t.runtime&&t.runtime.getURL){return"<script>document.currentScript.remove();"+await(await fetch(t.runtime.getURL("/lib/single-file-infobar.js"))).text()+"<\/script>"}},Object.defineProperty(e,"__esModule",{value:!0})}));

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


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