A chrome extension that changes the frontend to Rietveld for Chromium making it awesome.
- Install bower
- Run bower install in the root of the project.
- Open about:flags and enable "Experimental web platform features".
- Open chrome:://extensions and load the unpacked extension.
Note: Chrome 36+ is required.
The application works by redirecting navigations to codereview.chromium.org to /static/app/ which the server will respond to with a 404. It then replaces the 404 page with the app. This is done since most rietveld pages take a long time to load, but the 404 page is fast.