diff --git a/combined.js b/combined.js index f538ec6..d878dd5 100644 --- a/combined.js +++ b/combined.js @@ -25,13 +25,13 @@ $(document).ready(function() { //DOM setup //add Quizlet++ button - $(".anbpm9l").prepend(`
`); + $(".arc6ilh").prepend(``); // find span with text 'Get unlimited access', and remove the third parent - $(".StudyModesLayout div.c8mixic span:contains('Get unlimited access')").parent().parent().parent().remove(); + // $(".StudyModesLayout div.c8mixic span:contains('Get unlimited access')").parent().parent().parent().remove(); // find span with text 'Start free trial', and remove the third parent - $(".StudyModesLayout div span:contains('Start free trial')").parent().parent().parent().remove(); + $(".StudyModesLayout span:contains('Start free trial')").parent().parent().parent().remove(); //add Quizlet++ popup container $(".StudyModesLayout").append(""); @@ -41,7 +41,7 @@ $(document).ready(function() { //ON CLICK OF QUIZLET BUTTON $(".site").on("click",".quizletplusplusbutton", function() { console.log("Quizlet++ Button Click"); - $(".quizletplusplusbutton").text("Quizlet++ ✔️"); + $(".quizletplusplusbutton").text("Q++ ✔️"); if (!serviceRunning) { popup("Quizlet++ is now working|. Correct answers will be indicated with a dashed border on mouseover. Click away!"); serviceRunning = true; diff --git a/manifest.json b/manifest.json index 86b211d..729f916 100644 --- a/manifest.json +++ b/manifest.json @@ -9,8 +9,8 @@ "128":"128x128.png" }, "short_name":"Q++", - "version":"1.10.0", - "version_name":"Beta Build 10", + "version":"1.11.0", + "version_name":"Beta Build 11", "content_scripts": [ { "matches": [ diff --git a/match.js b/match.js index dccb6ab..4e9fba0 100755 --- a/match.js +++ b/match.js @@ -26,8 +26,7 @@ $(document).ready(function() { //DOM setup //add Quizlet++ button - $(".anbpm9l").prepend(``); - + $(".arc6ilh").prepend(``); //add Quizlet++ popup container $(".cvmjmph").append("");