Skip to content

Instantly share code, notes, and snippets.

@jami-i
Last active August 29, 2015 14:07
Show Gist options
  • Save jami-i/390bf27ba003f54d065c to your computer and use it in GitHub Desktop.
Save jami-i/390bf27ba003f54d065c to your computer and use it in GitHub Desktop.
replace_like.js
javascript:(function() {var w=window, d=document;var p=new RegExp("いいね!","g"),g=window.prompt("「いいね!」置換えます。","ええやん!");if(g){d.body.innerHTML=d.body.innerHTML.replace(p, g)}})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment