Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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 reply
  • 1 has this problem
  • 1 view
  • Last reply by 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

All Replies (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"))