Skip to content

A collection of small but handy code snippets for various programming tasks.

Notifications You must be signed in to change notification settings

Oszust-Industries/Useful-Code-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Useful Code Collection

A collection of small but handy code snippets for various programming tasks. You can explore, use, and modify these code snippets. Contributions and suggestions are welcome!

Last Updated: June 2, 2024

Developer: Oszust Industries
Follow @OszustOS on Twitter

Projects

Project List

Click Button on Website (JavaScript)

A script that clicks a button on a website if it's clickable waits one second before trying again.

How to Use:

  1. Open developer tools in your web browser (usually by pressing F12 or right-clicking on the page and selecting "Inspect").
  2. Navigate to the "Console" tab.
  3. Paste the code from Click button on website.js into the console and press Enter:
  4. Replace buttonSelector with the appropriate CSS selector for the button you want to click.



About

A collection of small but handy code snippets for various programming tasks.

Resources

Stars

Watchers

Forks