Skip to content

barisyild/bdjplus_webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

Can build by running the build.bat file.

Web Server Path

/system_ex/app/NPXS40140/cdc/modules/www

Jailbreak hosting

BD-J applications cause the power assigned to the web browser to drop, the only way to circumvent this situation is to run the following javascript code after all resources are loaded.

const Http = new XMLHttpRequest();
const url='/bdj/exit';
Http.open("GET", url, false);
Http.send();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published