First of all, if you just want to get it running just DM me your email or something and I can send you the patched files. Usually what I do to actually run the server is to run python -m http.server in the folder.
If you want to patch it yourself, here’s what I did:
Do the save-as thing (which you’ve already figured out) and save as index.html
If you want to be able to use the ‘image’ theme, you have to open the Network tab in devtools, open the bg.jpg request, go into the preview tab and then right-click and save the image to the index_files folder
Open the tennis.js.download file in a text editor and make these changes:
Find and replace the text https: with http. Should only be one occurence. This was causing the page to redirect to https, which is a pain if you’re hosting locally.
Delete the text &&0==elkur. This code purposely bricks the scoring functionality if the page isn’t running on the creator’s domain.


Test test test _test_ *test*
```
test
```
`test`

Hey, I’ve figured it out.
First of all, if you just want to get it running just DM me your email or something and I can send you the patched files. Usually what I do to actually run the server is to run
python -m http.server
in the folder. If you want to patch it yourself, here’s what I did:index.html
bg.jpg
request, go into the preview tab and then right-click and save the image to theindex_files
foldertennis.js.download
file in a text editor and make these changes:https:
withhttp
. Should only be one occurence. This was causing the page to redirect to https, which is a pain if you’re hosting locally.&&0==elkur
. This code purposely bricks the scoring functionality if the page isn’t running on the creator’s domain.Good luck