From 86a280587e59ab7ef6ba667eca2011ce13ebd35e Mon Sep 17 00:00:00 2001 From: Jack Nolddor <1280022+nolddor@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:38:37 +0100 Subject: [PATCH] fix: missing `Select all from page` button Solves #237 --- code.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.user.js b/code.user.js index 0e65810..cb90811 100644 --- a/code.user.js +++ b/code.user.js @@ -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; }