How to start firefox without toolbar and menus?

User Help for Mozilla Firefox
Locked
sturm62
Guest

How to start firefox without toolbar and menus?

Post by sturm62 »

Hi everyone,

is it possible to start Firefox with a specific URL with toolbar and menus disabled?

Background: we have an intranet webapplication, and i want to make a shortcut
on the desktop for all users, which opens the URL in a new window without toolbars
and menus. If the user opens firefox with the default shortcut, then toolbars and
menus should remain enabled.

PS: Firefox is great :-)
User avatar
rtmjr50
Posts: 6318
Joined: August 2nd, 2004, 5:06 pm
Location: Raleigh, NC USA

Re: How to start firefox without toolbar and menus?

Post by rtmjr50 »

sturm62 wrote:Hi everyone,

is it possible to start Firefox with a specific URL with toolbar and menus disabled?

Background: we have an intranet webapplication, and i want to make a shortcut
on the desktop for all users, which opens the URL in a new window without toolbars
and menus. If the user opens firefox with the default shortcut, then toolbars and
menus should remain enabled.

PS: Firefox is great :-)


shortcut: (assume windows and firefox is default browswer)

firefox.exe www.name.com or let www.name.com be the home page.

as to disable toolbars and menus ... I am assuming that you don't want want them to be displayed.

easy way ..... menu editor extension

Customize application menus:
Rearrange or remove menuitems from the main context menu (right-click menu) and main menubar (File Edit View etc.)
https://addons.mozilla.org/extensions/m ... php?id=710

hard way ....... add entries to userChrome.css

http://www.mozilla.org/support/firefox/ ... p_mainmenu

FYI .... adding entries to user.js, or userChrome.css or userContent.css and you can make Firefox look and behave anyway you want ....

read: http://www.mozilla.org/support/firefox/edit

also .... http://www.extensionsmirror.nl/index.ph ... howforum=8

PS .... ChromEdit extension is a User File Editor for all the major Mozillan applications which lets you edit userChrome.css, userContent.css and user.js from the comfort of your app., there is no requirement for you to know the location of your profile. ...... THE BAD PART IS THAT IT DOES NOT WORK IN FIREFOX !.5 (bumping does not work with this one) .... and the author does not seem to be willing to fix it to work in Firefox 1.5 .....

https://addons.mozilla.org/extensions/m ... .php?id=17

PMs are always welcome

later, Richard
Rule #1: My computer is always right, the human is always the problem .. RULE #2: See Rule #1
using Win XP/SP2 (home) FF1.5.0.9 FF2.0.0.1 FF3a1 Tbird1.5.0.9 ==> Press for More Answers <==
No colours in sig please.
sturm62
Guest

Post by sturm62 »

Hi Richard,

thank you for the extensive reply, but it doesn't solve my problem. You are right, firefox
is default browser and the platform is windows. I don't want to change the default
look of the browser - it should remain with toolbars and windows when started with
the default shortcut.

I want create a desktop shortcut to our intranet application which should open a
window without toolbars and menus - just like the javascript code
window.open("http://192.168.1.1/myapp","myapp",toolbar=0,menubar=0)
would do.
sturm62
Guest

Post by sturm62 »

Just found a solution:

"C:\Programme\Mozilla Firefox\firefox.exe" -jsconsole "javascript:window.open('http://hostname/myapp','myapp',toolbar=0,menubar=0); windows.close()"
Zig13
Guest

Re: How to start firefox without toolbar and menus?

Post by Zig13 »

Anonymous wrote:Just found a solution:

"C:\Programme\Mozilla Firefox\firefox.exe" -jsconsole "javascript:window.open('http://hostname/myapp','myapp',toolbar=0,menubar=0); windows.close()"
Annoyingly, this fantastic solution is blocked by NoScript. Anyone know how to turn this specific feature (non-http javascript blocking) off?
Locked