I want to add some comments as notes to myself in my HTML, but I don't want someone at my website to be able to see the comments I left in dev tools. Are there any tricks to have comments seen in code, but not accessible in dev tools? And I don't mean an option to toggle it on or off, but as far as the user is concerned, I don't want them to ever know the comments are there.
I saw there's a Firebug extension to toggle this, so maybe this just isn't possible? But I wanted to check and see for sure.