Jump to content

using tampermonkey with autoit


Recommended Posts

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...