Skip to content

Commit

Permalink
Merge pull request #238 from nolddor/patch-1
Browse files Browse the repository at this point in the history
fix: missing `Select all from page` button
  • Loading branch information
Nuklon authored Dec 18, 2024
2 parents c84abed + 86a2805 commit daf468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3753,7 +3753,7 @@


// This only works with a new trade offer.
if (location.pathname !== '/tradeoffer/new/') {
if (location.pathname !== '/tradeoffer/new/' && location.pathname !== '/tradeoffer/new') {
return;
}

Expand Down

0 comments on commit daf468e

Please sign in to comment.