- Add error handler for the special character % in the tags
- 为标签中的特殊字符%添加错误处理
To explain, pixiv sometimes encodes the tags to escape special characters and I use decodeURI to decode that. Encoded tags will be like ^ -> %5E. However unescaped % in the tag will lead to an error. An error handler is added for that now.