3edb6e0286
Scholar should now attempt to process citation information from EndNote download links (MIME types application/x-endnote-refer and application/x-research-info-systems). in situations where Scholar cannot process the information, a standard helper app dialog will appear. this behavior is controlled by the preference extensions.scholar.parseEndNoteMIMETypes.
8 lines
No EOL
455 B
JavaScript
8 lines
No EOL
455 B
JavaScript
// These are DEFAULT prefs for the INSTALL. You will have to reinstall the extension to see differences!
|
|
|
|
// Display internal shortcut
|
|
pref("extensions.scholar.automaticScraperUpdates",true);
|
|
pref("extensions.scholar.scholarPaneOnTop",false);
|
|
pref("extensions.scholar.openURL.resolver","http://athene.gmu.edu:8888/lfp/LinkFinderPlus/Display");
|
|
pref("extensions.scholar.openURL.version","0.1");
|
|
pref("extensions.scholar.parseEndNoteMIMETypes",true); |