* Fixed and improved capture helpers:
* Fixed an issue that many commands do not expand parameters whose value is a command correctly.
* A selector can now reset its reference node using `base` property.
* Added "equal" command.
* "get_html" and "html" commands now support an additional `isOuter` parameter for getting and setting outer HTML.
* "match" command now supports getting named capture groups.
* "insert" command can now move nodes by specifying a selector as nodeData.
* "insert" command now supports "replace" mode.
* "insert" command now automatically escapes the content of the generated comment nodes.
* "decode_uri" command now returns the original string if the input string is malformed.
* Improved localization for zh_CN.
* Improved CSS code for several internal pages.