Hacker News new | ask | show | jobs
by deadbeef404 2646 days ago
Not that hard :). Add this as a tampermonkey script for a simple version.

Array.from(document.getElementsByClassName('comment')).forEach(x => {if (/Trump/.test(x.innerText)) { x.innerText = 'Trumped' }})

1 comments

Where'd all my bloody Bridge tutorials go?!