Archived Comments (locked)

in
Subscribe to Archived Comments 2 posts, 2 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
init2null User

Your include/exclude sites won't work for those of us not using your ProQuest combo package. To make it more flexible, you could get some rules from the SafariMax script and my comment on that script.

Using space as a shortcut is a good idea. I took it a step further when I just added it to my copy of the SafariMax script.


if ((keyChar == " ") && (e.shiftKey) && (window.scrollY == 0)) {e.preventDefault(); linkPage("Previous")}
if ((keyChar == " ") && !(e.shiftKey) && (window.scrollY == window.scrollMaxY)) { e.preventDefault(); linkPage("Next")}

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel