Is it possible to lock html elements for dom inspector? #4554
Replies: 4 comments 5 replies
-
You can use mutation observer to always force them to be readded/fixed... But disabling JavaScript would also prevent that approach So...what is the goal of this? Does it really matter? |
Beta Was this translation helpful? Give feedback.
-
I undestand that this question is a bit off-topic. However, I was just thinking alound: if you implement a paywall, you want some content to be hidden (behind a blurry overlay for example). So, with the dom inspector, it's easy to remove that overlay. But it would be cool to just always reconstruct it after 😊 |
Beta Was this translation helpful? Give feedback.
-
Yeah, I suspected that this is more a backend subject than frontend. Was just curious if there are now perhaps some new possibilties that would work wonders 😊 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use AlpineJS mechanisms to make sure, that certain html elements cannot be changed and/or removed with the dom inspector?
Beta Was this translation helpful? Give feedback.
All reactions