I'd be interested in a frequency counter view, with a running average per minute or per second. So I can record that I see 10 Teslas per minute driving to work in the morning, but only 3 Teslas per minute on the way home at night (for example).
doesn't seem to work well for me. volume up and down sometimes register 1 count, sometimes 2, sometimes none. Deleted shortly after install, worried about what it's actually doing rather than counting.
this is a commonly reported bug that wasn't able to spot when in development mode.
i think the issue is that i might have attached the volume-button handler multiple times, so that each time you click on the volume button, those duplicated handlers all emit events.
pushed out a small fix currently under apple's review
They haven't actually shown off their vertical tabs yet, so there isn't much to say.
I am a Sideberry user though, and this excites me because a native implementation will likely look a lot cleaner, integrate better with your chosen theme, and actually allow the removal of the regular tab bar (you have to keep it with Sideberry because there is some functionality that cannot be replicated through an extension).
Theming in particular might be a big one, I had to spend a couple hours tweaking the Sideberry CSS to make it look nice with the skin I use in Firefox. Not having to do that sure would be convenient, especially for the average user who doesn't know what a stylesheet is.
I have a ZeTime that I used on and off for a couple of years. Now it's just sitting on a shelf. It was fine for my purposes at the time, but ended up inheriting an Apple Watch that's a lot more polished. I don't see ever going back to the ZeTime.
If you are interested, I'll let you have it for the cost of postage.
Slightly off-topic, but how do I download an iCloud backup so I can scan it with this tool? The googles imply that I can only recover my device from the cloud, not retrieve old backups for other purposes.
Looks like some new formatting removed the "itemList" class. I'm no javascript/DOM hacker. Can somebody make this 2 column user script work with the new format?
I remember this from the era when building websites with FrontPage and DreamWeaver was still a thing. There were sites with catalogs of those "apply cool effects to your website by copy-paste this snippet to your HTML source file", and a clock following the mouse cursor is definitely one of them! Fun times.
I had a GeoCities page and really wanted to try the cursor effects/followers, but they never seemed to work. I kept trying to add them and never saw anything... until I looked at the site on a friend's computer in IE and the screen just exploded with cursor followers. I was primarily a Netscape/Firefox user and didn't consider that my browser might not support the effects!
My fan site for the TI-86 graphing calculator (first draft done as part of 5th grade Computer Class, revised to get extra credit in my algebra class a few years later) used it! I had no idea what Javascript even was, but I knew how to view source and knew that if I pasted in all the magic between <script> tags from my computer teacher's website I'd get the cursor effect. He (or the original dev…) had very well-annotated code that included a bunch of variables you could customize.
I don't recall ever seeing it in the wild, but I remember it as a JS script you could add to your site from a page that I think was http://www.dynamicdrive.com/
I may have played around with it on a couple of HTML pages written in Notepad way back.