Comment by utopiah
5 hours ago
Array.from(document.body.querySelectorAll('p,li')).filter(e=>e.innerText).map(e=>e.innerText = e.innerText.split('\. ').map(s=>s[0].toUpperCase() + s.slice(1)).join('. ') )
Not perfect but hope it helps.
5 hours ago
Array.from(document.body.querySelectorAll('p,li')).filter(e=>e.innerText).map(e=>e.innerText = e.innerText.split('\. ').map(s=>s[0].toUpperCase() + s.slice(1)).join('. ') )
Not perfect but hope it helps.
Or just blink every time you see a period and hopefully miss the next letter
~Gosh, getting downvoted for trying to help a stranger, what is wrong with you people?~ thanks for the upvotes, guess was just a misclick.