Skip to content

Instantly share code, notes, and snippets.

@Noneangel
Noneangel / case-converter.user.js
Last active May 5, 2018 08:28
userscript for case covertion of selected text (shift+F3 to trigger)
// ==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