CiteULike local file references

By Tor Arne Vestbø Last update Jan 31, 2006 — Installed 546 times.


Script Summary: Change CiteULike to allow local file links

Remotely hosted version

Script homepage

This script changes CiteULike to allow local file references/links.
I use it to store my reading list locally, and then use Acrobat to
take notes, mark good quotes, and so on.

You can specify a library root folder, in case you move your library,
but references are stored locally so in case you move between different
workstations a lot you'll have a problem :(

NOTE: You need to enable access to local links by adding the following
to you "user.js" file:

user_pref("capability.policy.policynames", "localfilelinks");
user_pref("capability.policy.localfilelinks.sites", "http://www.citeulike.org");
user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");

For more info on this see:
http://kb.mozillazine.org/Links_to_local_pages_...

Let me know of any bugs! :)

Tor Arne