diff --git a/README.md b/README.md index fd84f52..cb9a255 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,26 @@ Self-hosted **Javascript** emulation for various system.
+### Issues + +*If something doesn't work, please consider opening an* ***[Issue]***
+*with as many details as possible, as well as the console log.* + +
+ +### Ads + +*This project has no ads.*
+*Although, the demo page currently has an ad to help fund this project.*
+*Ads on the demo page may come and go depending on how many people are*
+*funding this project.*
+ +*You can help fund this project on* ***[patreon]*** + +
+ + + ### Issues *If something doesn't work, please consider opening an* ***[Issue]***
@@ -124,6 +144,7 @@ EJS_oldCores = true; [License]: LICENSE [Issue]: https://github.com/ethanaobrien/emulatorjs/issues +[patreon]: https://patreon.com/EmulatorJS diff --git a/ads.txt b/ads.txt new file mode 100644 index 0000000..4cad853 --- /dev/null +++ b/ads.txt @@ -0,0 +1 @@ +google.com, pub-8832864985153925, DIRECT, f08c47fec0942fa0 \ No newline at end of file diff --git a/index.html b/index.html index 14a9536..e1807c5 100644 --- a/index.html +++ b/index.html @@ -169,6 +169,10 @@ window.EJS_core = core window.EJS_pathtodata = "data/" window.EJS_startOnLoaded = true; + + if (window.location.hostname === "demo.emulatorjs.org") { + window.EJS_AdUrl = "https://ads.emulatorjs.org/"; + } script.src = "data/loader.js"