Skip to content

Commit

Permalink
Merge pull request #896 from shy1132/master
Browse files Browse the repository at this point in the history
fix unfollowers keybind (g+u)
  • Loading branch information
dimdenGD authored Jul 24, 2024
2 parents 823ec34 + 4894603 commit eb0baf8
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 eb0baf8

Please sign in to comment.