Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move HTML rewriting rules to standalone functions
Create HTMLRewritingRules object supporting various rewrite operations: - drop attribute - rewrite attribute - rewrite whole tag - rewrite data Each operation is supported by a decorator which can be used on any function defining a rewrite operation. This commit also moves all existing rewriting operations to standalone functions.
- Loading branch information