GithubHelp home page GithubHelp logo

xarinatan / firebox Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 23 KB

A script that allows you to create a portable Firefox profile that you can sync anywhere, e.g with Seafile or Owncloud or Dropbox or some app alike, allowing you to remote kill other instances to prevent corruption of the profile

License: GNU General Public License v3.0

Shell 81.38% Batchfile 11.77% JavaScript 6.85%
bash firefox franz profiles rambox synchronization

firebox's People

Contributors

xarinatan avatar

Stargazers

 avatar  avatar

Watchers

 avatar

firebox's Issues

Firebox script on Windows does not check for .kill file yet

Windows batch files are a lot more limited which limits options compared to bash's ability to run the application as a job in the background while the script keeps running.
One way it could be done is by running the script again through the 'start' command, with perhaps the path and process ID as parameters along with a parameter to make it run in this background mode, and let that separate part of the script take care of the killing when the .kill file is synced in.
I have yet to find time to implement this, but it'll come sometime soon.

Set defaults by optionally injecting user.js into profile

http://kb.mozillazine.org/User.js_file
On creating a new profile, ask if the user wants to copy the user.js into the profile dir.

Some nice idea for defaults:

user_pref("privacy.userContext.enabled", true);
user_pref("privacy.userContext.ui.enabled", true); 
user_pref("lightweightThemes.selectedThemeID", "[email protected]");

Enables User Contexts (aka multi account containers) without requiring additional addons, and activates the dark-compact theme.

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.