babble icon indicating copy to clipboard operation
babble copied to clipboard

Support Input Boxes on More Websites

Open kkuehlz opened this issue 5 years ago • 1 comments

kkuehlz avatar Aug 21 '19 23:08 kkuehlz

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}))

kkuehlz avatar Sep 08 '19 00:09 kkuehlz