make google scholar translator turn on export automatically
This commit is contained in:
parent
72da6e412e
commit
ddb754839c
|
@ -1,4 +1,4 @@
|
||||||
-- 58
|
-- 59
|
||||||
|
|
||||||
-- Set the following timestamp to the most recent scraper update date
|
-- Set the following timestamp to the most recent scraper update date
|
||||||
REPLACE INTO "version" VALUES ('repository', STRFTIME('%s', '2006-08-15 15:42:00'));
|
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;
|
if (prefix == ''x'') return namespace; else return null;
|
||||||
} : null;
|
} : null;
|
||||||
|
|
||||||
|
doc.cookie = "GSP=ID=deadbeefdeadbeef:IN=ebe89f7e83a8fe75+7e6cc990821af63:CF=2; domain=.scholar.google.com";
|
||||||
|
|
||||||
var items = new Array();
|
var items = new Array();
|
||||||
var relatedLinks = new Array();
|
var relatedLinks = new Array();
|
||||||
var links = new Array();
|
var links = new Array();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user