Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

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 Antwort
  • 1 hat dieses Problem
  • 2 Aufrufe
  • Letzte Antwort von 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

Alle Antworten (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"))