Check out this website I'm currently working on. As a fun challenge for users, we're encouraging them to use ctrl+shift+i to manipulate the HTML and modify certain elements.
Is it possible for Javascript or CSS/HTML to detect these changes?
For example:
<div>
<p>This is just temporary text</p>
</div>
We'd like participants to change that placeholder text to a specific value in order to unlock access to a new page.