babble
babble copied to clipboard
Support Input Boxes on More Websites
After a bit of REing, we can get input into the twitter text box with the following code (chrome only)
document.querySelector('[role=textbox]').dispatchEvent(new InputEvent('textInput', { data: "test", bubbles: true}))