Giter Club home page Giter Club logo

dapgo / menu4multiple_webrowsers Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 1.0 6.24 MB

A Menu launcher for all your WebBrowsers (available for Win and *nix/macOS) that allows sharing a common profile among different Firefox webbrowser (Basilisk, FF,Waterfox or Palemoon and forks ). Feedback and bug report are welcome ;)

License: GNU Lesser General Public License v3.0

Batchfile 74.29% Shell 25.71%
macos windows webbrowser firefox palemoon menu-launcher waterfox basilisk-forks basilisk posix

menu4multiple_webrowsers's Introduction

Menu_Launcher4multiple_WebBrowsers

It is a Menu to launch web-browsers and compatible with 2 type of Operating System (Windows and Unix/Mac) without installation. Besides not requiring installation, the Menu is fully portable and it help also to make all your browsers portable.

DOWNLOAD YOUR MENU VERSION FROM RELEASES SECTION

Other feature of this Menu is to allow the sharing of a common profile folder among different compatible Browsers x webbrowser Firefox56(Basilisk, Waterfox, Basilisk forks) ,Firefox27 (Palemoon, FF27, PM forks) or Chrome (Chrome, Chromium, Vivaldi, Brave,..). Menu is useful to allow the testing of a different webbrowser but using the same configuration than on you daily browsers.

(Below screenshots can be outdated, at the moment Menu is a bit better and nicer. Windows batch and BashPosix Linux/MacOSx are not completely aligend, so there are some differences)

Screenshot: Menu for Linux/macOS icon

Screenshot: Menu for Windows OS

icon icon icon

This Menu solution enables you to:

  • have centralized menu to open all your webbrowsers
  • run a different browser when a web page is not loading/ working properly
  • use Firefox sync on Basilisk (using a 2018 version)
  • test a new version of a webbrowser without replacing your "stable" version
  • run a win32 fork in your older computer with WinXP but keeping your current profile
  • manage configuration through a config file and without need of programming skills (only Mac/Linux)

Real and useful scenarios:

  • Do a FF sync with Basilisk2018 but keep as your main browser an updated Basilisk2019(Palemoon Sync)
  • Run Waterfox on a webpage which is not loading properly with Basilisk.
  • Run Serpent/Centaury (Basilisk forks) on your WindowsXP 32bits or ReactOS but keep as your main browser an updated Basilisk2019
  • Run MyPal (PM fork) on your WindowsXP 32bits or ReactOS but keep as your main browser an updated Palemoon

icon

menu4multiple_webrowsers's People

Contributors

dapgo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

brainhub24

menu4multiple_webrowsers's Issues

Problems in Windows XP

Environment:
Windows XP 32bits SP3

  • Menus doesn't fit in default screen width,

CMD configuration:
bitmap font 12x16
Window size width:80 height: 25

  • Non stop loop and reprinting 1st Menu.

Message: " CHOICE" is not recognized

Verify/Check Menu batch in ReactOS

is there any ReactOS user able to collaborate?
Just launching the script and submit screeenshot is something goes wrong would be appreciated.
Setting the script to launch a browser a try to open would be amazing :)

Problems with ReactOS

CHOICE is included
format /C:[options] ( C:1234HQ)

/M is not compatible with ReactOS
/C 1234HQ (compatible MSDOS 6.22) is not compatible with reactOS

ReactOS Default: windows size: 80x25

Bash (macOS) when "Open with" Terminal from Finder

There is an incoherent behavior among the different ways to execute the script:

  • sh menu.sh from terminal
  • bash menu.sh from terminal
  • ./menu.sh from terminal

and

  • Finder "Open with" Terminal

Script starts with the Shebang/hashpling #!/bin/bash

In brief, in the the second case, the sentence declare -A produces an error whereas there is not error when using other methods

Manage/Config from a external config file (read)

Purposes/Objectives:
avoid the need of editing the script file.
make easier for user without programming knowledge
allow to move the configuration to a new version of the menu
allow the sharing of a common config file between multiplatform Menu (Win and Mac/*nix)

At the moment the Bash version supports the usage of a config file :)

However:
menu for windows doesn't support this feature yet (batch)
config file is loaded instead of read the content (bash)
loading/call is less secure(bash)
load for windows will require a text, as variables are set differently(batch)

Verify : CHOICE command (32bits, 64 bits, XP....)

CHOICE.COM (32bits from DOS6.22) is not compatible with Windows 64bits.

  • winXP32bits
  • winXP64bits
  • ReacOS
  • Windows 7 64bits
  • Windows 7 32bits
  • Windows 10
  • Windows Vista
  • Windows 2003
  • Windows 2000 +Kernelex

Browsers technologies/accronyms/glossary

IA-32 | (Intel Architecture, 32-bit) | sometimes also called i386
SSE | (Streaming SIMD Extensions) | instruction set to the x86 architecture, introduced in 1999 in Intel Pentium III
SSE2 | (Streaming SIMD Extensions 2) | instruction sets introduced by Intel Pentium 4 in 2000

Menu/Script versions, status/features and future

Format Script version Status Operating systems Menu pages Config file CLI params info tags Avail Download
batch Advanced stable Windows/ReactOS 2 Y N N Y
bash Single/basic stable Linux/macOS 1 Y Pend Y Y
:------: :--------: :------: :------------: :---: :---: :---: :---: :---:
bash Advanced unstable Linux/macOS 2 N Pend N N
batch Single/basic Pending Windows/ReactOS N/A N/A N/A N N

execute bash script from a fat32 usb (linux)

In Mac is possible to launch the script stored in a fat32 device, and also to execute the binary (inside the mac bundle package) stored at fat32.
Unfortunately, Linux requires an implicit execution permission and fat32 doesn't allow it yet.

Add cli parameters (predefined and free text)

Predefined parameters values

  • Firefox
    -safe-mode
    -ProfileManager
    -console
    -purgecaches

  • Chrome
    --allow-running-insecure-content
    --incognito
    --no-experiments
    --disable-plugins

  • Edge

A free text by user (such as an url for firefox)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.