Skip to content

Instantly share code, notes, and snippets.

@shizone
Created November 23, 2011 06:46
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 shizone/1388043 to your computer and use it in GitHub Desktop.
Save shizone/1388043 to your computer and use it in GitHub Desktop.
Facebook Hentai Button
// ==UserScript==
// @name Facebook Hentai Button
// @namespace http://d.hatena.ne.jp/razon/
// @description Hentai Advent Calendar 2011/11/26.
// @include http://www.facebook.com/plugins/like*
// ==/UserScript==
(function() {
document.getElementsByClassName('liketext')[0].innerHTML='変態!';
}
)();
@shizone
Copy link
Author

shizone commented Nov 23, 2011

Facebookのいいね!ボタンを変態!ボタンに置き換えるGreasemonkeyスクリプト

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment