javascript:setInterval((()=>{const t=document.getElementsByTagName("span");for(let e of t)if(e.textContent.match(/Show (\d+) (post|posts)/)){e.click();break}}),1e3);if(history.replaceState){history.replaceState({},null,location.href);};
10MB以上だと「413 Request Entity Too Large」のエラーがでて、2MB以上だと、「The file is too large. Allowed maximum size is 2097152 bytes.」と表示されてアップロードできませんでした。やはり、失敗しないためにもあらかじめ2MB以下にしておくといいのかなと思います。