🔥 VS @code has a built in diffing tool you can run from the command line with --diff

← Prev

🔥 On a website with an obnoxious and slow slideslow animation? Make it instant by running $.fx.off = true; in your console

Next →

🔥 video.play() returns a Promise which means you can async + await before updating any UI. 💪🏻 @rem