Skip to content

Instantly share code, notes, and snippets.

@makotom
Created August 1, 2011 06:56
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 makotom/1117679 to your computer and use it in GitHub Desktop.
Save makotom/1117679 to your computer and use it in GitHub Desktop.
どうでもいいね for Facebook
(function(){
if(!location.href.match(/^http:\/\/www\.facebook\.com\/plugins\/like\.php/)) return;
if(document.documentElement.getAttribute("lang") !== "ja") return;
var style = document.createElement("style");
style.appendChild(document.createTextNode(".liketext:before{ content: \"どうでも\" }"));
document.documentElement.appendChild(style);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment