dodying / UserJs

MIT License
320 stars 121 forks source link

change goto implementation to work for firefox #57

Closed zuhoxolo75 closed 4 years ago

zuhoxolo75 commented 4 years ago

This might be a solution for issue-56

I was using the scirpt with firefox. The page will idle before encounter the riddle master. Even if I set the option "reload when page stays idle", the page still never reloads.

Changing the implementation of function "goto" will fix the reload function and therefor reload the page. Then, the alarm of riddle master works again.

Not sure whether this change works in other browsers.