Will the right panel on the map ever be hidable? I have the map up on my 2nd monitor, which is vertical, while I play the game on my first monitor. Having a 2nd unhidable panel is really impeding my view of the map. I know the left panel can be hidden, but I use that one to read the comments when I’m stuck. Being able to hide the right one too would be great.
(Sorry y’all. No idea where else to comment this.)
How do you automate it with tampermonkey? I’ve identified the string that needs to be deleted, but I have no idea how to make tampermonkey automatically delete it
Wait wait wait
If Raiden and Yoimyoim are on the same half… that means there’s a genuinely good chance Chevy and Sara will be on the same banner
Electro enjoyers rejoice!
14 responses to “New in 4.3”
Will we be able to reach Lv50 in Lucine’s fountain?
sadly no, it only goes up when we have a map expansion. so 4.4 it should go to lvl 50
But shouldn’t 4.4 be a Liyue expansion not Fontaine? Since it’s Lantern Rite
I could see it being locked till 4.6…
Will the right panel on the map ever be hidable? I have the map up on my 2nd monitor, which is vertical, while I play the game on my first monitor. Having a 2nd unhidable panel is really impeding my view of the map. I know the left panel can be hidden, but I use that one to read the comments when I’m stuck. Being able to hide the right one too would be great.
(Sorry y’all. No idea where else to comment this.)
You can remove it with inspect element, but you have to do it again every time you refresh the page. Still worth it to me, I just always leave it open
what map are you using? you can do this with a small tampermonkey script.
How do you automate it with tampermonkey? I’ve identified the string that needs to be deleted, but I have no idea how to make tampermonkey automatically delete it
suppose it’s https://genshin-impact-map.appsample.com/ …
i dont know if it’s OK to post js code here….
function myLoop() {
setTimeout(function() {
var right_side_bar=document.querySelector(‘#__next > div > div.MapLayout_Rightbar’)
var left_side_bar=document.querySelector(‘#__next > div > div.MapLayout_Sidebar’)
if(right_side_bar!=null && left_side_bar !=null) {
right_side_bar.hidden=true;
left_side_bar.style.top=’67%’;
}
else{
myLoop();
}
console.log(“123”);
}, 3000)
}
myLoop();
OK, ive put the script on gist. see “link” below
gist.github.com/zjxian/46f2aca694f4007370b598db7d81cd1d
Got it working, thank you so much! I really appreciate it
Another TCG version
Wait wait wait
If Raiden and Yoimyoim are on the same half… that means there’s a genuinely good chance Chevy and Sara will be on the same banner
Electro enjoyers rejoice!
(might go for Raiden’s C1)
And now I wait to be disappointed when the 4*s leak…
Ya sabía que se venía la actualización de la beta, así que me uno para ver la 4.2 y justo enganche la 4.3. XD