Is there a way to turn off animations in github while viewing navigating through code? -


is there way turn off animations in github while viewing navigating through code? example, if click on directory there javascript animation changes present list of new directory's contents. drives me nuts, i'd turn off. can't find in github settings.

when on github page, type url bar:

javascript:(function(){jquery.fx.off=true;})(); 

you can create bookmarklet avoid pasting time.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -