|
|
|
|
|
by mdaniel
1001 days ago
|
|
holy hell I hate that website so much I might not give them my money sheerly from that; what user hatred they have for me. It's not just the "scroll to have things swoosh in" that I guess makes me not a cool kid, but the idea that I'm going to click on a thousand plus signs to read a goddamn faq is just ... who is the audience for that shit? someone with only one question? damn my trickery of `document.querySelectorAll('.c-faq-icon').forEach(it => it.click())` didn't work because it collapses the other elements when it expands one but thankfully `document.querySelectorAll('.c-faq-a').forEach(it => it.setAttribute('style', ''))` does |
|