Eating strawberries and whipped cream with cookies after it came out off my ass
yvyyy0.0%44,555 views
26m
Comida de culo y pepino dentro del coñ_o
yvyyy0.0%72,262 views
26m
Comida de culo y pepino dentro del coñ_o
yvyyy0.0%51,127 views
6m
2 girls eat wiped cream and strawberry'_s out anal
yvyyy0.0%67,692 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 ▼';
}
}