Update README.md

This commit is contained in:
MeowcaTheoRange 2022-04-26 22:04:34 -05:00 committed by GitHub
parent b5898a2510
commit f033a29d3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,9 +11,15 @@ The main GitHub repository for JellyBean's Mid-Sim.
When downloading/playing an unofficially distributed mod of this game, be careful and look at [code/charts.js](./code/charts.js) for any bad code before you continue! Any `eval()`, popup, or other malicious code references should be a huge red flag! When downloading/playing an unofficially distributed mod of this game, be careful and look at [code/charts.js](./code/charts.js) for any bad code before you continue! Any `eval()`, popup, or other malicious code references should be a huge red flag!
Some things to look for: Some things to look for:
`eval()` `eval()`
`window.close()` `window.close()`
`fetch()` `fetch()`
`alert()` `alert()`
`document.body.style.backgroundColor` (could cause a seizure for those who are photosensitive) `document.body.style.backgroundColor` (could cause a seizure for those who are photosensitive)
`window.open()` `window.open()`