diff --git a/public/s/js/f0ck.js b/public/s/js/f0ck.js index fd7afd7..e7fbe49 100644 --- a/public/s/js/f0ck.js +++ b/public/s/js/f0ck.js @@ -72,6 +72,11 @@ } }); } + + const rmatch = /\/p\/(\d+?)/; + if(document.referrer.match(rmatch) && document.location.href.match(rmatch)) + if(document.location.href.match(rmatch) < document.referrer.match(rmatch)) + document.body.scrollTop = document.body.scrollHeight; // //