Skip to content

Instantly share code, notes, and snippets.

@ssig33
Created August 17, 2010 08:29
Show Gist options
  • Save ssig33/528960 to your computer and use it in GitHub Desktop.
Save ssig33/528960 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name follow theDanielJRadcl
// @namespace @ssi33
// @description fuck
// @include http://twitter.com/*
// ==/UserScript==
document.getElementById('recommended_users').innerHTML= '<h2 class="sidebar-title"><a href="/invitations/twitter_suggests">view all</a><span>Who to follow</span></h2><div class="sidebar-menu"><ul><li class="user u-theDanielJRadcl" data="{&quot;feedback&quot;:&quot;1&quot;,&quot;id&quot;:7939382}"><div class="avatar"><span class="thumb vcard author"><a href="https://twitter.com/theDanielJRadcl" class="tweet-url profile-pic url"><img alt="hoge" class="photo fn" src="http://a1.twimg.com/profile_images/425217425/e5020b9b081a4e96_mini.jpg" width="24" height="24"></a></span></div><div class="bio"><a class="next-suggestion" title="Hide">×</a><p class="screen-name"><a href="https://twitter.com/theDanielJRadcl" hreflang="en" title="Daniel Radcliffe">theDanielJRadcl</a></p><p>Daniel Radcliffe</p><p class="follow-link"><a href="/following/create/425217425">Follow</a></p></div></li></ul></div>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment