https://github.com/tall1on/routeros-darkmode-extension
Chrome Browser Extension to bring Darkmode to Mikrotik RouterOS
https://github.com/tall1on/routeros-darkmode-extension
dark dark-mode dark-theme darkmode extension extension-chrome extension-chromium extensions manifest manifest-v3
Last synced: 8 months ago
JSON representation
Chrome Browser Extension to bring Darkmode to Mikrotik RouterOS
- Host: GitHub
- URL: https://github.com/tall1on/routeros-darkmode-extension
- Owner: tall1on
- License: gpl-3.0
- Created: 2025-09-30T10:47:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-25T13:41:02.000Z (8 months ago)
- Last Synced: 2025-10-25T15:22:25.312Z (8 months ago)
- Topics: dark, dark-mode, dark-theme, darkmode, extension, extension-chrome, extension-chromium, extensions, manifest, manifest-v3
- Language: SCSS
- Homepage:
- Size: 1.52 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/tall1on/routeros-darkmode-extension/releases/tag/v7.20.2)

[](https://chromewebstore.google.com/detail/routeros-dark-mode/oialmnigabiamlbdlmhgnnoaigcpngoi)

# Mikrotik RouterOS Dark Mode Extension

Chrome extension that applies a dark theme to the MikroTik RouterOS (WebFig) web interface.
## Prerequisites
- Node.js 18+ (LTS recommended)
- npm (bundled with Node.js)
## Installation
```bash
npm install
```
## Available Scripts
- `npm run clean` – Remove build artifacts (`dist/` and `.rollup.cache/`).
- `npm run build` – Produce production bundles for content script, background worker, styles, and copy static assets to `dist/`.
- `npm run watch` – Watch source files and rebuild on change.
All build artifacts are emitted to the `dist/` directory.
## License
See [`LICENSE`](LICENSE) for details.