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

Multi site bookmark

  • 7 trả lời
  • 1 gặp vấn đề này
  • 19 lượt xem
  • Trả lời mới nhất được viết bởi Furrytail

more options

Is it possible to set a multi site bookmark? For example, one click opens 8 sites/tabs. If so, how is it setup?

Is it possible to set a multi site bookmark? For example, one click opens 8 sites/tabs. If so, how is it setup?

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

To avoid confusion: http://kb.mozillazine.org/JavaScript_is_not_Java

{Ctrl + Click} works the same as Middle-click.

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

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

more options

<strike>Try the following:

  1. Open the Properties for a bookmark
  2. In the location field insert all desired URLs
  3. Place a | (not an L) between each URL

Please report back soon.</strike>

This is not possible in Firefox, but maybe a Firefox add-on will achieve this.

Được chỉnh sửa bởi Wesley Branton vào

more options

If you want to leave feedback for Firefox developers, you can go to the Firefox Help menu and select Submit Feedback... or use this link. (You'll need to be on the latest version of Firefox to submit feedback). Your feedback gets collected at http://input.mozilla.org/, where a team of people read it and gather data about the most common issues.

more options

Put those 8 bookmarks in the same folder, then middle-click that folder to have all 8 of those bookmarks open in new Tabs.

more options

You could do this via JavaScript window.open() calls if you make sure to redirect such calls to a new tab if you want to do this via one bookmark and not by middle-clicking a folder with the bookmarks.

javascript:void(window.open('http://www.google.com')); void(window.open('http://www.yahoo.com'));

See also:

more options

I will login from Win laptop tomorrow. I'm on iPad right now and see one response but it says there are four. Emailed response says use "middle button click" but laptop has left and right only. I don't do Java due to exploits (don't try to talk me into it!) so the middle click solution sounded good. I will be back tomorrow afternoon and hope y'all can help. Thank you!!

more options

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

To avoid confusion: http://kb.mozillazine.org/JavaScript_is_not_Java

{Ctrl + Click} works the same as Middle-click.

more options

Thank you SO much. Just set it up and tested and all 8 tabs opened up. I'm going to set up a couple more of those (email programs, forums) and save my disabled fingers lots of typing.