diff --git a/4chan_x.user.js b/4chan_x.user.js index 51f38b2d3..a324a820d 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1131,7 +1131,7 @@ Keybinds.img(thread, true); break; case Conf.zero: - window.location = "/" + g.BOARD + "/0#0"; + window.location = "/" + g.BOARD + "/0#delform"; break; case Conf.nextPage: if (link = $('link[rel=next]', d.head)) { diff --git a/script.coffee b/script.coffee index dabf3887d..dae8bb705 100644 --- a/script.coffee +++ b/script.coffee @@ -885,7 +885,7 @@ Keybinds = Keybinds.img thread, true # Board Navigation when Conf.zero - window.location = "/#{g.BOARD}/0#0" + window.location = "/#{g.BOARD}/0#delform" when Conf.nextPage if link = $ 'link[rel=next]', d.head window.location = link.href