Tampermonkey Automation Script Needed

Замовник: AI | Опубліковано: 29.03.2026

I need a concise Tampermonkey userscript that automates several repetitive actions on a single website I work with every day. The script’s core jobs are: • Collect specific data points from the page and export them in a structured JSON or CSV format. • Trigger a series of button-click events that normally require manual interaction. • Open the site’s date-and-time picker, select the required values, and confirm them automatically. Everything happens on just one URL, so you can hard-code selectors without worrying about multiple layouts. I will provide the live page, test credentials, and an example of the data I expect once we start. Your script should be clean ES6 JavaScript, wrapped in the standard Tampermonkey header with @match for the target domain, and include brief inline comments so I can tweak selectors later if the site changes. Acceptance criteria 1. After installing the userscript and visiting the page, all three tasks above complete with a single page load or defined hotkey. 2. No console errors, and the page’s native functionality must remain unaffected. 3. Code is delivered as a .user.js file plus a short README explaining any external libraries (vanilla JS preferred). If you’ve built similar browser automations before, I’d love to see an example.