Pro tip: Use Chrome’s "Inspect Element" via the browser menu if shortcuts fail. Click the three dots > More Tools > Developer Tools.
If the site’s blocking right-click, you can also try disabling event listeners in DevTools (if you can get them open). Go to the "Elements" tab, find the `<body>` tag, and remove any "oncontextmenu" events.
If the site’s blocking right-click, you can also try disabling event listeners in DevTools (if you can get them open). Go to the "Elements" tab, find the `<body>` tag, and remove any "oncontextmenu" events.
