dobladov / youtube2Anki

Convert Youtube Transcripts to Anki cards
https://chrome.google.com/webstore/detail/youtube2anki/boebbbjmbikafafhoelhdjeocceddngi
GNU General Public License v3.0
88 stars 11 forks source link

Ankiconnect connect not possible #11

Closed OliverRovesik closed 3 years ago

OliverRovesik commented 3 years ago

Hi, the extension doesn't work on my Chrome Browser, MacBook M1.

image

I've added "*" on Ankiconnet configuration but it still doesn't work. However, Ankiconnect works well on other extensions

Oafish1 commented 3 years ago

Hello! I was having the same problem. I don't have a solution, but I do have another way to get the addon to work with AnkiConnect.

If you download the addon from version 0a75e on github, then change the first line of popup.js to const connectionMessage = document.getElementById("connectionMessage") and change lines 46 and 71 of youtube2Anki.js to read document.querySelector("h1.title").firstChild.innerText.

I've also done this in a fork if you don't want to do this manually.

For installation...

Firefox: Go to about:debugging > This Firefox > Load Temporary Add-on > Click any file in the src folder NOTE: This will only install the addon temporarily. For permanent addition, you need to

Chrome: Go to chrome://extensions/ > Developer mode: ON > Load unpacked > Select the src folder

dobladov commented 3 years ago

Fixed now for both Firefox and Chrome