Originally posted by canes30
How do you change the new replay rewrite so that you don't have to push play before every snap?
Originally posted by Original
// you can modify the following variables
var preDelay = 3000;
var postDelay = 3000;
var alwaysPause = false;
On the replay screen, right click your little greasemonkey on bottom right... then right click replay rewrite.... this should open in a text editor.. but if it doesn't go into your windows directory and have it use notepad.exe
Then find the text quoted above and change false to true. Save the file and close it then refresh your FF browser and it should word from there.
How do you change the new replay rewrite so that you don't have to push play before every snap?
Originally posted by Original
// you can modify the following variables
var preDelay = 3000;
var postDelay = 3000;
var alwaysPause = false;
On the replay screen, right click your little greasemonkey on bottom right... then right click replay rewrite.... this should open in a text editor.. but if it doesn't go into your windows directory and have it use notepad.exe
Then find the text quoted above and change false to true. Save the file and close it then refresh your FF browser and it should word from there.






























