Christian Boyle

Results 3 issues of Christian Boyle

If you have an auto-tracked habit that is defined as bit-type it will incorrectly toggle the state when multiple events occur in succession that result in an even-numbered state since...

documentation

Fixing from this: ![2021-04-03_07-48-46AM](https://user-images.githubusercontent.com/1605754/113478891-4bce3880-9451-11eb-8ae3-c343a00bc2ec.png) To this: ![2021-04-03_07-52-03AM](https://user-images.githubusercontent.com/1605754/113478933-8b952000-9451-11eb-8878-0d905c331554.png)

It seems like some items are not returning what we expect for YouTube. I fixed 3 of the selectors (seems like markup changes broke the previous selectors): ``` document.querySelector('ytd-channel-name').innerText, document.querySelector('link[itemprop="thumbnailUrl"]').href,...