Skip to content

Commit

Permalink
moz 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elementdavv committed Jun 8, 2023
1 parent 523e0fa commit 66852ef
Show file tree
Hide file tree
Showing 4 changed files with 4,233 additions and 5 deletions.
2 changes: 2 additions & 0 deletions moz/js/content1.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Distributed under terms of the GPL3 license.
*/

import WebStreamPolyfill from './utils/ponyfill.es6.js';
import StreamSaver from './utils/streamsaver.js';
import PDFDocument from './pdf/document.js';
import ZIPDocument from './zip/document.js';
Expand Down Expand Up @@ -421,6 +422,7 @@ export default function(){
}

console.log('Internet Archive Downloader v0.5.0 in action');
StreamSaver.WritableStream = WebStreamPolyfill.WritableStream;
StreamSaver.mitm = 'https://elementdavv.github.io/streamsaver.js/mitm.html?version=2.0.0'
loadScript("/js/stub.js");
};
Loading

0 comments on commit 66852ef

Please sign in to comment.