This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name OpenCC 繁简转换器 | |
| // @name:en OpenCC Chinese Converter | |
| // @namespace https://github.com/Backsoon0 | |
| // @version 1.1 | |
| // @description 多向繁简转换工具:支持繁→简 / 简→繁 / 短语转换,可通过菜单随时切换,偏好自动保存。基于 opencc-js 1.3.1。 | |
| // @description:en Multi-directional Chinese converter: Traditional↔Simplified with phrase support. Switch modes via menu, preferences auto-saved. Powered by opencc-js 1.3.1. | |
| // @author Backsoon0 | |
| // @license MIT | |
| // @match *://*/* |