digitalservicebund / accessibility-personas-extension

Chrome extension for simulating accessibility personas
MIT License
3 stars 0 forks source link

Persona Simone: Text is getting scrambled faster over time #11

Open josh-nowak opened 3 months ago

josh-nowak commented 3 months ago

Problem: After a longer session with many different page interactions, the text is scrambled at a higher speed. This is probably because the script re-injection logic on tab reload is triggered too often, leading to multiple injections of the script.

Expected behavior: The text scrambling speed remains constant.