Some very smart ideas in here for resetting default browser styles, like only resetting lists that have classes applied to them:
ul[class],
ol[class] {
padding: 0;
}
I select only lists that do have a
class
attribute because if a plain ol’<ul>
or<ol>
gets used, I want it to look like a list. A lot of resets, including my previous ones, aggressively remove that.
I'm thinking of how to pull my Google Maps Timeline data in a machine-readable format. I want a GPS tracker project like @aaronpk's!
also I need a nickname cache and interface for posting those checkin spots! #itches