Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.
[Brief description ]
- [more description]
- [more description]
- [more description]
| // ==UserScript== | |
| // @name Unlock Data Viewer @ sequencing.com | |
| // @namespace http://github.com/tuscias | |
| // @version 0.1 | |
| // @description removees blurry text from Data Viewer | |
| // @author tuscias | |
| // @match https://sequencing.com/* | |
| // @grant none | |
| // @run-at document-end | |
| // @require http://code.jquery.com/jquery-latest.js |