Pohódnoćenja za Selectext: Copy Text from Videos
Selectext: Copy Text from Videos wot Selectext
9 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18251978, prije 2 godine
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 14014576, prije 2 godine
- Z 5 z 5 pohódnoćenywot Alex, prije 3 godine
- Z 5 z 5 pohódnoćenywot Sammie_7215, prije 3 godineSuper handy as a developer. (Copying code from tutorials) Great, and I have not run into any problems yet :D
- Z 5 z 5 pohódnoćenywot Atir, prije 3 godineIt'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
<
}
}Wotmołwa wuwiwarja
je so prije 3 godine napisałSorry about that, this has been fixed now.
Vinny from Selectext - Z 5 z 5 pohódnoćenywot Wužiwar Firefox 14182454, prije 4 godine
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15285165, prije 5 godina
- Z 5 z 5 pohódnoćenywot Anosema, prije 5 godinaReally 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