Is there a way to see the __proto__ property of an object in chrome as __proto__ instead of [[Prototype]]?

I find the way chrome names the __proto__ property as [[Prototype]] a bit confusing as its harder to distinguish a functions __proto__ from its .prototype property, I was wondering if there’s a way to make chrome or any other browser just show it as __proto__ as that’s what it actually is. Thankyou.