A trivial Chrome/Firefox extension that highlights the quoted text in GMail.
It works both when reading email, as well as when editing.
If you want to change colors, just change the src/ghq.css
file.
Currently, this extension is only available as a source code.
- In Chrome, go to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Point to the
src
directory in this tree - Reload the page
- Done
- Open
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on"
- Select any file in the
src
directory here.
See here for more options