Hi all, quick question.
I'm rather new to coding an such so I can't figure out on how I would go about making this plugin. I've googled till I had dead pixels on my screen, but to no avail - so I figured I'd ask it in a place where they'd probably know.
What I'm -trying- to make is a firefox plugin that automatically clicks a specific link when the browser is pointed to a specific page.
Example:
I'm on site.com/bunnies.php?name=randomstring&B=randomstring
On that page are 2 more links.
° Kick the bunny.
Code:
site.com/bunnies.php?name=randomstring&animal=&B=randomstring
° Leave the bunny alone.
The random strings gets changed every few minutes, so I would need to use a wildcard.. but I can't figure it out.
Is there any way to have the browser click links named "Kick the bunny" automatically?
Thanks in advance
note: the bunnies are just an example lol