https://github.com/fl0v/dg-companion
Enhances DarkGalaxy experience
https://github.com/fl0v/dg-companion
Last synced: 3 months ago
JSON representation
Enhances DarkGalaxy experience
- Host: GitHub
- URL: https://github.com/fl0v/dg-companion
- Owner: fl0v
- License: other
- Created: 2023-08-28T20:53:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-29T15:52:43.000Z (over 1 year ago)
- Last Synced: 2025-01-13T18:30:29.844Z (4 months ago)
- Language: JavaScript
- Size: 515 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Dark Galaxy Companion (chrome extension)
Ported tamper monkey scripts to chrome extension (https://github.com/fl0v/dg)
## Installation
- Get the extension from chrome web store https://chrome.google.com/webstore/detail/dark-galaxy-companion/hmchkjafjphldnhmlgbfkaemplnldkao
- Visit https://www.darkgalaxy.com and signup/login to a running gameKeep in mind although some info is exposed by the game as json, this extension still relies heavily on parsing the html,
so in most cases it will cause unexpected results if used with other similar extensions or user scripts.
That being said, i'm trying not to alter the page source logic (too much) so hopefully it wont break any other tools.## Features:
- Alliance ranking
- average score + sorting
- Global radar page
- quick filters + quick search
- enemy attacks warning
- systems shortcuts
- Fleet list page
- quick filter + quick search
- Planets list
- stats + summary + copy to clipboard
- total resource warning
- Fleet scan
- score, origin, group by eta/alliance
- Fleet overview page
- score + copy to clipboard
- paste planet coords in target input
- fleet memo
- save multiple fleets to generate combined stats
- Planet overview pages
- planet memo
- 9999 for queue quantity
- Navigation page
- copy planet coords on click
- Battle report page
- score + resources lost
- Surface scan:
- required soldiers
- important structures
- Resource scan:
- planet rating based on ground + output %
- Research page
- cosmetics + summary + copy to clipboardCheckout the [CHANGELOG](CHANGELOG.md) for change history.
## Want to help ?
Checkout the [CONTRIBUTING](CONTRIBUTING.md) page.