Відгуки для Selectext: Copy Text from Videos
Selectext: Copy Text from Videos автор Selectext
9 відгуків
- Оцінка 5 з 5від Користувач Firefox 18251978, 2 роки тому
- Оцінка 5 з 5від Користувач Firefox 14014576, 2 роки тому
- Оцінка 5 з 5від Alex, 3 роки тому
- Оцінка 5 з 5від Sammie_7215, 3 роки томуSuper handy as a developer. (Copying code from tutorials) Great, and I have not run into any problems yet :D
- Оцінка 5 з 5від Atir, 3 роки томуIt'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
<
}
}Відповідь розробника
оприлюднено 3 роки томуSorry about that, this has been fixed now.
Vinny from Selectext - Оцінка 5 з 5від Користувач Firefox 14182454, 3 роки тому
- Оцінка 5 з 5від Користувач Firefox 15285165, 4 роки тому
- Оцінка 5 з 5від Anosema, 4 роки томуReally 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