Subpage under development, new version coming soon!
Subject: SkUnk - dodatek do sokkera
Pobralem, zainstalowalem i powiem jedno - swietna robota!
Nowa wersja - 2020.4
Nie chce mi się spalszczać wprowadzonych zmian więc musicie sobie poradzić z wersja angielską. W każdym razie jest sporo zmian związanych z transferami i juniorami, jest estymowanie talentu juniorów, jest możliwość kopiowania taktyk z wiadomości z postów czy maili i inne pomniejsze dupersztyki. Odwiedzanie SkUnkowych opcji powinno też być łątwiejsze bo zatroszczyłem się o to żeby się pojawiał na pasku narzędzi w przeglądarce i stamtąd mżna wybrać przejścei do opcji SkUnka, a w przyszłości może coś tam jeszcze dodam.
Aha, @D@ni, jest też feature na który czekałeś z 5 lat, tylko chyba trzeba go włączyć :P
Stworzyłem także forum SkUnka, żeby tam zgłaszać bugi, proponować zmiany i nowe funkcjonalności.
VERSION 2020.4
FIXES
> Removing saved transfer search from transfers results page now keeps
the user on the page (was redirecting to transfers page earlier)
> Fixed problem with removing saved ticket schemes on Firefox
> Fixed problem with removing saved transfer searches on Firefox
> Changed alert and confirm dialogs originating from SkUnk
to adequate dialogs but made using sweetalert.js
> Fixed bug on stadium page with not calculating ticket prices when all
currently build standings are of unique type (e.g. Stadium has 2x Benches,
2x Seats and all other 4 standings in construction are Seats under roof)
> Filtering transfer search results is now not available
on trainer search results page (wasn't working there, anyway)
> I think I have fixed some issues with sum-skill and generally the problems
related to skill values and PLUS (but maybe it was problem which I created
during development)
> Resolved problems with showing future matches on new layout and generally
rewritten the code responsible for showing matches on team page
> [New layout] Fixed sorting juniors when there are junior graphs opened
> Multiple minor fixes:
- [Old layout] transfer reminder icon on old layout now have address
compatible with used URI scheme (whichever it is, http or https)
- juniors page does not raise exception when there is no juniors
- bug with team page functionalities not loading if user is a bot
- duplicated file defaults.js inside extension was removed (another one
was js/defaults.js)
- fixed problem with SkUnk statistics calculation at Sunday after first round
when table is still not updated
- [Old layout] fixed calculation of number spectators for SkUnk statistics
on old layout on users match
- maybe more which I forgot to note
CHANGES
> Probably not many of You were aware of that but BBCode editor on forum
on new layout lets You use [tid=] tag which may be used to add link
to the team with given id. But there is no dedicated button for it like
it is for [pid=] for example and SkUnk had functionality adding that button.
It was removed because it stopped working some time ago and I came
to conclusion that changing it to working again would be too time-consuming
and probably no one even know about it and even if they do it would be used
uber-rarely at best so that's why I removed it from the code.
> Changed order of displaying Saved searches and Search filters on transfers
search results page (I was annoyed that on transfers page the saved searches
are on the left and after executing search the go to the right)
> Updated sprintf.js lib to its newest version 1.1.2
> Due to adding functionality of calculation of coaches sum-skill the option
for including stamina in sum-skill was removed and it is always included
(handling it was removed from SkUnk but the option itself is still available
in SkUnk options but cannot be switched)
> SkUnk statistics didn't work for junior leagues and friendly leagues
so now the button shouldn't display on their pages, in fact it should not be
displayed on any league page where search team form is shown (not sure if it
is good way, but this is how I determinate whether button for SkUnk stats
should be shown)
> Player price estimation +/- value does not apply to player age now
NEW FEATURES
> [Edge] Not exactly new feature because nothing was added but the Chrome
version of extension works for Microsoft Edge version 77+ (it probably always
worked on these versions so I am just informing)
Install it with steps:
1. download zip,
2. unzip contents to some directory,
3. open Edge extensions page,
4. switch on 'developer mode',
5. click 'load unpacked'
6. and point the directory You unzipped SkUnk contents to)
Update it with steps:
1. download zip with newer version,
2. unzip contents to directory where You have SkUnk,
3. open Edge extensions page,
4. and click Reload in SkUnk section
So almost exactly like in Google Chrome on Windows
> 'superdivine' was added to sets of skill values on transfers page
> Graying out skill options out of range on transfers page e.g. if someone
chooses min. stamina = good then options below good in select max. stamina
should be grayed out
> Ability to switch between transfer list and transfer advertisements
on transfer results page (the same search will be opened, but with
other transfer type)
> Functionality of calculation of coaches sum-skill (works basing on the same
SkUnk option as it does for players)
> Possibility to sort countries on World page (all columns except flag on
old layout and the first column only on new layout because the rest
has built-in sokker sorting), it is not saved in browser session like other
SkUnk sortings so everytime You enter World page the sorting will be
resetted to normal one
> 'New topic' and 'Mark read' buttons on forum are now also on header
not only on "footer" (I was always annoyed that I have to scroll down
to mark topics as read)
> Added SkUnk icon on browser toolbar with an option to open SkUnk options page
(this 'Options' entry is localized, means it should be translated, but I used
Google Translate to achieve it so it may not be properly translated
and not every language is supported in Chrome/Firefox extension API)
> Added possibility to showing weekday next to match date on player statistics
page (this is option disabled by default and needs to be enabled first if
someone wants to use it).
Similar functionality existed in oSokker, but it was showing icon there
and icon was related to match type (cup/official/maybe friendly)
but the match type is impossible to recognize so it was bound to weekday,
hence it could sometimes show false information like calling Wednesday
arcade a cup match so I decided to just show weekday instead because it will
show the truth and user who is browsing that data can also use a weekday name
as a reference to whatever he is checking there.
> Added possibility to copy tactic from various sokker messages (forum posts
and sokker mails for now, but maybe it is possible to display tactics
in other places also so I could add them in the future). If option
is activated then under forum posts and sokker mail messages button should be
displayed with label 'Copy tactic' (if not translated) and if message
contains tactic or tactics then after clicking on that button a popup should
be shown and it should contain a couple of variables to fill: which tactic
to copy (if more than one is present in message), name of new tactic
and target where tactic should be copied (team or national are the only
options there). After accepting, given tactic should be copied with given
name to the given target. I tested it on my team and it worked, but I have
never tested it on national team so consider that part as experimental.
And be cautious, even when copying to the team. I tested it very briefly
and perhaps it didn't take into consideration some things which could
cause havoc in your tactics sets (should be fairly safe, though).
> [New layout] Bottom and top menus were slightly broadened (since I have PLUS
I noticed that menu takes like two lines instead of single line as it is
meant to and this is probably due to SkUnk functionality of additional links
so I gave it more space in breadth).
> [oSokker] Added functionality of estimating talent, current level
and final level of juniors. Feature known from oSokker, it works slightly
different in SkUnk. The mentioned parameters which are going to be estimated
are estimated in the same way with the same assumptions and probably with
the same potential errors (except that if slope from linear regression
was negative then oSokker treated it like 0 and SkUnk assumes in such case
that junior talent = 100). The differences are in displaying all this. There
is single button for estimate data of all juniors and no buttons for single
junior, talent is shown in the column right after skill value column
(in oSokker it was the same from what I remember) and estimated skill levels
are added to skill value cell in format
"current-level (weeks-passed) > estimated-final-level"
> Added functionality of showing junior exit week. Functionality is optional
and was added as a part of junior exit age estimation functionality.
DOWNLOAD SKUNK FOR:
* Firefox (.xpi file)
* Google Chrome on Windows (.zip file)
* Google Chrome on Linux/MacOS (.crx file)
* Opera (.crx file)
* Vivaldi (.zip file)
* Edge (.zip file)
Nie chce mi się spalszczać wprowadzonych zmian więc musicie sobie poradzić z wersja angielską. W każdym razie jest sporo zmian związanych z transferami i juniorami, jest estymowanie talentu juniorów, jest możliwość kopiowania taktyk z wiadomości z postów czy maili i inne pomniejsze dupersztyki. Odwiedzanie SkUnkowych opcji powinno też być łątwiejsze bo zatroszczyłem się o to żeby się pojawiał na pasku narzędzi w przeglądarce i stamtąd mżna wybrać przejścei do opcji SkUnka, a w przyszłości może coś tam jeszcze dodam.
Aha, @D@ni, jest też feature na który czekałeś z 5 lat, tylko chyba trzeba go włączyć :P
Stworzyłem także forum SkUnka, żeby tam zgłaszać bugi, proponować zmiany i nowe funkcjonalności.
VERSION 2020.4
FIXES
> Removing saved transfer search from transfers results page now keeps
the user on the page (was redirecting to transfers page earlier)
> Fixed problem with removing saved ticket schemes on Firefox
> Fixed problem with removing saved transfer searches on Firefox
> Changed alert and confirm dialogs originating from SkUnk
to adequate dialogs but made using sweetalert.js
> Fixed bug on stadium page with not calculating ticket prices when all
currently build standings are of unique type (e.g. Stadium has 2x Benches,
2x Seats and all other 4 standings in construction are Seats under roof)
> Filtering transfer search results is now not available
on trainer search results page (wasn't working there, anyway)
> I think I have fixed some issues with sum-skill and generally the problems
related to skill values and PLUS (but maybe it was problem which I created
during development)
> Resolved problems with showing future matches on new layout and generally
rewritten the code responsible for showing matches on team page
> [New layout] Fixed sorting juniors when there are junior graphs opened
> Multiple minor fixes:
- [Old layout] transfer reminder icon on old layout now have address
compatible with used URI scheme (whichever it is, http or https)
- juniors page does not raise exception when there is no juniors
- bug with team page functionalities not loading if user is a bot
- duplicated file defaults.js inside extension was removed (another one
was js/defaults.js)
- fixed problem with SkUnk statistics calculation at Sunday after first round
when table is still not updated
- [Old layout] fixed calculation of number spectators for SkUnk statistics
on old layout on users match
- maybe more which I forgot to note
CHANGES
> Probably not many of You were aware of that but BBCode editor on forum
on new layout lets You use [tid=] tag which may be used to add link
to the team with given id. But there is no dedicated button for it like
it is for [pid=] for example and SkUnk had functionality adding that button.
It was removed because it stopped working some time ago and I came
to conclusion that changing it to working again would be too time-consuming
and probably no one even know about it and even if they do it would be used
uber-rarely at best so that's why I removed it from the code.
> Changed order of displaying Saved searches and Search filters on transfers
search results page (I was annoyed that on transfers page the saved searches
are on the left and after executing search the go to the right)
> Updated sprintf.js lib to its newest version 1.1.2
> Due to adding functionality of calculation of coaches sum-skill the option
for including stamina in sum-skill was removed and it is always included
(handling it was removed from SkUnk but the option itself is still available
in SkUnk options but cannot be switched)
> SkUnk statistics didn't work for junior leagues and friendly leagues
so now the button shouldn't display on their pages, in fact it should not be
displayed on any league page where search team form is shown (not sure if it
is good way, but this is how I determinate whether button for SkUnk stats
should be shown)
> Player price estimation +/- value does not apply to player age now
NEW FEATURES
> [Edge] Not exactly new feature because nothing was added but the Chrome
version of extension works for Microsoft Edge version 77+ (it probably always
worked on these versions so I am just informing)
Install it with steps:
1. download zip,
2. unzip contents to some directory,
3. open Edge extensions page,
4. switch on 'developer mode',
5. click 'load unpacked'
6. and point the directory You unzipped SkUnk contents to)
Update it with steps:
1. download zip with newer version,
2. unzip contents to directory where You have SkUnk,
3. open Edge extensions page,
4. and click Reload in SkUnk section
So almost exactly like in Google Chrome on Windows
> 'superdivine' was added to sets of skill values on transfers page
> Graying out skill options out of range on transfers page e.g. if someone
chooses min. stamina = good then options below good in select max. stamina
should be grayed out
> Ability to switch between transfer list and transfer advertisements
on transfer results page (the same search will be opened, but with
other transfer type)
> Functionality of calculation of coaches sum-skill (works basing on the same
SkUnk option as it does for players)
> Possibility to sort countries on World page (all columns except flag on
old layout and the first column only on new layout because the rest
has built-in sokker sorting), it is not saved in browser session like other
SkUnk sortings so everytime You enter World page the sorting will be
resetted to normal one
> 'New topic' and 'Mark read' buttons on forum are now also on header
not only on "footer" (I was always annoyed that I have to scroll down
to mark topics as read)
> Added SkUnk icon on browser toolbar with an option to open SkUnk options page
(this 'Options' entry is localized, means it should be translated, but I used
Google Translate to achieve it so it may not be properly translated
and not every language is supported in Chrome/Firefox extension API)
> Added possibility to showing weekday next to match date on player statistics
page (this is option disabled by default and needs to be enabled first if
someone wants to use it).
Similar functionality existed in oSokker, but it was showing icon there
and icon was related to match type (cup/official/maybe friendly)
but the match type is impossible to recognize so it was bound to weekday,
hence it could sometimes show false information like calling Wednesday
arcade a cup match so I decided to just show weekday instead because it will
show the truth and user who is browsing that data can also use a weekday name
as a reference to whatever he is checking there.
> Added possibility to copy tactic from various sokker messages (forum posts
and sokker mails for now, but maybe it is possible to display tactics
in other places also so I could add them in the future). If option
is activated then under forum posts and sokker mail messages button should be
displayed with label 'Copy tactic' (if not translated) and if message
contains tactic or tactics then after clicking on that button a popup should
be shown and it should contain a couple of variables to fill: which tactic
to copy (if more than one is present in message), name of new tactic
and target where tactic should be copied (team or national are the only
options there). After accepting, given tactic should be copied with given
name to the given target. I tested it on my team and it worked, but I have
never tested it on national team so consider that part as experimental.
And be cautious, even when copying to the team. I tested it very briefly
and perhaps it didn't take into consideration some things which could
cause havoc in your tactics sets (should be fairly safe, though).
> [New layout] Bottom and top menus were slightly broadened (since I have PLUS
I noticed that menu takes like two lines instead of single line as it is
meant to and this is probably due to SkUnk functionality of additional links
so I gave it more space in breadth).
> [oSokker] Added functionality of estimating talent, current level
and final level of juniors. Feature known from oSokker, it works slightly
different in SkUnk. The mentioned parameters which are going to be estimated
are estimated in the same way with the same assumptions and probably with
the same potential errors (except that if slope from linear regression
was negative then oSokker treated it like 0 and SkUnk assumes in such case
that junior talent = 100). The differences are in displaying all this. There
is single button for estimate data of all juniors and no buttons for single
junior, talent is shown in the column right after skill value column
(in oSokker it was the same from what I remember) and estimated skill levels
are added to skill value cell in format
"current-level (weeks-passed) > estimated-final-level"
> Added functionality of showing junior exit week. Functionality is optional
and was added as a part of junior exit age estimation functionality.
DOWNLOAD SKUNK FOR:
* Firefox (.xpi file)
* Google Chrome on Windows (.zip file)
* Google Chrome on Linux/MacOS (.crx file)
* Opera (.crx file)
* Vivaldi (.zip file)
* Edge (.zip file)
wersja 2020.5 zawierająca prawie nic, ale na sokkerze cos pozmieniali że kopiowanie taktyk przestało działać, więc to poprawiłem na szybko
https://sokker.org/forum_topic/ID_forum/63431/ID_topic/3450933/pg/0#new
https://sokker.org/forum_topic/ID_forum/63431/ID_topic/3450933/pg/0#new
brokus to
kryminator
Super robota, dziękuję w imieniu całego narodu serbskiego :p
https://i.postimg.cc/qRz2FwQF/Sk-Unk-b-d.png
co zrobić jak mi nagle zaczął SkUnk tak rozjeżdżać widok grajka? zarówno swojego, jak i obcego (nie na OT, czyli brak skilli)
co zrobić jak mi nagle zaczął SkUnk tak rozjeżdżać widok grajka? zarówno swojego, jak i obcego (nie na OT, czyli brak skilli)
Korzystasz z najgorszej mozliwej przegladarki (srom) to sie nie dziw. :)
czyli to jednak Skunk... a wmawiali mi, ze to moje adminowskie guziczki, ktorych nie ma :P
@tetryk ja mam firefox :)
(edited)
@tetryk ja mam firefox :)
(edited)
ale mam dodatek, który usypia karty jakie mam otwarte, więc nie zabija mi procka i RAMu.. :D
konkretnie to bruździ ta opcja:
Pokazywać dodatkowy pasek z różnymi funkcjami na stronie zawodnika?
która jest dla mnie najważniejsza. i to jest tak, że nic nie robiłem i nagle przestało działać. już kiedyś tak miałem to chyba przeinstalowałem SkUnka... ;]
Pokazywać dodatkowy pasek z różnymi funkcjami na stronie zawodnika?
która jest dla mnie najważniejsza. i to jest tak, że nic nie robiłem i nagle przestało działać. już kiedyś tak miałem to chyba przeinstalowałem SkUnka... ;]
kryminator to
Lipa91
nie wiem, najlepiej znaleźć przyczynę tego i poprawić w SkUnku, ale to pewnie łatwe nie będzie
co to za przeglądarka? chrome?
sprawdzałes na jakimś graczy bez skoków/spadków (czy obcy zawsze są bez skoków spadków)?
robiłeś jakiś update przeglądarki ostatnio, albo coś co mogło mieć wpływ na tę sytuację?
co to za przeglądarka? chrome?
sprawdzałes na jakimś graczy bez skoków/spadków (czy obcy zawsze są bez skoków spadków)?
robiłeś jakiś update przeglądarki ostatnio, albo coś co mogło mieć wpływ na tę sytuację?
kryminator to
brokus
takie problemy już były ze SkUnkiem i nawet chyba nie tylko na Chrome, ale ja ich nigdy nei miałem, więc trudno mi ogarnąć i poprawić realną przyczynę tego
kryminator to
Lipa91
spróbuj jeszcze z właczona opcją ukrywania facebookowego gówna w skunku
kryminator to
Lipa91
btw. zgłoś ładnie buga tutaj:
https://sokker.org/forum/ID_forum/63431
i ewentualną dyskusję dotyczącą tylko tego tam przenieśmy
https://sokker.org/forum/ID_forum/63431
i ewentualną dyskusję dotyczącą tylko tego tam przenieśmy
Lipa91 to
kryminator
no i znalazłeś kolejny bug. mam zaznaczone. odznaczenie i zaznaczenie nic nie zmienia.
btw. zainstalowały mi się aktualizacje Chrome'a ale muszę zrestartować przeglądarkę. może to to. Jak zamknę trochę okien to spróbuję :)
btw. zainstalowały mi się aktualizacje Chrome'a ale muszę zrestartować przeglądarkę. może to to. Jak zamknę trochę okien to spróbuję :)
kryminator to
Lipa91
tak jak pisałem kiedyś już takie coś naprawiałem
VERSION 2018.2
FIXES
...
> Fixed bug causing displaying big empty space instead of player profile
on player page. It looked like this: https://imgur.com/a/EU4Kl
szkoda tylk oże nei wpisałem tam skąd się wzięło to puste miejsce \:
(edited)
VERSION 2018.2
FIXES
...
> Fixed bug causing displaying big empty space instead of player profile
on player page. It looked like this: https://imgur.com/a/EU4Kl
szkoda tylk oże nei wpisałem tam skąd się wzięło to puste miejsce \:
(edited)