Critiques pour Selectext: Copy Text from Videos
Selectext: Copy Text from Videos par Selectext
11 notes
- Noté 5 sur 5par 退出党团队远离中共邪教, il y a 25 jours
- Noté 5 sur 5par 敬念法轮大法好远离瘟疫, il y a 2 mois
- Noté 5 sur 5par Utilisateur ou utilisatrice 18251978 de Firefox, il y a un an
- Noté 5 sur 5par Utilisateur ou utilisatrice 14014576 de Firefox, il y a 2 ans
- Noté 5 sur 5par Alex, il y a 2 ans
- Noté 5 sur 5par Sammie_7215, il y a 3 ansSuper handy as a developer. (Copying code from tutorials) Great, and I have not run into any problems yet :D
- Noté 5 sur 5par Atir, il y a 3 ansIt's not working, I tried to copy but it's shown like this. It was working good before
public class Arrays {
Run | Debug
public static void
main
(
String
args
[
]
)
{
int
[
]
marks
=
new
int
[
3
]
;
marks
[
0
]
=
97
;
//
phy
marks
[
1
]
=
98
;
//
chem
marks
[
2
]
=
95
;
//
eng
//
System.out.println
(
marks
[
0
]
)
;
//
System.out.println
(
marks
[
1
]
)
;
//
System.out.println
(
marks
[
2
]
)
;
for
(
int
i
=
0
;
i
<
}
}Réponse du développeur
mis en ligne : il y a 3 ansSorry about that, this has been fixed now.
Vinny from Selectext - Noté 5 sur 5par Utilisateur ou utilisatrice 14182454 de Firefox, il y a 3 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 15285165 de Firefox, il y a 4 ans
- Noté 5 sur 5par Anosema, il y a 4 ansReally nice, works all the time but something can be annoying:
If the text is under the youtube's navigation bar, selectionning it can be a bit hard