Skip to content

Instantly share code, notes, and snippets.

@hail2u
Created May 26, 2009 11:57
Show Gist options
  • Save hail2u/118027 to your computer and use it in GitHub Desktop.
Save hail2u/118027 to your computer and use it in GitHub Desktop.
^^
// ==UserScript==
// @namespace http://hail2u.net/
// @include http://b.hatena.ne.jp/entry/*
// @include http://b.hatena.ne.jp/entry?mode=more&url=*
// ==/UserScript==
Array.forEach(document.getElementsByClassName("plus_icon"), function (plus) {
plus.innerHTML = "はてなの奴隷だお^^";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment