AutoClick - The Automatic Link Clicker
|
|
In my opinion for a very useful script which I am certainly in the need for and I think many others could make great use for. I am not sure if it would be better as a firefox extension or a script for the beloved greasemonkey, but I am not an expert here. The idea
So for instance, after you make a post on a forum you need to click continue on the confirmation message. If you do this a lot, you could right click the link and select AutoClick
I personally really want it for managing banning users on a phpbb forum where I am constantly clicking "back to ban control" after banning someone.
Just my idea...comments? |
|
|
Anyone? It really would be awesome. Like on natwest.com - everytime I go to it I click "log in", would be so nice not to have too... |
|
|
If you're looking for something simple like that, it might be easier to just write specific scripts yourself to do redirects and to tick boxes etc., eg. // @include http://www.natwest.com/
location.replace("http://www.natwest.com/redirects/onlinebanking/index.asp");
.. for the example you've indicated in your post. |
|
|
Thanks for that, I will give it a go :) All the same, if someone made this script, it would be one which is well used. |
|
|
I don't know quite how possible it would be to actually make this into a script, as I don't think javascript can add menu items. Sounds more like it should be a firefox extension. |
|
|
I don't think it will work good.. if you go on a forum verry often to one topic, than after a while you can't see the rest of the forum anymore!! gr. leroy |
|
|
No leroy, you could - unless you had specifically specified by a menu for that link to be clicked.
Also, you can always just right click the little greasemonkey icon and turn off autoclick for a bit. |
