- Edited
MetaMask, the ubiquitous browser crypto wallet does not populate its popup box on any page, content blockers/ITP or not. Neither the Firefox nor Chrome versions of the extension works. I'm guessing that this is just because MetaMask uses some extension API that hasn't been shimmed yet.
All the console has to say is:
[Log] Setting up Sentry Remote Error Reporting for 'production': SENTRY_DSN (user-script:10, line 13)
[Log] Removing intrinsics.Object.hasOwn (user-script:10, line 13)
[Log] Removing intrinsics.%ArrayPrototype%.findLast (user-script:10, line 13)
[Log] Removing intrinsics.%ArrayPrototype%.findLastIndex (user-script:10, line 13)
[Log] Removing intrinsics.%ArrayPrototype%.@@unscopables.findLast (user-script:10, line 13)
[Log] Removing intrinsics.%ArrayPrototype%.@@unscopables.findLastIndex (user-script:10, line 13)
[Log] Removing intrinsics.%StringPrototype%.at (user-script:10, line 13)
[Log] Removing intrinsics.%Uint32ArrayPrototype%.sort (user-script:10, line 13)
[Log] Removing intrinsics.%TypedArrayPrototype%.findLast (user-script:10, line 13)
[Log] Removing intrinsics.%TypedArrayPrototype%.findLastIndex (user-script:10, line 13)
I've also attached the network log, too, just in case (zipped because the forum doesn't allow plain text files).