Skip to content

Updated Greasemonkey script for Xing

Private

Xing has just updated it's image-thumbnails naming "algorithm" once again:

You'll now find thumbnails named /2f1127fe2.3144098_s2,2.jpg, so including another component like <comma><digit> added to the name. Thus the Greasemonkey script linked from my article Greasemonkey to enlarge Xing pictures needs to have it's main regex amended:

Change \_s(1|2|3)?\. to read \_s(1|2|3)?(,\d)?\. in three places in the script.

Or download an updated version here. I hope "louis" will update the version hosted at userscripts.org, too.

Updates

02.05.2008 As Xing adds multi-digit numbers to the thumbnails now (like /7553bd445.4550412_s2,10.jpg), you need to replace \d with \d+ in the above regex. The linked Greasemonkey script is updated.

16.11.2011 And again the URLs changed. This time appending a pattern like ,4.57x75.jpg. The linked script again was updated. If Scriptish and the auto-updating in Greasemonkey mature, I'll add auto-updating to the script file via the @updateURL parameter.

13.05.2012 The Xing layout is still changing as they Ajaxify the site more and more. Currently the Xing XE is probably the best working enhancement to see Xing pictures in a recognisable size.

Trackbacks

No Trackbacks

Comments

Display comments as Linear | Threaded

Bernd on :

Hey, kannst Du evtl auch ein Script schreiben, dass die Xing Profillinks anonymisiert? Ok, ich schaue auch gerne wer von wo aus auf mein Profil zugreift, aber das muss ja nicht heißen, dass man das machen muss. Die Links haben meist das Format xing.xom/Name/irgendeine_Id. Letzteres sollte durch entfernen das Problem lösen können.

Gruß Bernd

Daniel Lange on :

Wer da klickt weiß Xing durch die Session.

Die Dinge hinter dem Namen sind eine Kodierung welche Art Link Du geklickt hast.
Name/N7.* steht z.B. für "Besucher meines Profils", Name/N43.* für einen Klick innerhalb "Neues aus meinem Netzwerk". Interessanter ist Name/N1.1.2.*, N1 steht für "Suche" und "1" für "Vorname", "2" für Nachname usw. "12" bedeutet z.B. eine Suche über Inhalte im "Person sucht"-Feld.
Wonach der Aufrufende gesucht hat, wird "Premium-Mitgliedern" so dann angezeigt.
Wenn Du die URL-Elemente nach dem Namen löschst, sieht der Angeklickte nur noch, dass Du auf seiner Seite warst, aber nicht mehr woher Du gekommen bist.

Add Comment

Markdown format allowed
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Form options

Submitted comments will be subject to moderation before being displayed.