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

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -