I am using Chrome browser, version 89.0.4389.82 (Official Build) (64-bit). And I use Stylus extension for custom styles on some websites, for specific reasons.
While browsing Google Earth Web, I want to hide certain interface elements on https://earth.google.com/web/. For example, div id=“earthNavigationElements” . Currently, I am doing this manually every time I visit Google Earth, by right clicking on the elements, Inspect and then delete element from HTML.
For any other website, Stylus works fine, I simply have #div-id { display:none }
for the respective elements. But it has no effect on Google Earth Web. Seems like Google has some kind of protection.
I tried Firefox + Stylus too, and it doesn’t work on there too.
Any ideas how to apply custom styles on Google Earth Web, with or without an extension, so that I don’t have to manually hide certain interface elements every time?
Thanks for any ideas.