Skip to content

Commit

Permalink
fix: missing Select all from page button
Browse files Browse the repository at this point in the history
Solves Nuklon#237
  • Loading branch information
nolddor authored Dec 17, 2024
1 parent c84abed commit 86a2805
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 86a2805

Please sign in to comment.