Tag Buttons

By Kuribo Last update Aug 7, 2006 — Installed 407 times.
// ==UserScript==
// @name            Tag Buttons
// @namespace       http://www.kuribo.info/
// @author          kuribo
// @include         http://www.blogger.com/comment.g?*
// @description     Tag Buttons
// ==/UserScript==

(function() {
  var s = document.createElement("script");
  s.charset="UTF-8";
  s.src = "http://tools.kuribo.info/tagbutton/tagbutton.js";
  document.body.appendChild(s)
})();