dethcrypto / dethcode

View source of deployed Ethereum contracts in VSCode
https://etherscan.deth.net/address/0xa3a7b6f88361f48403514059f1f16c8e78d60eec#code
1.36k stars 107 forks source link

Different domains (etherscan, arbiscan) should share same settings #24

Closed krzkaczor closed 2 years ago

krzkaczor commented 2 years ago

VSCode by default uses localStorage + indexDB to store settings and these are scoped to particular domains. One possible fix would be to: use hidden iframe as shown here.