From b928a44038948e6bae83ca6bec408b8d4129b3f0 Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 29 Jul 2021 16:17:49 -0400 Subject: [PATCH] Update class on main element --- slader-limit-bypass/js/quizlet_bypass.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}