Daff

Results 11 comments of Daff

Decentraland (MANA) is an ERC-20 token, so it's using the same address as Ethereum

like this https://developer.chrome.com/extensions/match_patterns?

I don't actually understand what you mean by "manifest related", but the first point, basically you want user to be able to see a list of the pages they disabled...

Ohh, you misunderstood me 😆 I sent that link just to provide a pattern examples that maybe we might use, but not to implement into `manifest.json`

> I don't actually understand what you mean by "manifest related", but the first point, basically you want user to be able to see a list of the pages they...

Wouldn't it be better to be left like this? If user blocks the extension on `github.com` and it blocks on every subdomain, then why do we need regex you've mentioned...

That's what I mean mate. But there's a problem, what if user wants to block all subdomains except for one. For example, someone wants to block all netlify-hosted sites, so...

Maybe we could use exclamation mark `!` or something. If so, the above case can be resolved with `*.netlify.app,!sample.netlify,app`.

Or could be like [UserScript](https://wiki.greasespot.net/Include_and_exclude_rules), but that would be very complicated.