Тёмный

Automated Form Fills with Tampermonkey 

Lawrence He
Подписаться 143
Просмотров 26 тыс.
50% 1

Automated Form Fills with Tampermonkey
Tampermonkey is a free browser extension and the most popular userscript manager.
Learn how to use Tampermonkey in your daily tasks: form fills. Many of us have administrative jobs that could be made more efficient with Automation. This guide helps you automatically fill out certain parts of the form. There's also a short practical lesson on Javascript event listeners that help with this. This allows you to automatically click one button if another button is clicked.
Just to sell you on the idea: imagine going to work and having to fill out the same form day after day. Its so manual. So much routine work. Now imagine having those tasks reduced to zero. How much extra free time will you get?
Lastly, in case people don't understand how Tampermonkey works. It works client-side, not server side. So you're not actually affecting the website itself, but the way your computer reads the website
You can get the Tampermonkey extension at: www.tampermonkey.net
Or, look up what others are up to with this extension on Reddit: / greasemonkey
(its Greasemonkey because the Tampermonkey subreddit is too small)

Опубликовано:

 

9 июн 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@punnarajeev867
@punnarajeev867 3 года назад
data.txt file located local system when ever code runs it should take thouse required form data will takes from it
@cgsather3309
@cgsather3309 3 года назад
I'm writing a website autofill script in Tamper monkey, but when I run it on the website through TM I get null value, Running the exact same lines in the Chrome Developer tools console works perfectly everytime, why? I included the //require link to jquery in case it was missing, tried different syntaxes, nothing worked. Any ideas? thanks!
@LawrenceHe
@LawrenceHe 2 года назад
yeah sometimes the @match or @require sections in tamper monkey are really tricky, and sometimes Tampermonkey has a hard time loading jquery, it takes me quite a bit of research to troubleshoot. It might be that source you're loading jquery from could be outdated?
@krishnajayadevaddepalli6
@krishnajayadevaddepalli6 2 года назад
Hey Lawrence, I want to Hover on an ID and have a pop up message when I hover, is this possible by this process?
@LawrenceHe
@LawrenceHe 2 года назад
I'm not 100% sure, but I'm thinking you could add an object with your script, then set an event listener to activate your object on hover www.w3schools.com/jsref/dom_obj_frame.asp stackoverflow.com/questions/8318591/javascript-addeventlistener-using-to-create-a-mouseover-effect
@punnarajeev867
@punnarajeev867 3 года назад
Can you make that form data outside of the tampermonkey code means form data stored in externally file link data.txt when ever code runs its takes from in.. using getValue and setValue concepts.
@LawrenceHe
@LawrenceHe 3 года назад
I think you can, but you would need to find some way to tell tampermonkey to use it. It might be easier to do it by editing the browser console, and you might be able to automate that with automator or keyboard maestro if you're on mac
@punnarajeev867
@punnarajeev867 3 года назад
@@LawrenceHe thanks for the replay and one more doubt I want to run tampermonkey if specific key match. Like unique license. It's stored in my cloud someone having my tampermonkey code if it's match then only it's work to them.
@LawrenceHe
@LawrenceHe 3 года назад
@@punnarajeev867 hmmm the way I usually sync Tampermonkey, is I just export the tamper monkey script and import it on another computer. you can export your script to that other person and have them import it: www.tampermonkey.net/faq.php?ext=dhdg#Q106
@punnarajeev867
@punnarajeev867 3 года назад
@@LawrenceHe I want to provide security feature for that code it. If key match it will run the code else can't run the code. And code pass from @require url
@LawrenceHe
@LawrenceHe 3 года назад
@@punnarajeev867 sorry man, not sure if I know how to solve that
@samyyraw1375
@samyyraw1375 2 года назад
I need to fill a multiple pages formes on etsy listing but how can i do it their images and differnts variables ?? Help please
@LawrenceHe
@LawrenceHe 2 года назад
you might want to look into doing it with selenium (python)
@samyyraw1375
@samyyraw1375 2 года назад
@@LawrenceHe am not a Developer ! If their is any softwares suggestions that's gonna be really helpful 🙏🏻
@winstonjoel6458
@winstonjoel6458 Год назад
Is there a way where tamper monkey can capture my mouse moves and keyboard move for each form and replicate it? like a macros
@LawrenceHe
@LawrenceHe Год назад
if you're gonna do that just learn how to use selenium
@annacortes455
@annacortes455 11 месяцев назад
I don't understand what I am doing wrong, I tried it on my own with my own forms but it wont work. I even followed the video exactly and used the form you are using but it isn't working. Is there a way to take user input and and incorporate loops?
@LawrenceHe
@LawrenceHe 11 месяцев назад
search up console.log() javascript tutorial on youtube and see if tampermonkey/greasemonkey is actually able to manipulate your page
@welcominghd
@welcominghd 3 месяца назад
can you use it for exact path lol
@legitproe7865
@legitproe7865 2 года назад
bruh i jsut want autochat for a game ;-;
@ghs9327
@ghs9327 3 года назад
useless.add button, write onlick and do something
Далее
Making a Userscript - Setup and JavaScript Tutorial
10:39
Automate your job with Python
6:07
Просмотров 323 тыс.
Я Не Спал 100 Часов!
00:39
Просмотров 30 тыс.
5 JavaScript Concepts You HAVE TO KNOW
9:38
Просмотров 1,4 млн
Learn JAVASCRIPT in just 5 MINUTES (2020)
5:15
Просмотров 1,5 млн
Creating TamperMonkey Userscripts | Augmented Browsing
34:52
Web Scraping like a GOD with Javascript
8:17
Просмотров 40 тыс.
How to Install Tampermonkey + Timer Hooker script
6:53