Skip to content

Instantly share code, notes, and snippets.

@aweary
Created March 31, 2017 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aweary/a9a1b535914ea488a8d0038299ce78cf to your computer and use it in GitHub Desktop.
Save aweary/a9a1b535914ea488a8d0038299ce78cf to your computer and use it in GitHub Desktop.
var words=["companies","China","healthcare","freedom","mike flynn","prime minister","great","failing","republican","heros","melania","country","media","wrong","uranium","russian", "news","russia","american","dishonest","podesta","democrats","worry","money","bill","hillary", "refugees","trade","them","honest", "parenthood","intel","eric", "lara"];setInterval(function(){var a=Array.prototype.slice.call(document.querySelectorAll("p.TweetTextSize"));a.forEach(function(a){var b=a.innerHTML;words.forEach(function(a){b=b.replace(new RegExp(a,"gi"),"Ryan")}),a.innerHTML=b})},2e3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment