May 28, 2025
Still running
Test variants
Targeting filters
Different variants being tested in this experiment
Traffic allocation: 100%
Custom JavaScript:
function getElementsByText(selector, text) {
const elements = document.querySelectorAll(selector);
return Array.from(elements).filter(element => element.textContent.includes(text));
}
function hi...
Injection: onWindowLoad (10000ms timeout)