Ahahahahaha this is funny, one way that GPT can halucinate: "To bring up the NVDA menu, you can use JavaScript to trigger it. Here's a code snippet that demonstrates how to do this:" ```// Get a reference to the NVDA controller element
const nvdaController = document.querySelector('#nvda-controller');
function openNVDAContextMenu() {
const event = new MouseEvent('click', {
bubbles: true,
cancelable: true,
view: window,
});
nvdaController.dispatchEvent(event);
}``` yeah right!
Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Tamas G (tamasg@mindly.social)'s status on Tuesday, 31-Oct-2023 04:33:38 JSTTamas G