Skip to content

Commit

Permalink
higherlowergame-hack.js aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyzev authored Mar 5, 2024
1 parent 0ee5546 commit a7a58bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/higherlowergame-hack.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const loop = setInterval(() => {

function setup() {
const request = new XMLHttpRequest()
request.open("GET", "http://www.higherlowergame.com/questions/get/general", false)
request.open("GET", "//www.higherlowergame.com/questions/get/general", false)
request.send()
const data = JSON.parse(request.responseText)
for (let i = 0; i < data.length; i++) {
Expand Down

0 comments on commit a7a58bb

Please sign in to comment.