Here is a website I am currently developing. As a challenge for the user we are asking them to use ctrl+shift+i to interact with the HTML and change certain elements.
How can Javascript, or html/css detect that they changed that?
i.e.
<div>
<p>This is placeholder text</p>
</div>
We want them to change that placeholder text to something specific and then grant them access to a new page.