The Wayback Machine - https://web.archive.org/web/20210207194153/https://github.com/topics/edge-extension
Skip to content
#

edge-extension

Here are 150 public repositories matching this topic...

luckyrat
luckyrat commented Feb 4, 2021

This might increase the success rate of form submissions by triggering the submit event on the webpage.

const button = document.createElement('input');
button.type = 'submit';
form.append(button);
button.click();
button.remove();

This was described as a workaround for the challenges that led to the recent introduction of form.requestSubmit() but in our case we already fake a

Improve this page

Add a description, image, and links to the edge-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the edge-extension topic, visit your repo's landing page and select "manage topics."

Learn more