Live data from Hacker News

Show HN: Custom New Tab page for Firefox

github.com

1–10 of 31 posts

Re: Show HN: Custom New Tab page for Firefox

#3

Excellent! 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

#5
post #3

Excellent! 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

I only have an issue where it's not displaying the temperature. I set the place to Kostolac in the controller and the view, and language to en, and it's just not displaying the temperature. I'm not familiar with Angular so I don't know how to fix it.

Re: Show HN: Custom New Tab page for Firefox

#7

An 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.

Re: Show HN: Custom New Tab page for Firefox

#10
post #7

An 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.

I haven't looked at the app, but if he enables html5 mode you can drop the hash suffix on urls.

https://docs.angularjs.org/guide/$location

Post reply on HN