Skip to content

Instantly share code, notes, and snippets.

@metalefty
Created December 14, 2015 02:35
Show Gist options
  • Select an option

  • Save metalefty/e34e3b245256e61549ba to your computer and use it in GitHub Desktop.

Select an option

Save metalefty/e34e3b245256e61549ba to your computer and use it in GitHub Desktop.
「いいね」を「ておいいね」にするブックマークレット
1. Facebookを開きます
2. アドレスバーに↓をコピペしてEnter
javascript:(function(){ var str=document.body; str.innerHTML=str.innerHTML.replace(/いいね/g,'ておいいね')})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment