搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

I need a specific shortcut (tab, icon, etc) that will open a specific website in a small window, but allow other browser tabs to open in most recent size(normal

  • 1 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

I'd like to have a shortcut (desktop icon, or maybe an FF tab) that will open my favorite music streaming site into a very small window at the lower right corner of my Windows desktop. But I want all other FF windows/tabs to open in whatever size they were in the last time I exited FF. In other words, how do I setup FF to open a specific site to a specific size/location every time it's opened, but still allow other browser windows to open "normally"? TIA

I'd like to have a shortcut (desktop icon, or maybe an FF tab) that will open my favorite music streaming site into a very small window at the lower right corner of my Windows desktop. But I want all other FF windows/tabs to open in whatever size they were in the last time I exited FF. In other words, how do I setup FF to open a specific site to a specific size/location every time it's opened, but still allow other browser windows to open "normally"? TIA

所有回覆 (1)

more options

You can possibly use a JavaScript bookmarklet to open the current tab in a new window with some features hidden and with a specific default size.

You can create a new bookmark and paste the JavaScript code in its Location field.

javascript:void(window.open(location.href,'_blank',"width=640,height=360,menubar=no,resizable=yes,titlebar=no,toolbar=no"))