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; }