I will tell you all a very easy hack which u can use as a temporary fix for rating graph issue where it scrolls automatically.
Idea
So looks like Codeforces is using jquery.flot.navigate.min.js
to have the mousewheel zoom effects, i noticed when i removed it the scrolling stopped. So, we can use an adblocker to prevent loading that script, and we can get a static graph as a result.
Steps
- Install Adblock Extension for chrome
- Go to the addon's options page
- Add this URL to block filters
jquery.flot.navigate.min.js
- Done, Now for you all graphs would look static.