Show HN: Custom New Tab page for Firefox
github.com
Show HN: Custom New Tab page for Firefox
1–10 of 31 posts
Re: Show HN: Custom New Tab page for Firefox
#2Re: Show HN: Custom New Tab page for Firefox
#3Excellent! Much better than what I made for personal use, and it's great that you open sourced it. I'll set it up on my local web server and start using it.
Re: Show HN: Custom New Tab page for Firefox
#4Out of curiosity, why did you use Angular? For a simple, non-interactive page Angular seems like overkill.
Re: Show HN: Custom New Tab page for Firefox
#5Excellent! Much better than what I made for personal use, and it's great that you open sourced it. I'll set it up on my local web server and start using it.
Thanks for the feedback! I've had a few prototypes along the years but this was actually something that I figured someone would be interested in. I'll continue to develop this and add customizable user settings etc when I have time
Re: Show HN: Custom New Tab page for Firefox
#6Re: Show HN: Custom New Tab page for Firefox
#7An issue I've found is that the URL stays in the address bar. This seems to be caused by Angular adding "#/" to the page URL after it is loaded - any idea how to fix this?
Re: Show HN: Custom New Tab page for Firefox
#8Looks really nice. Out of curiosity, why did you use Angular? For a simple, non-interactive page Angular seems like overkill.
Re: Show HN: Custom New Tab page for Firefox
#9Re: Show HN: Custom New Tab page for Firefox
#10An issue I've found is that the URL stays in the address bar. This seems to be caused by Angular adding "#/" to the page URL after it is loaded - any idea how to fix this?
Be sure to link it to the #/ address if you're using the plugin. I had the same problem, this is because the router is redirecting all to the #/-address.