forked from DebaucheryLibrarian/traxxx
Adapted Score scraper for 18eighteen, 40 Something Mag and 50 Plus Milfs. Updated Score network logo and favicon.
This commit is contained in:
@@ -148,6 +148,8 @@ const funcs = {
|
||||
};
|
||||
|
||||
function ctx(element, window) {
|
||||
if (!element) return null;
|
||||
|
||||
const contextFuncs = Object.entries(funcs) // dynamically attach methods with context
|
||||
.reduce((acc, [key, func]) => ({
|
||||
...acc,
|
||||
|
||||
Reference in New Issue
Block a user