Elsa, Lara and star wars have something in common: perversion! cosplay has never been so exciting
yvyyy0.0%75,796 views
21m
jessica rabbit and STAR WARS choose your cosplay
yvyyy0.0%34,205 views
8m
Stepsisters Dress Up As Princess Leia To Seduce Me
yvyyy0.0%27,087 views
function toggleTags() {
var list = document.getElementById('tags-list');
var btn = document.getElementById('tags-toggle');
// Clear any inline display styles left over by the filter
const chips = list.querySelectorAll('.tag-chip');
chips.forEach(chip => { chip.style.display = ''; });
if (list.classList.contains('tags-collapsed')) {
list.classList.remove('tags-collapsed');
list.classList.add('tags-expanded');
btn.textContent = 'Show less ▲';
} else {
list.classList.remove('tags-expanded');
list.classList.add('tags-collapsed');
btn.textContent = 'Show more ▼';
}
}