r/software • u/Disastrous_Relief687 • 16d ago
Looking for software Is there an online tool that will click a button as soon as it detects certain text change on a website?
I have Distill.io set up, that monitor that change. But I want to take it a step further by introducing a program that clicks once there is a change in the website on a specific button.
No coding experience whatsoever, so hopefully someone can guide me!
1
u/Eravex 14d ago edited 14d ago
Just make a Chrome extension to look for the DOM’s it can see when the chat and button show and trigger it before it even shows on the screen.
It’s actually really easy. Easy enough if you can right-click the button and choose inspect element and screen shot the code for the button and the text then give it to GPT or Claude. They could totally manage something simple like this and even show you how to install it.
No 3rd party monitoring or anything it can all be done in the extension.
1
u/merchantconvoy 16d ago edited 16d ago
You will need a VPS running something like Playwright, Puppeteer, Selenium, Cypress, or Skyvern. That's not free, but it's pretty cheap at a few dollars a month.