Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

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

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Control Z does not work to undo game moves.

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 4 回表示
  • 最後の返信者: 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.

すべての返信 (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();