Skip to content

Commit

Permalink
Change name of mod
Browse files Browse the repository at this point in the history
  • Loading branch information
hwatson381 committed May 19, 2022
1 parent af52517 commit 60adcd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faster-replays.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var replayMultiplier = 0.5;

let replayControlsMod = function(){
let replaySpeedMod = function(){
if(!(/minesweeper\.online\/game/.test(window.location.href))) {
alert('You should be running this on minesweeper.online/game/... ya dingus!');
return;
Expand Down Expand Up @@ -281,4 +281,4 @@ ${candidateRegex}`);
throw new Error('Line break error! Failed to failed to find match for regex - most likely caused by a new line break. No suggestions provided');
}

replayControlsMod();
replaySpeedMod();

0 comments on commit 60adcd0

Please sign in to comment.