Disabled global banners for Hentaied, only on entity page.

This commit is contained in:
DebaucheryLibrarian 2026-02-06 23:56:34 +01:00
parent 222be390ec
commit 33179c0829
2 changed files with 1 additions and 4 deletions

View File

@ -735,6 +735,7 @@ const affiliates = [
parameters: {
query: 'ref=npjyjuekbvehqzpyqukrgqoogmwbkz',
dynamicScene: 'https://hentaied.pro{scenePath}?ref=npjyjuekbvehqzpyqukrgqoogmwbkz',
global: false, // banners might be a bit too disturbing for front-page
},
},
{

View File

@ -25,8 +25,6 @@ function scrapeAll(scenes) {
release.teaser = query.video('.vidcont video', { attribute: 'data-src' });
console.log(release);
return release;
}).filter(Boolean);
}
@ -92,8 +90,6 @@ function scrapeScene({ query }, { url }) {
};
}
console.log(release);
return release;
}