forked from DebaucheryLibrarian/traxxx
Returning window.document instead of element as document from q. Fixed actor collisions when scrapers return same scene multiple times. Scraping all Score actor release pages. Fixed 21Sextury and PureTaboo photo scraping.
This commit is contained in:
@@ -161,8 +161,10 @@ function init(element, window) {
|
||||
|
||||
return {
|
||||
element,
|
||||
document: element,
|
||||
...(window && { window }),
|
||||
...(window && {
|
||||
window,
|
||||
document: window.document,
|
||||
}),
|
||||
...contextFuncs,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user