Regex fix for AMS MathSciNet, per http://forums.zotero.org/discussion/7895
This commit is contained in:
parent
3c3fb6e06a
commit
ae62b09858
1 changed files with 11 additions and 11 deletions
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"translatorID":"a354331-981b-43de-a61-bc26dd1be3a9",
|
"translatorID":"a354331-981b-43de-a61-bc26dd1be3a9",
|
||||||
"translatorType":4,
|
"label":"AMS MathSciNet",
|
||||||
"label":"AMS MathSciNet",
|
"creator":"Simon Kornblith",
|
||||||
"creator":"Simon Kornblith",
|
"target":"^https?://www\\.ams\\.org[^/]*/mathscinet/search/(?:publications\\.html|publdoc\\.html)",
|
||||||
"target":"^https?://www\\.ams\\.org[^/]*/mathscinet/search/(?:publications\\.html|publdoc\\.html)",
|
"minVersion":"1.0.0b3.r1",
|
||||||
"minVersion":"1.0.0b3.r1",
|
"maxVersion":"",
|
||||||
"maxVersion":"",
|
"priority":100,
|
||||||
"priority":100,
|
"inRepository":"1",
|
||||||
"inRepository":true,
|
"translatorType":4,
|
||||||
"lastUpdated":"2007-03-24 22:20:00"
|
"lastUpdated":"2010-06-06 19:00:50"
|
||||||
}
|
}
|
||||||
|
|
||||||
function detectWeb(doc, url) {
|
function detectWeb(doc, url) {
|
||||||
|
@ -95,4 +95,4 @@ function doWeb(doc, url) {
|
||||||
|
|
||||||
Zotero.done();
|
Zotero.done();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue