Skip to content

Instantly share code, notes, and snippets.

@clvrobj
Created December 15, 2012 13:59
Show Gist options
  • Save clvrobj/4295264 to your computer and use it in GitHub Desktop.
Save clvrobj/4295264 to your computer and use it in GitHub Desktop.
for the coming annoying douban's new nav bar
$('.nav').css({'margin-bottom':'30px'});
$('.nav-primary').css({'padding':0});
$('.nav-logo a').attr('href', 'http://www.douban.com/update/');
$('.nav-logo').css({'height':'52px'});
$('#db-nav-sns .nav-items ul').append('<li><a href="http://www.douban.com/group/">小组</a></li>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment