Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Firefox extensions

Featured Replies

I have my cd set up with Wihu with a checklist at the end of the install for extra programs... I want to know if anyone has a way for installing individual firefox extensions.

I have just been zipping up my profile, but I want the user to be able to pick and choose what extensions they add... is this possible?

Also, unrelated.. is there a simple way to set firefox as the default browser? Something like small reg entry... I've searched the forums and the method I use right now seems unnecessarily envolved.


for the default:

IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" REG ADD "HKCU\Software\Clients\StartMenuInternet" /ve /t REG_SZ /d "firefox.exe" /f
IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" REG ADD "HKLM\Software\Clients\StartMenuInternet" /ve /t REG_SZ /d "firefox.exe" /f
IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" REG ADD "HKLM\SOFTWARE\Clients\StartMenuInternet\firefox.exe" /ve /t REG_SZ /d "Firefox" /f
IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" REG ADD "HKLM\SOFTWARE\Clients\StartMenuInternet\firefox.exe" /v "LocalizedString" /t REG_SZ /d "Firefox" /f
IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\firefox.exe" /ve /t REG_SZ /d "%systemdrive%\program files\Mozilla Firefox\firefox.exe" /f
IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" REG ADD "HKLM\SOFTWARE\Clients\StartMenuInternet\firefox.exe\DefaultIcon" /ve /t REG_SZ /d "%systemdrive%\program files\Mozilla Firefox\firefox.exe,0" /f
IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" REG ADD "HKLM\SOFTWARE\Clients\StartMenuInternet\firefox.exe\shell\open\command" /ve /t REG_SZ /d "%systemdrive%\program files\Mozilla Firefox\firefox.exe" /f
IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" REG ADD "HKEY_CLASSES_ROOT\.htm\DefaultIcon" /ve /t REG_SZ /d "\"%programfiles%\\Mozilla Firefox\\firefox.exe,0\"" /f
IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" REG ADD "HKEY_CLASSES_ROOT\.html\DefaultIcon" /ve /t REG_SZ /d "\"%programfiles%\\Mozilla Firefox\\firefox.exe,0\"" /f

Mozilla Firefox Extensions & Themes

IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" for %%e in ("%cdrom%\Software\Firefox\*.xpi") do "%programfiles%\Mozilla Firefox\firefox.exe" -install-global-extension "%%e"
IF EXIST "%programfiles%\Mozilla Firefox\firefox.exe" for %%e in ("%cdrom%\Software\Firefox\\*.jar") do "%programfiles%\Mozilla Firefox\firefox.exe" -install-global-theme "%%e"

u should be able to adopt the script for wihu select/deselct using a simple copy command (copy selected *.xpi to a folder and change the dir in the -install-global-extension command line accordingly)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.