diff --git a/slader-limit-bypass/js/quizlet_bypass.js b/slader-limit-bypass/js/quizlet_bypass.js index 572e398..92f11b6 100644 --- a/slader-limit-bypass/js/quizlet_bypass.js +++ b/slader-limit-bypass/js/quizlet_bypass.js @@ -19,7 +19,7 @@ function renderBypass() function processData(data){ // Clear the "hidden explanation" out and replace it with a blank explanation area. // The innermost item is ".s1i7awl8" - document.querySelector('main .mwhvwas').innerHTML = '

Explanation

'; + document.querySelector('main .mv7e89c').innerHTML = '

Explanation

'; var expArea = document.querySelector('.sladerBypass .s1i7awl8') // Render new stuff @@ -158,4 +158,4 @@ async function doFetch(url) body: null // body data type must match "Content-Type" header }); return response.text(); -} \ No newline at end of file +}