alpicola / chemr-js

Re-implement Chemr (Reference Viewer) on Greasemonkey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chemr.user.js

Feature

Just provide incremental search index for reference sites by Greasemonkey.

Current Support:

Key Binding

C-l: focus input
C-n: select next candinate
C-p: select previous candinate
C-u: clear input
C-o: show current url
C-w: delete last word 
TAB: compliment first candinate
ESC: hide input area
RET: select first candinate

Index

First you access the site, this scripts crawl and create index. This may be little or very heavy but after all the index is stored in localStorage.

You can recreate index by Greasemonkey menu command: "Reindex."

Independent Window

You can create new profile (named 'chemr'), install Greasemonkey, Stylish and this script, and run createapp.rb, it creates Chemr.app which run standalone independent from Browser.

About

Re-implement Chemr (Reference Viewer) on Greasemonkey


Languages

Language:JavaScript 93.2%Language:Ruby 6.8%