Tyler Romeo
Tyler Romeo
A quick followup: this _only_ happens on the YouTube homepage. If I go directly to the user's channel page, or if I find the video in my Subscriptions feed, it...
That would be because it is in hex. The key length determines how long the actual hash will be (in binary), but since hex characters only represent 4 bits, it...
I ran into this same issue, and I think it's just a minor fixed. Submitted a PR in #227.
@eechau @filoxo I recommend patching in my pull request above (or just checking out my fork), since it fixed the issue for me. I'm not sure if the author still...
Other than creating the account, the main other thing you need to do is enable the Admin API, and then to set up domain-wide delegation using the steps here: https://developers.google.com/admin-sdk/directory/v1/guides/delegation...
Just popping on to say I also use this feature, otherwise the show will show up twice, which can be annoying (once in my custom list and once in the...
It's always amusing seeing someone so confidently proclaim, "that code is so bloated! just use this: {700 character unreadable one-liner with a quarter the functionality".
AFAIK, this would be impossible since the Chrome API does not allow reading/writing to disk. Only way to do this would be to have a binary library that the extension...
Ah, it seems it uses the HTML5 FileReader API. This could indeed be an option. If I have time I can work on it.
Note this is also a problem for those with Android phones with work profiles whose companies have device policies that prohibit third-party app stores even on the personal profile. Anyone...