README 532 B

12345678910111213
  1. The DOM Distiller component contains code for an experimental prototype for
  2. distilling the core part of a web page.
  3. To enable this feature, use the command line flag --enable-dom-distiller.
  4. It may also help to use a new user profile --user-data-dir=<directory>
  5. The DOM Distiller is a layered component. See:
  6. http://www.chromium.org/developers/design-documents/layered-components-design
  7. Folder structure:
  8. core/ contains the business logic of the component.
  9. webui/ contains the WebUI code and resources for the debug page.