唱别久悲不成悲
十分红处竟成灰
愿谁记得谁
最好的年岁
A lightweight Electron shell for playing Mole's World (摩尔庄园) with baked-in PPAPI Flash support, multi-window capability, and a stripped-down UI driven by a DOM cleanup script.
- Loads the Mole game client in a fixed-size window (960x560).
- Enables Pepper Flash (PPAPI) natively via a bundled plugin.
- Strips the web page down to the core Flash embed and centers it on a black background.
- Blocks external window launches to keep your gameplay distraction-free.
- Incognito Mode: Supports private windows that clear session data upon closing.
- Server Selection: (macOS Native Menu) Switch seamlessly between Official, Parallel, and Sub-node servers.
- Version Selection: Access various historical game eras including Main, Knight, Christmas, Halloween, Fire Cup, and Taoyuan versions.
- State Persistence: Remembers your last played server and version across app restarts.
- Useful keyboard shortcuts for reloading, toggling devtools, and managing windows.
- Node.js 18+ (for dev mode).
- macOS: PPAPI plugin located at
plugins/PepperFlashPlayer.plugin.
-
Install dependencies:
npm install
-
Run the app:
npm start
Cmd+N: New windowCmd+Shift+N: New Incognito windowCmd+Option+I: Toggle DevToolsCmd+W: Close windowCmd+R: ReloadCmd+Q: Quit application
- Security Warning: Flash is officially deprecated. This application is intended solely for accessing trusted Mole environments.
- The window is fixed to 960x560.
- Uses a macOS native minimal menu providing Server/Version selection.
- Context isolation is disabled to properly allow Flash plugins to function.