New in 4.3

14 responses to “New in 4.3”

  1. 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.)

      
    Expand
    Votes0
    Votes0
    Votes0
    Votes0
    Votes0
    • 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

      Expand
      Votes0
      Votes0
      Votes0
      Votes0
      Votes0
      • 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

        Expand
        Votes0
        Votes0
        Votes0
        Votes0
        Votes0
        • 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();

          Votes1
          Expand
          Votes0
          Votes0
          Votes0
          Votes0
  2. 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)

      
    Expand
    Votes0
    Votes0
    Votes0
    Votes0
    Votes0
  3. 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

    Expand
    Votes0
    Votes0
    Votes0
    Votes0
    Votes0

Leave a Reply

Your email address will not be published. Required fields are marked *

TopButton