QUOTE(JukanX @ Nov 18 2020, 05:30)
I think it's because cmdow – being a Windows utility – is measuring the entire HV browser window including all the chrome (title-, menu- and addressbar, plus window borders), whereas the values in your script apply to the chrome-less part of the browser window. Copy-pasting a HV screenshot into Photoshop and measuring by hand our sizes match.
The default HV link on the E-H site is a Javascript function for a pop-out window with specific dimensions:
CODE
<a href="https://hentaiverse.org/" onclick="popUp('https://hentaiverse.org/',1250,720); return false">...</a>
You could have a userscript modify this, although if you open it from RE links as well, you'd probably have to work out something to catch them as well.
Alternately, I guess you could just open it in a new tab? I agree with your point though, and I'll try to draw some attention to this at some point if it doesn't get seen by Tenboro.
This post has been edited by lestion: Nov 18 2020, 13:40