I need to change the following code:
<div class="AAA-BB-CCCCCC" data-lock-id="ABC12345" style="display: none;">
Into this:
<div class="AAA-BB-CCCCCC" data-lock-id="ABC12345" style="display: null;">
The number 12345
can vary each time. The key point is to replace none with null using a bookmark link.
For example:
javascript:void(document.oncontextmenu=null)
If I click on the above bookmark link, it will enable right-click when disabled by web pages.