Community-plugins
Community-plugins copied to clipboard
Match against "all" without regard to case, so the plugin can work.
https://github.com/IITC-CE/Community-plugins/blame/ab78cd5757b009c0d81d430482ade8a2c50e9f38/dist/DanielOnDiordna/filter-comms.user.js#L336
In my browser, the comms tab is "All", while the referenced line is matching against "all". If I edit it locally(add .toLowerCase()), then it works, and I can filter comm as the plugin expects.
It would probably be better tho to filter against @data-channel=all, but I don't know how best to proceed with a patch.
Thanks for notifying me, and for your suggestion. I will fix this plugin, but also improve it with new features which I have been working on. I think I have it ready next week