Skip to content

Instantly share code, notes, and snippets.

@t-yamo
Last active December 31, 2015 03:59
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 t-yamo/7931305 to your computer and use it in GitHub Desktop.
Save t-yamo/7931305 to your computer and use it in GitHub Desktop.
アメブロの「いいね!」ボタンを「ええか?」に変えるUserScriptです。ameblo_eeka.user.jsとかのファイル名でUTF-8で保存し、Chromeの設定→拡張機能のところにドラッグアンドドロップすると有効になります。本当は「ええか!?」なのですが背景画像の大きさの都合で入らないので「!」抜きました。
// ==UserScript==
// @name AmebloEeka
// @include http://iine.blog.ameba.jp/*
// ==/UserScript==
document.getElementById("iineBtn").innerHTML = "<span>ええか?</span>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment