make google scholar translator turn on export automatically
This commit is contained in:
parent
72da6e412e
commit
ddb754839c
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
-- 58
|
||||
-- 59
|
||||
|
||||
-- Set the following timestamp to the most recent scraper update date
|
||||
REPLACE INTO "version" VALUES ('repository', STRFTIME('%s', '2006-08-15 15:42:00'));
|
||||
|
@ -3020,6 +3020,8 @@ function doWeb(doc, url) {
|
|||
if (prefix == ''x'') return namespace; else return null;
|
||||
} : null;
|
||||
|
||||
doc.cookie = "GSP=ID=deadbeefdeadbeef:IN=ebe89f7e83a8fe75+7e6cc990821af63:CF=2; domain=.scholar.google.com";
|
||||
|
||||
var items = new Array();
|
||||
var relatedLinks = new Array();
|
||||
var links = new Array();
|
||||
|
|
Loading…
Reference in a new issue