invertscroll

This commit is contained in:
SquareScreamYT 2024-03-19 17:57:47 +08:00 committed by GitHub
parent dce9b426b5
commit 8ca89622df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

8
mods/invertscroll.js Normal file
View File

@ -0,0 +1,8 @@
runAfterLoad(function() {
if (settings.invertscroll = true) {
settings.invertscroll = false;
}
else {
settings.invertscroll = true;
}
})