/customize-miru

Customize the Miru anime torrent streaming app

customize-miru

Customize the Miru anime torrent streaming app

NOTE / WARNING

the app may not auto update anymore and you would have to reinstall Miru which will rollback changes!

also have npm and npx installed

Windows

  1. have the app installed on you device
  2. cd into Miru directory
cd ~/AppData/Local/Programs/Miru/resources
  1. extract the bundled app.asar
npx @electron/asar extract app.asar .\unpacked
  1. make your changes
  2. repack
npx @electron/asar pack .\unpacked\ app.asar

Linux

i don't know where Miru is located but should be similar to above steps

MacOS

i don't know where Miru is located but should be similar to above steps

Possible changes

you can experiment on your own but of what i can see

  • fonts
  • css
  • html
  • app icon
  • app title (html tag <title> in app.html)
  • some javascript maybe?