How can I use Greasemonkey user script automatically enter the Youtube Url into the input and submit
analize my script and you will learn how to do that https://greasyfork.org/en/scripts/407727-search-for-live-actions-doramas-all-related-entries-correct-watch-order-copy-entry-title
How can I use Greasemonkey user script automatically enter the Youtube Url into the input and submit
I try to let the input place automatically entered the Youtube Url and submit the button on this page: https://dualsub-exporter.netlify.com
The trick is to pass the parameter of the Url
https://dualsub-exporter.netlify.com/?https://www.youtube.com/watch?v=5HhB4oMgS7E
The script I use does not work:
It has to click the input place first and enter something, then to cick the button. My script could fill the Url into the input place, but it seems that the button could not response to the click event.
Someone tells me that
How could I handle with this special form? THX!