# browser wallet bullshit I wanted to look into what kind of stuff I could get metamask to tell me, but there's a lot of different ways to get ethereum wallet browser extensions to tell you stuff. so, I went with what seemed to be the "right" way, using.. => https://eips.ethereum.org/EIPS/eip-6963 EIP-6963 and => https://eips.ethereum.org/EIPS/eip-1474 EIP-1474 the results of that playing is at => https://thebackupbox.net/~epoch/metamask.html and after I wrote that, I figured I might as well make a user-script to let me tell stuff using these APIs whatever I want. that user script lives at => /~epoch/user.js/ether.user.js and currently only supports responding with a made up wallet address. I'm not sure if any websites actually implement EIP-6963. If you know of any, let me know so I can poke at them.