this post was submitted on 26 Jul 2024
530 points (100.0% liked)
196
16412 readers
1168 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not foolproof but you can also make a bookmarklet to unbind the top-level event which can sometimes force right-click to work.
javascript:void(document.oncontextmenu=null);
there's also an extension that can usually bypass anything the site uses to change right click behaviour