If you do not have access to editing the file mono.html, in any way. And if there is, then add the script to a file
if (window.location.hash) {
var target = window.location.hash.replace('#', '');
document.getElementById(target).click();
}
and just call this
window.open('mono.html#p26')