From a5fe2f06f61b0c96d0b14570917db97896c49852 Mon Sep 17 00:00:00 2001 From: ZapperDJ Date: Mon, 4 Nov 2019 18:39:44 +0100 Subject: [PATCH] Create bandersnatch.bat This is a batch file that starts index.html in chrome with some flags that fix the error when trying to load subtitles when opening index.html as a local file instead of loading it through a web server --- bandersnatch.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 bandersnatch.bat diff --git a/bandersnatch.bat b/bandersnatch.bat new file mode 100644 index 0000000..f05497e --- /dev/null +++ b/bandersnatch.bat @@ -0,0 +1 @@ +start chrome --allow-file-access-from-files --allow-file-access --allow-cross-origin-auth-prompt file://%~dp0/index.html