🔥 VS @code has a built in diffing tool you can run from the command line with --diff
🔥 On a website with an obnoxious and slow slideslow animation? Make it instant by running $.fx.off = true; in your console
🔥 video.play() returns a Promise which means you can async + await before updating any UI. 💪🏻 @rem