Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Reveal URL of about:newtab and about:blank in URL bar

more options

I navigate to 'about:newtab' and 'about:blank' and URL is empty instead of contain correspondent URL.

I can only destinguish tabs by content.

Is there a way to see 'about:newtab' and 'about:blank' URL in location bar?

I navigate to 'about:newtab' and 'about:blank' and URL is empty instead of contain correspondent URL. I can only destinguish tabs by content. Is there a way to see 'about:newtab' and 'about:blank' URL in location bar?

Giải pháp được chọn

Whoops, I was thinking of the tab bar and not the address bar. Changing the address bar is not something add-ons can do. Perhaps someone has an idea for a style rule hack. This is a good site for researching such things: https://www.reddit.com/r/FirefoxCSS/

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (4)

more options

Do they both say "New Tab" on yours?

I'm not aware of any built-in way to change that.

I think add-ons can change the about:blank page, but I don't know whether changing the title is one of them. If it is, the title on the tab for about:blank could be changed by this one-line script:

document.title = "Blank";
more options

Giải pháp được chọn

Whoops, I was thinking of the tab bar and not the address bar. Changing the address bar is not something add-ons can do. Perhaps someone has an idea for a style rule hack. This is a good site for researching such things: https://www.reddit.com/r/FirefoxCSS/

more options

jscher2000 said

Whoops, I was thinking of the tab bar and not the address bar. Changing the address bar is not something add-ons can do. Perhaps someone has an idea for a style rule hack. This is a good site for researching such things: https://www.reddit.com/r/FirefoxCSS/

I don't realy want to go into css and addon things. and yes, I was talking about url bar, not the tab title bar, but tab titile would be also helpful

So is there a way in about:config to reaveal URL of abour:blank, about:newtab ? Thanks

more options

pciapa1 said

So is there a way in about:config to reaveal URL of abour:blank, about:newtab ? Thanks

I didn't find one that worked for that.