quentin-st / Material-Freebox-OS

Freebox OS Material UI redesign - Chrome & Firefox extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material Freebox OS

This project's aim is to redesign Freebox OS's UI by injecting custom stylesheets into its web interface via a Google Chrome or Firefox extension.

As you can see, the redesign is hugely inspired from Google's Material design guidelines and Chrome OS specs.

Download on Chrome Web Store Download for Firefox Download for Opera

Material-Freebox-OS

See below for more screenshots.

How does it work?

Quite straight-forward actually: injector.js file is injected by either Chrome or Firefox inside the tab. His aim is to inject the necessary resources - style.css, content-script.js, MaterialDesignIcons stylesheet and Roboto font.

We use SCSS (compiled CSS) to override Freebox OS's styles alongside with some Javascript when necessary.

That's it!

This project relies on the following resources:

How about security?

That's a legitimate question: you can browse Javascript files (injector.js and content-script.js) in this repo or directly from Chrome's debugger tools - to see that their sole purpose is to manipulate the DOM to apply some styling that couldn't be set in CSS.

How to contribute

Do not hesitate to open issues or to create pull requests against the master branch! The main project is based on SCSS to build CSS files: you'll need an appropriate compiler alongside with some Chrome extensions notions.

Note: we're using the EditorConfig standard to supply coding rules for this project, learn more about it here.

Warning: this is not meant to be perfect. Freebox OS's UI is quite difficult to style, and some changes aren't possible for now. I'd rather keep this project maintainable and compatible with upcoming releases of Freebox OS than doing some Javascript black magic to set these minimize/maximize/close buttons padding.

Screenshots

Material-Freebox-OS Material-Freebox-OS

Check Material Freebox OS's page on the Chrome Web Store or Firefox addons repository for some more.

Licensing

Material-Freebox-OS is distributed under the GNU GPL version 2.

About

Freebox OS Material UI redesign - Chrome & Firefox extension

License:GNU General Public License v2.0


Languages

Language:SCSS 97.7%Language:JavaScript 1.7%Language:Python 0.4%Language:HTML 0.1%