Skip to content

Instantly share code, notes, and snippets.

@dchapkine
Created March 20, 2016 08:50
Show Gist options
  • Save dchapkine/1f74b640cd157831345f to your computer and use it in GitHub Desktop.
Save dchapkine/1f74b640cd157831345f to your computer and use it in GitHub Desktop.
Anonymise twitter feed
$("img.avatar.js-action-profile-avatar").attr("src", "");
$("span.username b").text("user");
$("strong.fullname").html("user");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment