为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

i want to make my own new tab page

  • 9 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 dkallen78

more options

I want to make my own custom new tab page. I don't want to customize yours. I want to make an html file and use that. I'd prefer to keep my file local but if I need to upload it to you, that's cool, too. I know enough html and css to make my own page, but perhaps I don't know enough to understand why you don't allow this. Is it for technical reasons or financial?

I want to make my own custom new tab page. I don't want to customize yours. I want to make an html file and use that. I'd prefer to keep my file local but if I need to upload it to you, that's cool, too. I know enough html and css to make my own page, but perhaps I don't know enough to understand why you don't allow this. Is it for technical reasons or financial?

所有回复 (9)

more options

Hello dkallen78,

Maybe this extension will do what you want :

https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/

Or does it not even come close  ?

more options

almost! This was the closest I found as well, but it doesn't work w/ local files that access local images. I might just find the images I want online but it's a half-assed solution...

I read somewhere that Mozilla doesn't allow it because if malicious actors have access to my local files they can do bad things. What I don't get is why they can't restrict local access to only custom home pages and new tab pages, and restrict access from outside sources.

Thank you

more options

Hi

What kind of changes would you like to make? I have added a background to my new tab page, so if you are wanting to do the same, I might be able to help.

more options

Not quite, I wanted to make a list of webpages and style it myself, I think I can do it w/ the extension mentioned above but I'll have to rely on outside links to images since it can't access local files

more options

Ok, cool. Go forth and customise!

-)
more options

dkallen78 said

I read somewhere that Mozilla doesn't allow it because if malicious actors have access to my local files they can do bad things. What I don't get is why they can't restrict local access to only custom home pages and new tab pages, and restrict access from outside sources.

I will forward this to someone who just might be able to come up with the perfect solution/answer for you .....

more options

It is done.

At first it was just a whim but when I found out it wasn't easy (when it really should be) it became a drive. It's not beautiful but it's mine.

Thanks you to everyone and your enthusiastic responses. Hopefully Mozilla will make a better solution to this that encourages more people to play w/ HTML/CSS/JavaScript.

more options

dkallen78 said

It is done.

That was fast .....

At first it was just a whim but when I found out it wasn't easy (when it really should be) it became a drive. It's not beautiful but it's mine.

And we don't get to see it ...... Not even a little peek  ?

Hopefully Mozilla will make a better solution to this that encourages more people to play w/ HTML/CSS/JavaScript.

I don't think that the average internet user is as ambitious as you, though .... But : good for you !

more options

https://github.com/dkallen78/NewTabPage

For now it's just tables to neatly organize things. Each table has a header and a single row (for now). Each <td> has an icon and a link to a self-learning site

I used CSS to make it pretty and I've been pondering how I can use some JS because as an amateur I always need to be practicing. I think the next step is making it a bit more reactive w/ some more CSS.

You can get an idea of my JS level based on my other gitHub projects, if you have any suggestions on how to implement some JS I'd love to hear it!

It's not the best design because I can only upload one file so it needs to have the CSS and the script built into the HTML file.