Scoreboard |
ITB
02:00
DASH
0
ITB
00:02
TSM
0
MOUZ NXT
02:01
TSM
0
ITB
02:00
ALTERNATE
0
Falcons
02:00
Virtus.pro
1
FaZe
02:00
OG
0
Verdant
00:02
Anonymo
0
BIG
01:02
Virtus.pro
0
Falcons
02:01
Complexity
0
Revenant
00:02
ECSTATIC
0
OG
02:01
AMKAL
0
BIG
02:01
GamerLegion
0
Cloud9
00:02
paiN
1
Verdant
01:02
Revenant
0
Verdant
01:02
Sampi
0
Falcons
02:00
M80
0
Complexity
02:00
Metizport
0
Revenant
01:02
Alliance
0
Forum |
Forum |
AntiSpoiler - Vakarm - 17 messages, 4853 vues
Réponse #11 |
|
|
Par mahboul - 21/01/2018 18:15:57 |
j'ai une erreur https://i.gyazo.com/9001397895df43b0aeaf7cda1d74ec50.png ou alors j'ai mal compris le truc, :D help tiens c'est expliqué ici https://greasyfork.org/fr/help/installing-user-scripts |
Réponse #12 |
|
|
Par PiLs - 21/01/2018 18:36:53 |
Je me suis permis de modifier le script pour ne pas masquer les matches 'Live !' C'est sans doute améliorable, mais ça fonctionne. Si ToToSe veux bien update le sien avec :D En attendant, voici le code à ajouter en fin de script: // Ne pas masquer les matchs en 'Live !' $('.score').each(function() { if ($(this).find('span.live').length) { $(this).css({ height: '25px'}); } }); $('.scoreboard_matchs').mouseenter(function() { $('.score').each(function() { if ($(this).find('span.live').length) { $(this).css({ height: '1px', overflow: 'visible' }); } }); }).mouseleave(function() { $('.score').each(function() { if ($(this).find('span.live').length) { $(this).css({ height: '1px', overflow: 'visible' }); } }); }); Exemple: http://recordit.co/0VQAVrQijI |
Réponse #13 |
|
|
Par Syl22 - 21/01/2018 19:46:08 |
Sympa ça ! Merci |
Réponse #14 |
|
|
Par dinng - 21/01/2018 22:10:31 |
Réponse #15 |
|
|
Par mahboul - 21/01/2018 22:20:15 |
Réponse #16 |
|
|
Par TheSupervisor - 22/01/2018 15:36:23 |
Au top ça, merci pour le script et la modif "LIVE" les gars ! :D |
Réponse #17 |
|
|
Par mahboul - 04/02/2018 10:42:45 |
Réponse #18 |
|
|
Par dinng - 04/02/2018 14:27:53 |