Skip to content

Instantly share code, notes, and snippets.

@ShingoFukuyama
Created March 14, 2015 02:19
Show Gist options
  • Save ShingoFukuyama/be3c9c9600eceec661ae to your computer and use it in GitHub Desktop.
Save ShingoFukuyama/be3c9c9600eceec661ae to your computer and use it in GitHub Desktop.
javascript:(function(){ var links = document.getElementsByTagName('a');for (var i = 0; i < links.length; i++){var link = links[i];if (link.href && /^tel\:/i.test(link.href)) {link.href = link.href.replace(/^tel\:/, 'smartalk:');}} })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment