Daily Shaarli
March 9, 2022
Only supported by chrome for now
- A Save-Data header is sent on each HTTP request. This allows dynamic backends to change the HTML returned.
- The NetworkInformation.saveData JavaScript API. This allows client-side JavaScript to check this and act accordingly.
- The upcoming prefers-reduced-data media query, which allows CSS to set different options depending on this setting. This is available behind a flag in Chrome, but not yet on by default while it finishes standardization.
Did we learn nothing from Y2K? Why are some coders still stuck on two digit numbers? – Naked Security
Some websites are broken because the version detected only supports 2 digit instead of 3 or an amount of digits...
Simple metadata cleaner
Currently selectable: Facebook, Instagram, LinkedIn, Messenger Signal, Snapchat, Whatsapp
simple.css includes the following right out the box:
- A good looking sans-serif local font stack.
- Typographic best practices.
- Automagic flipping to dark mode.
- Fully responsive.
- Sensible defaults that format standard HTML elements.
- Super lightweight; less than 4 KB in size.
More git tips and tricks.
Aliases are underused