Skip to content

Instantly share code, notes, and snippets.

@DimaSalakhov
Created February 14, 2012 16:35
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 DimaSalakhov/1827963 to your computer and use it in GitHub Desktop.
Save DimaSalakhov/1827963 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @match http://twitter.com/*
// @match https://twitter.com/*
// @match http://api.twitter.com/*
// @match https://api.twitter.com/*
// ==/UserScript==
(function () {
$('div [data-component-term="japanese_ad"]').remove();
$('div [data-component-term="user_recommendations"]').remove();
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment