lionfaggot Posted July 25, 2019 Posted July 25, 2019 tampermonkey is a browser addon which evals javascript into webpages by match. recently i had run into a problem where .value could not set a form, so i did something awesome. tampermonkey comes with GM funcs which are in browser functionalities normally not aavailable to js on a webpage. GM.setClipboard is insanely useful alongside autoit, heres the deal. this function sets the clipboard to the specified text. so what you do is have tampermonkey wait for a form on a webpage to exist, focus on the form, set the clipboard to fillme:texthere then you have an autoit script wait for the clipboard to contain wildcard "fillme:" remove fillme: from text then Send(text) this literally is a godsend because most forms require actual keyboard input and its a very easy way to haave an event based system that doesnt tangle up. if anyone would like examples hit me up
Moderators JLogan3o13 Posted July 25, 2019 Moderators Posted July 25, 2019 If you have examples why not just post them in the Examples forum? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
lionfaggot Posted July 25, 2019 Author Posted July 25, 2019 been a while since i been here everything changed, point me there good sir
Developers Jos Posted July 25, 2019 Developers Posted July 25, 2019 Point you where? The examples forum? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now