Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
thanks. that works fine, ingooooooo! |
|
|
To make it work with the new image urls, replace line 37: var s = imgName.search(/\/img\/users\/.+\_s(1|2|3)?\.(jpg|gif|png)$/); by var s = imgName.search(/\/img\/users\/.+\_s(1|2|3)?(,(\d+))?\.(jpg|gif|png)$/); and line 47: newImg.src=this.src.replace(/\_s(1|2|3)?\./, "."); by newImg.src=this.src.replace(/\_s(1|2|3)?/, ""); |
|
|
xing changed some user image links. unfortunately these links dont work with this script... |
|
|
Updated the script with Nobbys suggestions. |
|
|
If you want to make the script work with every type of thumb on XING, replace "s2?" with "s(1|2|3)?" everywhere in the script. Perhaps Louis can update his script here. Regards, Norbert |
