Hide right bar from https://genshin-impact-map.appsample.com/
// ==UserScript==
// @name genshin-impact-map.appsample right bar hider
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Hide right bar from https://genshin-impact-map.appsample.com/
// @author reaverxai
// @match https://genshin-impact-map.appsample.com/*
// @grant GM_addStyle
// @license MIT
// ==/UserScript==
GM_addStyle(".MapLayout_Rightbar { display: none; }");