diff --git a/4chan_x.user.js b/4chan_x.user.js index 3f188f15f..8cab26a42 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3798,8 +3798,6 @@ if (temp === 'res') { g.REPLY = true; g.THREAD_ID = pathname[2]; - } else { - g.PAGENUM = parseInt(temp) || 0; } for (key in Conf) { val = Conf[key]; diff --git a/script.coffee b/script.coffee index 84b8cd353..9c88b1e5f 100644 --- a/script.coffee +++ b/script.coffee @@ -3161,8 +3161,6 @@ Main = if temp is 'res' g.REPLY = true g.THREAD_ID = pathname[2] - else - g.PAGENUM = parseInt(temp) or 0 #load values from localStorage for key, val of Conf