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