Skip to content

Instantly share code, notes, and snippets.

@boukeversteegh
Created June 24, 2013 10:29
Show Gist options
  • Save boukeversteegh/5849167 to your computer and use it in GitHub Desktop.
Save boukeversteegh/5849167 to your computer and use it in GitHub Desktop.
Bookmarklet to switch EN/NL on wikipedia
javascript:document.location = $('[href^="//' + ['nl', 'en'][0+(document.location.host.substr(0,2)=="nl")] + '.wikipedia.org"]').attr('href');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment