@johnwilander @RickByers @FiloSottile The state of the art may well have advanced. As I wrote, I don’t know where we are with this now. Maybe the original author, @FiloSottile, does?!
Cf. article: “I asked Mozilla whether [they wished] just being allowed to use the Gecko engine instead of WebKit, which is a requirement for browsers in Apple’s App Store. ‘Yes, the most obvious is to be able to leverage GeckoView in our Firefox iOS
RT @argyleink: 🆕 #GUIchallenges on Color Schemes
âš™ï¸ auto
â˜€ï¸ light
🌙 dark
💡 dim
Learn how I use CSS custom properties for multiple color sc…
@johnwilander @RickByers See this article https://t.co/zmQr669i8W by @filosottile for how it worked in 2013 when this feature was introduced. I don’t know the current state of the feature.
RT @argyleink: 🆕 post on https://t.co/SAa9fYaGhI
CSS `size-adjust` for `@\font-face` declarations
💉🻠https://t.co/iEBFAghG7v
✅ mitigate CL…
RT @agektmr: So by using a URL starting with `otpauth://` scheme which is also widely used, you can register a new TOTP. Simply making it a…
RT @ChromiumDev: 🔢 Introducing: libSquoosh
libSquoosh is an experimental Node library on top of which the Squoosh CLI is built, giving you…
@mischmerz I don’t know yet. Time will tell.
RT @yoavweiss: Ooh, missed the fact that Apple’s proposals around their IP anonymization service also include a GeoHash Client Hint: https:…
@henrylim96 Not for the moment. Maybe later?
@henrylim96 I’m still getting used to it. But I think I could like it.
@sergiomdgomes It’s definitely early days. For me, the service has not worked reliably yet. It gets stuck too often and the device thinks it’s offline. They are probably still working on scaling this up.
@sergiomdgomes Just saw this: https://t.co/Pho6UpoWrY
@muratcorlu @Paul_Kinlan @jaffathecake Just sent some screenshots: https://t.co/0W70XmNjd6.
Testing Apple’s new Private Relay service:
- Choose “Preserve Approximate Location†and “Use Broader Location†in iCloud settings and turn it on/off.
- Choose “Trackers and Websitesâ€, “Trackers Onlyâ€, “Off†in Safari settings.
- Not pic.twitter.com/TVyq21cHbt
@TheRealNooshu @lorenzoraffio The service is still very shaky. It works fine most of the times, and then your device thinks it’s entirely offline the next moment. Cycling through airplane mode to force a new relay connection seems to fix it sometimes, b
@TheRealNooshu @lorenzoraffio You can choose between hiding your IP from just trackers, or websites in general.
@TheRealNooshu Actually, one more thought: Frankfurt might be it, since I upgraded to iCloud+ with Private Relay, and it defaults to keeping the approximate location. It wasn’t working yesterday, but is working now. Be prepared to trust your Safari loca
@ZMYaro Yes, this feature was brought up by @LeaVerou in https://t.co/hvh52NsoMX.
@TheRealNooshu Woohoo 🎉. Frankfurt is pretty off though. Should be Hamburg. But if the visited pages match, it definitely was me.
@TheRealNooshu Here you go. Traces left. ðŸpic.twitter.com/kbnUeISg3Ig3I
@ZMYaro The way I do it is to set a CSS variable:
“`css
:root {
—accent-color: red;
accent-color: var(—accent-color);
}
button {
background-color: var(—accent-color);
}
“`
@TheRealNooshu Ah, the Pi-hole. The tracking request was interrupted on the network I was playing from.
The `accent-color` CSS property is shipping (if the intent goes through) and it will make form controls look dope. I’m using it in an upcoming app, and I am staying with the unstyled controls, apart from the accent color. 🎨🎚 https://t.co/7314fdbde