<div class="vid_materialov3" onclick="location.href = 'URL';"><div class="elem" data-href="<?php echo $url?>">
Click Me!
</div>var elem = document.querySelector('.elem');
elem.onmousedown = function(event) {
if (event.button === 0 || event.button === 1){ //правая или средняя кнопка мыши
event.preventDefault();
window.location.href = event.target.getAttribute('data-href'); //Здесь будет выполнятся переход
}
}<div onmousedown="if (event.button === 1){event.preventDefault(); window.location.href = '<?php echo $url?>;}">
Click Me!
</div>
<div class="vid_materialov3" onclick="window.location.href = 'https://google.com';"></div><div class="vid_materialov3" onclick="window.location.href = '<?= $url ?>';"></div> document.querySelector('body').addEventListener('load', function () {
("click auxclick ".split(" ")).forEach(function(e){
document.querySelector('.vid_materialov3').addEventListener(e,function (e) { if (e.type == "auxclick" || e.button == 4 || e.which == 2) location.href="https://toster.ru/q/445973"});
});
})
<a href="$ENTRY_URL$">
<div class="vid_materialov3">
</div>
</a>