Giter VIP home page Giter VIP logo

Comments (11)

ethanaobrien avatar ethanaobrien commented on May 18, 2024 3

@Scoffins

I unobfuscated the emulator.js file. It is now human readable and human editable!

from emulatorjs.

ethanaobrien avatar ethanaobrien commented on May 18, 2024 2

from emulatorjs.

ethanaobrien avatar ethanaobrien commented on May 18, 2024 1

from emulatorjs.

xxxnewbiexxx avatar xxxnewbiexxx commented on May 18, 2024 1

Hi @ethanaobrien, could you please share with us the ads code you removed from the script?

Thank you!

from emulatorjs.

xxxnewbiexxx avatar xxxnewbiexxx commented on May 18, 2024 1

Thanks @ethanaobrien !

from emulatorjs.

Scoffins avatar Scoffins commented on May 18, 2024

Ended up writing my own script which overlays a div in the center of the emulator container until the user closes it.

from emulatorjs.

Scoffins avatar Scoffins commented on May 18, 2024

Okay that'd be great :)
IMO you've got a very good project going here, there's not much else to compare. It's simple, elegant and just works without any hassle. I really hope all the legalities are covered because I want to see this project succeed long-term. I believe it's a valuable set of tools which will prove very useful for developers in the future. Don't let it go stale, keep up with it :) I also think it might be worth uploading the unobfuscated code. There are many online tools to help here, the best I've found is this one: https://codeamaze.com/code-beautifier/javascript-deobfuscator

Thank you for all your work, it's very much appreciated!

from emulatorjs.

Scoffins avatar Scoffins commented on May 18, 2024

Ended up writing my own script which overlays a div in the center of the emulator container until the user closes it.

<div style="width:640px;height:480px;max-width:100%;margin:0 auto;position:relative;">
    
<div style="width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#FFFFFF;z-index:999;" id="gameadvert">
<a onclick="document.getElementById('gameadvert').remove();" style="float:right;font-size:18px;font-weight:bold;cursor:pointer;padding:5px;" title="Close Advert">โŒ</a>
<!-- INSERT AD CODE HERE !-->
</div>

<div id="game"></div>
</div>

from emulatorjs.

xxxnewbiexxx avatar xxxnewbiexxx commented on May 18, 2024

Cool, this is basically what emulatorjs does. When I get time to update it. I will create a branch that has you just put the URL to the ad.html

This would be great!

from emulatorjs.

ethanaobrien avatar ethanaobrien commented on May 18, 2024

@Scoffins @xxxnewbiexxx

Feature implemented
add the following line to the example code

EJS_AdUrl = '' //path to AD page

from emulatorjs.

ethanaobrien avatar ethanaobrien commented on May 18, 2024

No problem!

from emulatorjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.