Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Control Z does not work to undo game moves.

  • 1 antwoord
  • 1 het hierdie probleem
  • 4 views
  • Laaste antwoord deur cor-el

more options

https://cardgames.io/spidersolitaire/ Control Z worked on another computer using a different browser, but it doesn't work here using Firefox on Linux Mint.

https://cardgames.io/spidersolitaire/ Control Z worked on another computer using a different browser, but it doesn't work here using Firefox on Linux Mint.

All Replies (1)

more options

I'm not seeing an access key bound to that button and there is also no JavaScript code that does an undo as far as I can tell, so I'm not sure how it would work with another browser.

This code will click the undo button:

document.querySelector("#undo > button").click();