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 Case converter | |
| // @version 0.2 | |
| // @author Noneangel | |
| // @description swap the case of the selected text | |
| // @include http://* | |
| // @include https://* | |
| // ==/UserScript== | |
| /* do modify */ | |
| // test if one of the key code is pressed |