{ Browsers snippets }

Adam Wathan

Adam Wathan @adamwathan

🔥 Because Unsplash is powered by imgix under the hood, you can apply lots of image transformations directly in the URL! For example, here I've colorized an image by desaturating it, adding a colored overlay, and multiplying the overlay with the image, all using query params: https://t.co/4GNUB9mt9f

Paul Redmond ??

Paul Redmond ?? @paulredmond

? This might be a known trick to some, but if you grab the source of JS libraries and paste into the console, you can easily mess around with the library/API (i.e., lodash, Moment, etc.) https://t.co/BtbS5rNDp7

MDN Web Docs

MDN Web Docs @MozDevNet

Found the perfect color? Grab it: 1. Select Eyedropper tool from the Web Developer Menu. Select the color! 2. Click the color sample next to a CSS color setting. When the color picker opens, click the eyedropper icon under the color swatch. Select the color! ? Look at that! https://t.co/eYHHL72bSf

Josh Manders ?

Josh Manders ? @joshmanders

TIL: instead of going to 127.0.0.1 in your browser, you can just type 127.1 and it'll expand to 127.0.0.1, same with any other IP that has 0's in the middle.

Luke Edwards

Luke Edwards @lukeed05

Today I found out that nearly all browsers have an `Intl` object that handles formatting for DateTime, Currency, Number, and Pluralization! ? My examples here are pretty simple, but the formatters give you full control ? https://t.co/fKqr2sO8dN