Skip to content

Instantly share code, notes, and snippets.

@mogya
Created December 1, 2011 15:06
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 mogya/1417427 to your computer and use it in GitHub Desktop.
Save mogya/1417427 to your computer and use it in GitHub Desktop.
俺ブラウザのスパイス
webView.addEventListener('load',function(e){
webView.evalJS( ' $("a:contains(\'上野駅\')").text("蒲田駅"); ' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment