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
This commit is contained in:
ZapperDJ 2019-11-04 18:39:44 +01:00 committed by GitHub
parent 32c01d9ec2
commit a5fe2f06f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
bandersnatch.bat Normal file
View file

@ -0,0 +1 @@
start chrome --allow-file-access-from-files --allow-file-access --allow-cross-origin-auth-prompt file://%~dp0/index.html