Originally posted by Dr StrangeloveHeres a script for firefox that adds a "Add To Buddy List" link the player profile pages. The link is under the players name.
Any chance of a link somewhere, say on peoples' profile page so we just have to click and they're added to the list.
I think someone else asked about something similar recently.
I will extend this to work also for the ignore list.
http://www.omacmv.com/gmscripts/rhpaddbuddy.user.js
Please let me know if this works for you.
Originally posted by Wayne1324Yep thanks, it's working ok.
Heres a script for firefox that adds a "Add To Buddy List" link the player profile pages. The link is under the players name.
I will extend this to work also for the ignore list.
http://www.omacmv.com/gmscripts/rhpaddbuddy.user.js
Please let me know if this works for you.
Is there any way that you can make it automatically add the person...ie. if you are on their profile page, you just click the link and they are added without having to write their name in?
Thanks.
Originally posted by Dr StrangeloveThe script writes their name in for you. It does excactly what you would do. By that I mean it goes to the add buddy page, puts their name in and clicks the button.
Yep thanks, it's working ok.
Is there any way that you can make it automatically add the person...ie. if you are on their profile page, you just click the link and they are added without having to write their name in?
Thanks.
Bt, instantly clicking the link and adding them to the list cant be done with a script I dont think.
EDIT: Theres an update to it...
http://www.omacmv.com/gmscripts/rhpaddbuddy.user.js
I took out the reliance on cookies.
Originally posted by Wayne1324It's just taking me to the add buddy page - I still have to type in their names myself. Is that how it should be?
The script writes their name in for you. It does excactly what you would do. By that I mean it goes to the add buddy page, puts their name in and clicks the button.
Bt, instantly clicking the link and adding them to the list cant be done with a script I dont think.
EDIT: Theres an update to it...
http://www.omacmv.com/gmscripts/rhpaddbuddy.user.js
I took out the reliance on cookies.
Originally posted by Dr StrangeloveNo... it should put the name in and click the submit button by its self.
It's just taking me to the add buddy page - I still have to type in their names myself. Is that how it should be?
Click on Tools->Javascript Console, then try the "add buddy" link again. See if theres any errors.
Also, get the updated version... the first version used cookies. The updated version doesnt.
EDIT: You should clear the current errors first, there probably is quite a few of them. Not from my script, just errors in general.
Originally posted by Wayne1324Done what you said and now it's working ok.
Click on Tools->Javascript Console, then try the "add buddy" link again. See if theres any errors.
Also, get the updated version... the first version used cookies. The updated version doesnt.
EDIT: You should clear the current errors first, there probably is quite a few of them. Not from my script, just errors in general.
in fact perfect.
Thanks.
Originally posted by Dr Strangelovehttp://www.omacmv.com/gmscripts/rhpaddbuddy.user.js
Any chance of a link somewhere, say on peoples' profile page so we just have to click and they're added to the list.
I think someone else asked about something similar recently.
I have added support for the ignore list.
The "Add To Ignore List" link is right below the add to buddy list.
Once again, let me know if this works for you.
Thanks!
Originally posted by Wayne1324Error: invalid property id
http://www.omacmv.com/gmscripts/rhpaddbuddy.user.js
I have added support for the ignore list.
The "Add To Ignore List" link is right below the add to buddy list.
Once again, let me know if this works for you.
Thanks!
Source File: rhpaddbuddy.user.js
Line: 396
Source Code:
396
Originally posted by XanthosNZHmmm... It passed all of its tests.
Error: invalid property id
Source File: rhpaddbuddy.user.js
Line: 396
Source Code:
396
I'm not sure what that is... there is no line 396.
What page are you on when you see that... Profile, addbuddy, or addignore?
When does it say it, when the page loads or when you click one of its links?
Originally posted by Wayne1324It comes up in the Javascript Console when I open a profile with the script enabled. Nothing about the page changes (I don't get the links I should get).
Hmmm... It passed all of its tests.
I'm not sure what that is... there is no line 396.
What page are you on when you see that... Profile, addbuddy, or addignore?
When does it say it, when the page loads or when you click one of its links?
EDIT: All fixed now. Uninstalling all extensions and reinstalling worked.