Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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"))