Skip to content

Instantly share code, notes, and snippets.

@Glench
Last active January 2, 2016 21:59
Show Gist options
  • Save Glench/8367158 to your computer and use it in GitHub Desktop.
Save Glench/8367158 to your computer and use it in GitHub Desktop.
Format twitter favorites to make better for browsing.
$('.global-nav').remove()
$('.dashboard').remove()
$('.profile-header').remove()
$('#page-container').css({
'padding': 0,
'background': 'none'
})
$('.dogear').css({
display: 'none'
})
$('body').css('background-image', 'none')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment