Just added the following to my TamperMonkey ```if(...
# random
j
Just added the following to my TamperMonkey
Copy code
if(location.href.indexOf('&target=filesize&') !== -1)
        setTimeout(function(){ window.resizeTo(1200, 1000); }, 1000);