Created
December 14, 2015 02:35
-
-
Save metalefty/e34e3b245256e61549ba to your computer and use it in GitHub Desktop.
「いいね」を「ておいいね」にするブックマークレット
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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