JannesMeyer / TabAttack

Advanced Tab management
GNU Affero General Public License v3.0
190 stars 12 forks source link

Hostname pattern support for ignoring domains #15

Open n370 opened 9 years ago

n370 commented 9 years ago

Much like the way you would do to manage cookie and site data exceptions.

Manage exceptions

Match patterns

JannesMeyer commented 9 years ago

Yes, I totally agree that that makes sense. Do you know of any library for that kind of chrome-style url pattern matching? I feel like this matching could be useful to a lot of other projects and should be a library. If it doesn't exist yet then I'm gonna consider making it myself as it doesn't sound that complicated :)

n370 commented 9 years ago

Hey @JannesMeyer! No, I'm not aware of anything like that but will certainly come back here as soon as I find something. Anyway I would probably look for anything RegExp or UNIX glob related if could find some time to dive deep into write the code myself. Probably the Chrome/Chromium source code and it's project discussion lists are also good places to look for. I'm looking forward to contribute code myself to this project, unfortunately by now I'm just able to open issues, I hope it doesn't bothers you.