14 Must Know Chrome Dev Tools Tricks - #JavaScript30 9/30

14 Must Know Chrome Dev Tools Tricks - #JavaScript30 9/30

Wes Bos

7 лет назад

140,606 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@maxstrootmann
@maxstrootmann - 19.11.2023 11:29

The grouping one is really slick😎

Ответить
@LazyBearHQ
@LazyBearHQ - 02.10.2023 08:32

Thanks man, 2023 and still useful

Ответить
@gastonbuesas2081
@gastonbuesas2081 - 16.04.2023 19:45

Thanks!

Ответить
@scribl1
@scribl1 - 06.01.2023 10:56

I'm just here to say I love your IDE fonts

Ответить
@SheriffKoder9
@SheriffKoder9 - 12.11.2022 01:45

Awesome, never seen these ticks elsewehere !

Ответить
@alex-bh9nl
@alex-bh9nl - 31.08.2022 23:45

how did you get your "Ls" to look like that?

Ответить
@professorkaos62
@professorkaos62 - 17.08.2022 18:35

That intro song sounded like It's Dangerous Business by Underoath

Ответить
@mackenkie
@mackenkie - 17.07.2022 08:01

Awesome! Lot of neat tricks here thanks!

Ответить
@wingsonthebus
@wingsonthebus - 03.03.2022 09:45

Rip to the little 'i' in Chrome's console.info()

Ответить
@aluuusch
@aluuusch - 17.12.2021 19:12

Hmm, I honestly don't see the point in styling your console output. The only thing that matters is the index.html outcome, isn't it? Could some clarify for what it is still good?

Ответить
@skkitchenstore3085
@skkitchenstore3085 - 28.11.2021 21:12

That was a really good video, subbed.

Ответить
@sachidanandsingh9324
@sachidanandsingh9324 - 22.11.2021 09:42

Test

Ответить
@Bukosaure
@Bukosaure - 27.06.2021 05:08

Pretty informative and nice. Anyone has a cheatsheet of what is shown in the video? Or a write-up.

Ответить
@katarinazivkovic3102
@katarinazivkovic3102 - 17.10.2020 10:53

I found out about your channel on The Odin Project. This is awesome and really funny! Thanks :D

Ответить
@davidallsopp4030
@davidallsopp4030 - 29.05.2020 14:40

using console.clear at the bottom is evil

Ответить
@the_notorious_guy
@the_notorious_guy - 14.05.2020 08:27

Wow !!!!!!! The green color is so Badass

Ответить
@00el04
@00el04 - 10.05.2020 18:02

a lot to learn, my head hurts now

Ответить
@r11sr
@r11sr - 30.04.2020 23:31

loved it

Ответить
@landtechjobs
@landtechjobs - 16.04.2020 01:11

Idk why I need to style a console log but okay... the rest is good. Thanks for the vid, gave it a thumbs up

Ответить
@danbei2232
@danbei2232 - 13.03.2020 05:35

Finally a JavaScript video with good intro music!! :)

Ответить
@paulosilva-dm1qb
@paulosilva-dm1qb - 16.02.2020 07:03

Dog was not defined .How it woprked?

Ответить
@germanduterte7110
@germanduterte7110 - 18.01.2020 17:56

W0w

Ответить
@freakymeasures
@freakymeasures - 16.11.2019 22:15

Odin Project sent me here

Ответить
@MrAahmadsalah
@MrAahmadsalah - 25.10.2019 11:50

i need this file, plz attach it , SAP

Ответить
@KenzoArts
@KenzoArts - 19.09.2019 18:16

Wow, dude what is the name of the font in your js code ? It looks cool

Ответить
@edobrca7585
@edobrca7585 - 05.09.2019 11:51

how remove new tab

Ответить
@logomoniclearning6680
@logomoniclearning6680 - 15.02.2019 22:20

the console.error('shit') came rally handy.

Ответить
@gangadharkaranapu9062
@gangadharkaranapu9062 - 10.10.2018 06:49

Awesome Man..

Ответить
@VictoriaSH100
@VictoriaSH100 - 27.07.2018 17:31

Please do video about chrome dev tools! About debugging with network with react

Ответить
@pikarikawulf
@pikarikawulf - 22.04.2018 10:28

How can I download developer loops f12? Please tell me

Ответить
@zohar10001000
@zohar10001000 - 01.04.2018 16:38

beautiful! thanks a lot!

Ответить
@oussamaaitmi4352
@oussamaaitmi4352 - 28.02.2018 13:08

latest one is the better "console.table", Thank you very much for this fun and useful video

Ответить
@noahschill1422
@noahschill1422 - 27.01.2018 09:00

is it really 'must know'? hahaha. really really cool regardless.

Ответить
@karlyufer
@karlyufer - 27.12.2017 04:06

Gracias por estos tips :D

Ответить
@sanjaytk
@sanjaytk - 10.12.2017 20:48

Thanks a lot for these helpful tips!!

Ответить
@AlexAlonso93
@AlexAlonso93 - 01.12.2017 03:55

Wes BOSS!

Ответить
@jaybinay50
@jaybinay50 - 30.11.2017 23:18

Eh rookies...hehe jk. But seriously i've messed with developer tools a lot...here is something i put together so you guys can mess with whatever webpage you like.
First step:
Go to developer tools (in any browser...i use chrome)
Second step:
Go to console
Third step:
Copy and paste the following code and press enter (duh)
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
Finally:
Just admire the view lol

Ответить
@NilanjanSiromani88
@NilanjanSiromani88 - 16.11.2017 18:31

What is the name of the font you have used in the code ?

Ответить
@sessonid5082
@sessonid5082 - 30.10.2017 18:06

Hmu if you wanna smoke buds sometime

Ответить
@user-pc8qn4wr8b
@user-pc8qn4wr8b - 20.10.2017 23:28

Attribute Modifications <3!

Ответить
@borsaniasushant1
@borsaniasushant1 - 10.08.2017 19:01

console.clear() => LOL

Ответить
@zephanj6665
@zephanj6665 - 22.06.2017 11:18

thats stupid it not developer tools

Ответить