Sleazy Fork is available in English.

крутой

Doesn't work!

// ==UserScript==
// @name         крутой 
// @namespace    http://tampermonkey.net/
// @version      1
// @description  Doesn't work!
// @author       H336
// @match        http://brofist.io/modes/sandbox/c/index.html
// @grant        none
// ==/UserScript==
addEventListener("mousewheel", e => {
    tweenObjects.map(x => {
        try {
            x.refP.g.parent.parent.mid.children[0].ref.p.velocity[1] = -Math.sign(e.deltaY) * 15
        } catch(e) {}
    })
});