Skip to content

Instantly share code, notes, and snippets.

@Anks
Created March 4, 2012 10:25
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 Anks/1972106 to your computer and use it in GitHub Desktop.
Save Anks/1972106 to your computer and use it in GitHub Desktop.
Change download bitrate to 320kbps on Flipkart
$('select.bit-rate').each(function() { $(this).find('option:first').attr('selected', 'selected'); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment