forked from DebaucheryLibrarian/traxxx
Removed some obsolete client components. Added ASG Max with affiliates.
This commit is contained in:
@@ -82,7 +82,7 @@ async function fetchLatestContent(url, parameters) {
|
||||
bypass: {
|
||||
evaluate: async () => {
|
||||
// images lazy loaded by JS, gradually scroll through page
|
||||
return Array.from(document.querySelectorAll('.content-item ')).reduce(async (chain, el) => {
|
||||
return Array.from(this.document.querySelectorAll('.content-item ')).reduce(async (chain, el) => {
|
||||
await chain;
|
||||
|
||||
return new Promise((resolve) => {
|
||||
|
||||
Reference in New Issue
Block a user