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 TableTools | |
| // @namespace ameboide | |
| // @author ameboide | |
| // @description Adds filters (ctrl+shift+click), sorting (ctrl+alt+click) and stats (ctrl+alt+shift+click) to tables | |
| // @include * | |
| // @version 1.7.1 | |
| // @updateURL https://gist.github.com/patrolez/5c0d6aae1e81d02bde741919b6f50827/raw/tabletools.user.js | |
| // @grant GM_addStyle | |
| // ==/UserScript== |