-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
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/mjcecbpccklceljomllkhilglcdcncbhand 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.
Metadata
Metadata
Assignees
Labels
No labels