-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go to default root host of domain #47
Comments
Hi @Gitoffthelawn ffthelawn If fact, it is the expected behavior. As the issue #10 points out, the Usually, when the What do you think about it? |
Hi! I agree. Well, almost completely. Sometimes I think there may be a bug though. If you go to |
Hum, if we add the
Because the logical parent of |
Ya, you're probably right... although it would look prettier in the other order. :) Of course, your logic is spot on. BTW, could you reproduce the bug on |
Weird. I get a completely different result. Mine doesn't list Tested on Win7 with FF60b8. |
Yes weird… I also run Firefox 60.0b8 (but on ChromeOS using crouton to run Debian. That's an other story!) Maybe we could try to find what differs from my setup:
|
|
Just tried it in a new FF profile. Same result. 8-) |
When you said "same result", it means same result as me (working) or same result as your default profile (not working)? 😥 |
💡 ! Could you try to:
It might be a default setting value which is not applied. |
LOL. That was ambiguous! Same result as my default profile (not working).
I don't see a |
Okay, I see the issue here… I did not release the 6.1 version with the parsing domain option!
I would really like to code unit tests before releasing this kind of feature but I don't know how to make it for WebExtensions... |
I had a hunch we were using different versions of the extension! :) |
Okay so I find a way to write some tests! 🎉 I will try to find some time during the weekend to test and finish the domain parsing implementation. Can't promise anything 😅 |
That's great! Woohoo! :) |
Here it is! I just found a network connection to push it to GitHub: fafe7db I now need to update documentation and make a new release. |
As the version was approved on AMO, I close the issue! |
Several times recently, I've needed to go to the default "root" host of a domain.
So let's say I'm on
gitoffthelawn.github.com
. I then want to go towww.github.com
.Can you add it to the top of the list in the scrollupfolder dropdown?
For example:
The text was updated successfully, but these errors were encountered: