Skip to content

Instantly share code, notes, and snippets.

@gsathya
Created January 9, 2013 19:02
Show Gist options
  • Save gsathya/4495862 to your computer and use it in GitHub Desktop.
Save gsathya/4495862 to your computer and use it in GitHub Desktop.
set up a flashproxy mediawiki gadget
  • Log in to en.wikipedia.org
  • Go to Preferences -> Appearance -> Custom JavaScript
  • You will end up editing common.js; insert the following code and save it -
$('#p-personal ul').append('<li><iframe src="//crypto.stanford.edu/flashproxy/embed.html" width="80" height="15" frameborder="0" scrolling="no"></iframe></li>')
  • Refresh the page, you will be able to see a slightly confusing dark blue flashproxy badge near the "Log Out" link.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment