Skip to content

Add filter hooks and modules

Boris Budini requested to merge filters into master

Adds a filter hook that happens synchronously after the content document has been parsed, but before the afterParsed hook that many modules use. This allows for filtering out or changing parts of the DOM before it is processed by other hooks.

Current modules in filter are:

Adds the Clear-Cut library to handle css rule specificity: https://github.com/atom/clear-cut

Edited by Boris Budini

Merge request reports