Like button does nothing on Edge/Chrome. In Firefox it at least says "Successfully liked" or "Failed to like" (which is a separate issue)
Underlying Issue I think: Injected contentScript missing from the manifest for youtube.com/embed
- Download from store
node ../node_modules/chrome-extension-fetch/index.js https://chromewebstore.google.com/detail/holodex-plus/mjcecbpccklceljomllkhilglcdcncbh and unzip
- Missing from holodex-plus/manifest.json
Meanwhile in Firefox:
- Download from store https://addons.mozilla.org/firefox/downloads/file/4281538/holodex_plus-0.5.xpi
- Contains expected
{ "matches": [ "*://*.youtube.com/embed/*" ], "js": [ "content/yt-player.js" ],
The other tell is player's iframe <head> for is missing the injected <script> tag. Even in Chrome the chat gets a chrome-extension://mjcecbpccklceljomllkhilglcdcncbh/assets/yt-chat-inject.ts-CH4o2D1K.js element but not the player.
Like button does nothing on Edge/Chrome. In Firefox it at least says "Successfully liked" or "Failed to like" (which is a separate issue)
Underlying Issue I think: Injected contentScript missing from the manifest for
youtube.com/embednode ../node_modules/chrome-extension-fetch/index.js https://chromewebstore.google.com/detail/holodex-plus/mjcecbpccklceljomllkhilglcdcncbhand unzipMeanwhile in Firefox:
{ "matches": [ "*://*.youtube.com/embed/*" ], "js": [ "content/yt-player.js" ],The other tell is player's iframe
<head>for is missing the injected <script> tag. Even in Chrome the chat gets achrome-extension://mjcecbpccklceljomllkhilglcdcncbh/assets/yt-chat-inject.ts-CH4o2D1K.jselement but not the player.