File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
"inRepository" : true ,
10
10
"translatorType" : 4 ,
11
11
"browserSupport" : "gcsibv" ,
12
- "lastUpdated" : "2014-03-17 19:59:24 "
12
+ "lastUpdated" : "2014-07-24 02:01:01 "
13
13
}
14
14
15
15
/*
@@ -78,9 +78,10 @@ function setGSPCookie(doc, cookie) {
78
78
':CF=4' ;
79
79
}
80
80
81
+ // Make sure we capture "0-" in
82
+ // http://0-scholar.google.co.za.innopac.up.ac.za/...
81
83
var domain = doc . location . href
82
- . match ( / h t t p s ? : \/ \/ [ ^ \/ ] * ?( s c h o l a r \. g o o g l e \. [ ^ : \/ ] + ) / i) [ 1 ] ;
83
-
84
+ . match ( / h t t p s ? : \/ \/ [ ^ \/ ] * ?( [ ^ . \/ ] * s c h o l a r \. g o o g l e \. [ ^ : \/ ] + ) / i) [ 1 ] ;
84
85
cookie += '; domain=.' + domain +
85
86
'; expires=Sun, 17 Jan 2038 19:14:09 UTC' ; //this is what google scholar uses
86
87
doc . cookie = cookie ;
@@ -362,8 +363,7 @@ function scrapeCaseResults(doc, cases) {
362
363
if ( caseId ) caseId = caseId . match ( / \b (?: c i t e s | a b o u t ) = ( \d + ) / ) ;
363
364
if ( caseId ) caseId = caseId [ 1 ] ;
364
365
if ( caseId ) {
365
- attachmentFrag = 'http://scholar.google.com/scholar_case?'
366
- + 'case=' + caseId ;
366
+ attachmentFrag = '/scholar_case?case=' + caseId ;
367
367
}
368
368
}
369
369
You can’t perform that action at this time.
0 commit comments