Just run this snippet in the console to prevent a site from overriding the context menu:
document.addEventListener('contextmenu', event => event.stopPropagation(), true);