Skip to content

Instantly share code, notes, and snippets.

@bmccormack
Created May 20, 2015 19:33
Show Gist options
  • Save bmccormack/96ee4a01ad8a404643be to your computer and use it in GitHub Desktop.
Save bmccormack/96ee4a01ad8a404643be to your computer and use it in GitHub Desktop.
In Unbabel, change the UK flag icons to US flag icons
$('p.fontStyle2 img[src^="https://s3.amazonaws.com/unbabel-production/static/img/lang/en.png"]').attr('src', 'https://s3.amazonaws.com/unbabel-production/static/img/lang/en-us.png')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment