Shamefully, I still play the Spelling Bee from the New York Times. It is both fair and reasonable to roast me for this. The web version of the game has built-in support for dark mode, but for some reason doesn’t expose any way to enable it. I made a bookmarklet for the mornings I wake up a little too early and lay in bed warming up my brain by looking for pangrams. Bookmarklet Steps to add the bookmarklet Note — This guide is geared toward the most recent version of Safari for iOS, but the bookmarklet can be used in any modern browser. Copy the bookmarklet above Tap Safari’s share arrow Tap Add to Bookmarks (you may need to tap View More first) Tap Safari’s Bookmarks button Tap and hold the new 🐝 Dark Mode bookmark, then tap Edit Tap the URL below 🐝 Dark Mode and delete it Paste the text copied in step 1 Tap Save Bookmarklet source var d = document; var h = d.documentElement; var b = d.body; var c = "display-settings-enabled" var mode = h.dataset.mode === "dark" ? "light" : "dark";…
No comments yet. Log in to reply on the Fediverse. Comments will appear here.