Record of some of the computer tech I deal with so that it's documented at least somewhere.

Friday 2 December 2011

Bookmarklet for Vworker

You need to be signed in and on your Profile page.

The press this and it gets your rank from the HTML and changes the location to your page in the ranking list with 50 entries per page.

javascript:{window.location = "https://www.vworker.com/RentACoder/DotNet/misc/AllWorkerCompleteList.aspx?intLastRecordOnPage=50&intFirstRecordOnPage=1&txtMaxNumberOfEntriesPerPage=50&intLastRecordInRecordset=43292&cmdGoToPage=" + Math.ceil((/#[0-9]+,[0-9]+/.exec(document.getElementById('TABLE1').innerHTML)[0].replace('#', '').replace(',', '') / 50)).toString() + "&lngMaxNumberOfEntriesPerPage=50"}

No comments: