Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zabuzard/eldenringinteractivemapitemprogression
Greasemonkey script to allow marking items on the interactive map of Elden Ring as completed.
https://github.com/zabuzard/eldenringinteractivemapitemprogression
darksouls eldenring from-software greasemonkey greasemonkey-userscript interactive-map tampermonkey tampermonkey-userscript userscript
Last synced: 3 months ago
JSON representation
Greasemonkey script to allow marking items on the interactive map of Elden Ring as completed.
- Host: GitHub
- URL: https://github.com/zabuzard/eldenringinteractivemapitemprogression
- Owner: Zabuzard
- License: gpl-3.0
- Created: 2022-03-02T11:49:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T20:46:07.000Z (almost 1 year ago)
- Last Synced: 2024-02-07T20:43:34.860Z (12 months ago)
- Topics: darksouls, eldenring, from-software, greasemonkey, greasemonkey-userscript, interactive-map, tampermonkey, tampermonkey-userscript, userscript
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elden Ring - Interactive Map - Item Progression
[Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) script (or [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)) to allow marking items on the [interactive map](https://eldenring.wiki.fextralife.com/Interactive+Map) of **Elden Ring** as completed. The interactive map is a Fextralife-project, all credits for the map go to them.
To mark an item as completed, **right-click** it. Completed items are shown with opacity on the map:
![example](https://i.imgur.com/HwG9ObA.png)
The status is persisted locally in the browsers `localStorage`, so it remembers completed items even if the page or browser has been closed.
## Install
1. Either add the [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) or [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) addon to your browser.
2. Open the [raw content of the script](https://github.com/Zabuzard/EldenRingInteractiveMapItemProgression/raw/main/eldenRingInteractiveMapItemprogression.user.js) in your browser, the addon should now prompt you whether you want to install the script.![addon](https://i.imgur.com/AdHpYp7.png)
![install prompt](https://i.imgur.com/0WT7nGs.png)