I’m building a site-blocker plugin for obsidian to streamline internet access through its new web view plugin, and currently rely quite heavily on sourcing URL content from the address bar, which I’m currently referring to using the css-selector “.webviewer-address”. It’s the only div with this class name, just for added context.
I wanted to know if this was a viable long term development strategy, i.e. if obsidian css selectors stay stable across releases. Any help is appreciated. Thank you in advance!