How to insert text into a Discord search bar using JavaScript?
I’m trying to create a tampermonkey script that will simply take a predefined string and put it in discord search bar then triggers a search, the text gets inserted in the search bar but it’s not interactable and the search isn’t performed, the text is “overlayed” over the hint, I think that the bar dynamically changing size when being clicked is related but I’m not sure.
How to insert text into a Discord dynamically changing search bar using JavaScript?
I’m trying to create a tampermonkey script that will simply take a predefined string and put it in discord search bar then triggers a search, the text gets inserted in the search bar but it’s not interactable and the search isn’t performed, the text is “overlayed” over the hint, I think that the bar dynamically changing size when being clicked is related but I’m not sure.