
1
,webp/002/463/986/v2/2560x1440.213.webp)
0

0

0

3
,webp/006/866/299/v2/2560x1440.242.webp)
2
,webp/018/011/893/2560x1440.8.webp)
2

2
document.addEventListener("DOMContentLoaded", function () {
// === Your custom thumbnail map ===
// data-title MUST match exactly the category name shown in your HTML
const customThumbs = {
"Teen Amateur": "https://green-teens.info/wp-content/uploads/2025/12/wow-this-new-teen-girl-is-super-sexy-and-pleases.jpg",
"Latina": "https://green-teens.info/wp-content/uploads/2025/11/custom-latina.jpg",
"Anal": "https://green-teens.info/wp-content/uploads/2025/11/custom-anal.jpg",
// add more here...
};
// Select all elements linking to category pages
const categoryLinks = document.querySelectorAll('a[href*="/category/"]');
categoryLinks.forEach(a => {
const catName = a.getAttribute("data-title");
if (!catName) return; // no category name
if (!customThumbs[catName]) return; // no custom thumbnail for this category
// Find the inside this
const img = a.querySelector("img");
if (!img) return;
// Replace image source
img.src = customThumbs[catName];
// (Optional) Update srcset & sizes to prevent WP from overriding it
img.srcset = "";
img.removeAttribute("srcset");
img.removeAttribute("sizes");
});
});
Skip to content 22:59
1 02:49
0 05:05
0 10:08
0 15:42
3 13:40
2 10:55
2 12:19
2