File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44// @version ${version}
55// @description Proof-Of-Concept for a cheat for higher lower game.
66// @author Lyzev
7- // @match http ://www.higherlowergame.com/
7+ // @match * ://www.higherlowergame.com/
88// @icon https://www.google.com/s2/favicons?sz=64&domain=higherlowergame.com
99// @require https://openuserjs.org/src/libs/sizzle/GM_config.js
1010// @grant GM_getValue
@@ -83,7 +83,7 @@ const loop = setInterval(() => {
8383
8484function setup ( ) {
8585 const request = new XMLHttpRequest ( )
86- request . open ( "GET" , "http: //www.higherlowergame.com/questions/get/general" , false )
86+ request . open ( "GET" , "//www.higherlowergame.com/questions/get/general" , false )
8787 request . send ( )
8888 const data = JSON . parse ( request . responseText )
8989 for ( let i = 0 ; i < data . length ; i ++ ) {
@@ -138,4 +138,4 @@ function startAutoMode() {
138138 }
139139 } , GM_config . get ( "Delay" ) )
140140 } , 2000 )
141- }
141+ }
You can’t perform that action at this time.
0 commit comments