diff --git a/content_script.js b/content_script.js index b3b18f6..9237f7b 100644 --- a/content_script.js +++ b/content_script.js @@ -308,7 +308,7 @@ const continueToForm = { name: "continueToForm", match: node => node.classList.contains("verspaetung-bestaetigung"), execute: node => { - $$(node, 'button.fahrgastrechte-continue-button').dispatchEvent(_clickEv()).focus(); + $$(node, 'button.fahrgastrechte-continue-button').dispatchEvent(_clickEv()); return true; } }