Skip to content

Instantly share code, notes, and snippets.

@vitqst
Last active October 10, 2017 04:38
Show Gist options
  • Save vitqst/4e60a44b475bc9e5c6cb9627b4f62263 to your computer and use it in GitHub Desktop.
Save vitqst/4e60a44b475bc9e5c6cb9627b4f62263 to your computer and use it in GitHub Desktop.
// Here You can type your custom JavaScript...
$('.home_right_column').each(function() {
$(this).remove();
});
$( "a:contains('Sponsored')").closest('[id^="hyperfeed_story"]').each(function(){
$(this).remove();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment