Script designed for mouse scroll wheels to remove the "steppy" feel of default scrolling.
- Press
Ctrl+Shift+Ito open Developer Tools. - Go to the Console tab.
- If it's your first time, type
allow pastingand pressEnter. - Copy the code from
smoothscroll.js. - Paste it into the console.
- Hit
Enter.
- Press
Win+Ron your keyboard. - Paste
%appdata%\Vencordand pressEnter. - Open the
distfolder. - Place your
smoothscroll.jsfile inside this folder. - Open
preload.jswith Notepad or a code editor. - Scroll to the very bottom and paste:
require("./smoothscroll.js"); - Save the file and restart Discord.