"New Tab" Page Feature- Restoring Blank Page

Discussion about official Mozilla Firefox builds
User avatar
Gingerbread Man
Posts: 7735
Joined: January 30th, 2007, 10:55 am

Re: "New Tab" Page Feature- Restoring Blank Page

Post by Gingerbread Man »

It's already been mentioned that you can pin 9 sites. If you want those sites set in stone, you can remove the pushpin and close icons with Stylish or userContent.css.

Code: Select all

@-moz-document url(about:newtab) {

.newtab-control-pin,
.newtab-control-block {
  display: none !important
}

}
User avatar
smsmith
Moderator
Posts: 19979
Joined: December 7th, 2004, 8:51 pm
Location: Indiana

Re: "New Tab" Page Feature- Restoring Blank Page

Post by smsmith »

Split lanuk's support request to here:
viewtopic.php?f=23&t=2467061
Give a man a fish, and he eats for a day. Teach a man to fish, and he eats for a lifetime.
I like poetry, long walks on the beach and poking dead things with a stick.
Please do not PM me for personal support. Keep posts here in the Forums instead and we all learn.
dyn
Posts: 19
Joined: October 23rd, 2004, 2:32 pm

Re: "New Tab" Page Feature- Restoring Blank Page

Post by dyn »

Gingerbread Man wrote:It's already been mentioned that you can pin 9 sites. If you want those sites set in stone, you can remove the pushpin and close icons with Stylish or userContent.css.

That sounds like a good alternative if you want to use the pinning option, if you do not then changing about:newtab to about:blank is much easier.
balcis
Posts: 33
Joined: September 25th, 2010, 11:06 am

Re: "New Tab" Page Feature- Restoring Blank Page

Post by balcis »

Gingerbread Man wrote:It's already been mentioned that you can pin 9 sites. If you want those sites set in stone, you can remove the pushpin and close icons with Stylish or userContent.css.

Code: Select all

@-moz-document url(about:newtab) {

.newtab-control-pin,
.newtab-control-block {
  display: none !important
}

}


out of the subject, can I pin more? actually 9 is not enough for me, may be for most people.
User avatar
mikedl
Posts: 1236
Joined: October 14th, 2010, 4:47 pm
Location: Florida, USA

Re: "New Tab" Page Feature- Restoring Blank Page

Post by mikedl »

balcis wrote:out of the subject, can I pin more? actually 9 is not enough for me, may be for most people.

See here (your very own thread) ...

viewtopic.php?f=23&t=2474891
"It may be that there are true demonstrations; but this is not certain. Thus, this proves nothing else but that it is not certain that all is uncertain, to the glory of skepticism." Pascal's Pensées
balcis
Posts: 33
Joined: September 25th, 2010, 11:06 am

Re: "New Tab" Page Feature- Restoring Blank Page

Post by balcis »

mikedl wrote:
balcis wrote:out of the subject, can I pin more? actually 9 is not enough for me, may be for most people.

See here (your very own thread) ...

viewtopic.php?f=23&t=2474891


thank you twice.
Locked