diff --git a/4chan_x.user.js b/4chan_x.user.js index 5424bb708..55908be30 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -751,7 +751,7 @@ thread = nav.getThread(); switch (keybinds.key) { case '0': - return window.location = "/" + g.BOARD + "/#0"; + return window.location = "/" + g.BOARD + "/0#0"; case 'I': return keybinds.qr(thread); case 'J': diff --git a/script.coffee b/script.coffee index 180ca5e6b..fff1ece6f 100644 --- a/script.coffee +++ b/script.coffee @@ -540,7 +540,7 @@ keybinds = thread = nav.getThread() switch keybinds.key when '0' - window.location = "/#{g.BOARD}/#0" + window.location = "/#{g.BOARD}/0#0" when 'I' keybinds.qr thread when 'J'