Skip to content
forked from cho45/chemr-js

Re-implement Chemr (Reference Viewer) on Greasemonkey

Notifications You must be signed in to change notification settings

onishi/chemr-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • Ruby 3.2%