Skip to content

Commit

Permalink
fix unfollowers keybind lol
Browse files Browse the repository at this point in the history
  • Loading branch information
shy1132 committed Jul 24, 2024
1 parent 823ec34 commit 4894603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/header/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3162,7 +3162,7 @@ setInterval(() => {
} else if(keysHeld['KeyG'] && keysHeld['KeyB']) {
location.href = `/i/bookmarks`;
} else if(keysHeld['KeyG'] && keysHeld['KeyU']) {
location.href = `/unfollows/followers`;
location.href = `/old/unfollows/followers`;
}
}
window.addEventListener('keydown', (ev) => {
Expand Down

0 comments on commit 4894603

Please sign in to comment.