HOT開いてからのこれでFA
var s=location.href.match(/reddit.com\/r\/([^\/\?\#]+)/)[1];
var h=window.prompt("~時間分のTOPを表示します(半角数字を入力)", "");
var n=Math.ceil(Date.now()/1000);
window.location="https://www.reddit.com/r/"+s+"/search?sort=top&restrict_sr=on&syntax=cloudsearch&q=timestamp%3A"+(n-(h*60*60)+28800)+".."+(n+28800);