Hi @sheppy, I read your topic a couple of hours after you post it and I really wanted to help you with such request. Unfortunately, I didn’t know how to make add-ons… but, the idea already grew into my mind and sooner than I expected, I was reading already about web extensions .
It took me a while, the examples there used a lot of some new JS concepts that I didn’t know until then, but with passion and determination, here you are:
and the github repository, in case someone is interested .
Features:
Well, what I understood you asked was a tool that could allow you to change between MDN edit pages. That was fulfilled along with these other other features:
-
Filters all opened tabs using ‘start’ and ‘end’ auto queries constructed from the active tab url. And gives you the option to activate/deactivate them.
‘start’ auto query is capable to generate groups of a) same domain b) about:
category c) file:
category, etc.
‘end’ auto query is capable to generate groups that ends in ‘$[text]’ or ‘.[text]’, last one is the same as grouping per file extension.
-
Access and brings up any filtered tab once clicked, even if it’s from other window.
Thoughts & Feedback:
Please, let me know, sheppy, if the extension is good enough to help you with your hard work or if you would like to see different features/characteristics/style in it .
I have plans to improve the popup style (it’s quite simple at the moment), as well as to add extra features in the future — for example, presets that will allow you to use editable regEx expressions to group tabs into personalized categories (social networks, documentation, etc).
And for any other person that gets to read the comment, I would be so happy to hear any ideas to improve the functionality or how to give a beautiful style to the extension and of course, any bugs found as well .
I attach some screenshots of the extension filter capabilities.