This Tampermonkey script customizes the Elden Ring Interactive Map on the Fextralife website. It moves the map element to the top of the body and applies specific styles to enhance its visibility and accessibility.
- Moves the map container (
div
withid="mapA"
) to the top of the body. - Applies the following styles to the map container:
position: absolute;
z-index: 10000;