Using Chrome DevTools snippets

preview_player
Показать описание
If you've not tried snippets before it's a great tool as you're working on things in Chrome DevTools
Рекомендации по теме
Комментарии
Автор

a) looked like `.card-holster` toggles a `.flipped` class when you hit refresh. So you have to check for that and toggle whether you are looking at `.card.front` or `.card.back`

b) `fontFamily.replace(/[\'\"]/g, "")` will do the trick to fix up the extra quotes. Regex ftw!

c) also `console.table({colors, fonts})` ftw! The `copy` function is new to me though, very nifty!

Thanks Kent!

esaevian
Автор

Didn’t know about the copy function, that is awesome!

MarkMatthewMurray
Автор

Can anyone tell me how to STOP seeing these snippets when I do a google search on Chrome? They just started the other day, I've never seen them before, I LOATHE AND DESPISE THESE THINGS. Could anyone tell me how to stop or block them, please? I would be very grateful.

scarlettohara
Автор

Hi Kent, I by mistake remove a snippet, which I have created. Is it any way, I can restore it?

rishavgoswami