How to Write a JavaScript Auto-login Userscript (Easy)

2 years ago
25

How to write an automatic JavaScript autofill/login userscript for Blackboard. No more pressing login or hitting the return key ever again!
-
JavaScript Code:
document.getElementById("username").value = "[your-username]";
document.getElementById("password").value = "[your-password]";
document.getElementsByClassName("button button--primary button--sign-on")[0].click();
-
Video size at upload: 130.68 MB
-
Thank you for your time, hope you enjoyed!
If you have please give me a thumbs up or even subscribe if you wish. If you don't like this video for any reason, please leave a polite comment and you can help me improve! I will remove comments if they endanger the existence of my account. See you next time in my videos!
-
My Portal (All Links): https://www.bungystudios.com/links
Crypto Addresses: https://www.bungystudios.com/pay
-
[Credits]
-
bungystudios bungyarts bungyart creepercast888 creepercast jbnetworkcloud jbgaming autofill blackboard

Loading comments...