Skip to content

Commit

Permalink
Update quizlet.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsproutt authored Jan 12, 2024
1 parent a500272 commit 7adf9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheats/quizlet.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="content box">
<h1 style="font-size: 50px;">Quizlet</h1>
<p>To install the Quizlet hacks, drag this button to your bookmark bar and click it when you're on quizlet:</p>
<button><a href="fetch('https://scripts.quizit.online/quizlet').then(res => res.text()).then(script => eval(script))" id="cheatsBtn">
<button><a href="javascript:fetch('https://scripts.quizit.online/quizlet').then(res => res.text()).then(script => eval(script))" id="cheatsBtn">
<btn class="recent">Quizlet Hack</btn>
</a>
</button>
Expand All @@ -24,4 +24,4 @@ <h1 style="font-size: 50px;">Quizlet</h1>
<script src="/assets/js/main.js" type="module"></script>
</body>

</html>
</html>

0 comments on commit 7adf9ec

Please sign in to comment.