Subpage under development, new version coming soon!
Asunto: oSokker
Thx it's working now, I mus have installed the wrong version :P
Enable income calculation for sold out stadium
Is it working upper function on your computers ? On my machine it displays only Zeros .
Is it working upper function on your computers ? On my machine it displays only Zeros .
i updated it from this link and the situation is the same
https://addons.mozilla.org/en-US/firefox/addon/osokker/
https://addons.mozilla.org/en-US/firefox/addon/osokker/
so install the local version as blue has said 50 times already. read. learn.
the one on mozilla site isnt updated - the one you posted.
fannnny has the correct link at top of this page
the one on mozilla site isnt updated - the one you posted.
fannnny has the correct link at top of this page
Can you please make a BMI code on playerpage?
I am realy to dunb to see it without that, and i am to lazy to caluclate :P
I am realy to dunb to see it without that, and i am to lazy to caluclate :P
While waiting till BZ do this in right way, this is shitty way to show BMI.
1. find and edit oSokker.js
2. find function os_init (it is first function in that file, You shouldn't have problems with finding it)
3. find block "if (strpos(doc.location, 'sokker.org/player.php?PID') !== false)"
4. at the end of this block (before proper '}' character) add following lines:
var temp = $('div.insideContainer.space2Top > div.content > p:first-child', doc)[0];
var h = parseFloat(/(\d{3})/.exec(temp.innerHTML)[1])/100.0;
var w = parseFloat(/(\d{2,3}\.\d+)/.exec(temp.innerHTML)[1]);
temp.innerHTML = temp.innerHTML.replace(/kg\s*/m, "kg, BMI: " + (w/(h*h)).toFixed(2) + "");
5. Refresh sokker webpage (F5) on Opera or do what you always do to reload osokker on FF.
(editado)
1. find and edit oSokker.js
2. find function os_init (it is first function in that file, You shouldn't have problems with finding it)
3. find block "if (strpos(doc.location, 'sokker.org/player.php?PID') !== false)"
4. at the end of this block (before proper '}' character) add following lines:
var temp = $('div.insideContainer.space2Top > div.content > p:first-child', doc)[0];
var h = parseFloat(/(\d{3})/.exec(temp.innerHTML)[1])/100.0;
var w = parseFloat(/(\d{2,3}\.\d+)/.exec(temp.innerHTML)[1]);
temp.innerHTML = temp.innerHTML.replace(/kg\s*/m, "kg, BMI: " + (w/(h*h)).toFixed(2) + "");
5. Refresh sokker webpage (F5) on Opera or do what you always do to reload osokker on FF.
(editado)
Download the latest LOCAL version and you'll have it ;-P
Can You put BMI value into "strong" tags like height and width?
Also, I don't know why, but it is not working for that fatman: http://online.sokker.org/player.php?PID=9434477.
EDIT: And other 100+ kg players?
(editado)
EDIT: And other 100+ kg players?
(editado)