You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.querySelector("#results").innerText=`${quizlet.title}\n\nAuthor: ${quizlet.author}\n\nDescription: ${quizlet.description||"No description found."}\n\n${quizlet.cards.length} card(s) found with ${quizlet.cards.filter(a=>a.image).length} image(s)`
document.querySelector("#results").innerText="Failed to get and parse HTML. This can be caused by the page not being a Quizlet Flashcard, or the page not being fully loaded when you open this extension. Try closing and opening it again."
0 commit comments