「このメッセージは最初の☆が付けられた際に消えます。」が消えないから...
自分のサイトに、はてなスターがカウントされないから...
はてなに問い合わせを出したら
「消えます。」のメッセージが消えると共に
なくなっちゃった。
僕の心の中には、そして個別の記事にはちゃんといるから...
お星様。ごめんね。
javascript:var d=document,t,i,l,m=[];l=d.getElementsByTagName('span');for(i=0;i<l.length;i++){if(l[i].className=='hatena-star-star-container')m.push(l[i]);}t=d.createElement('input');t.type='text';t.onblur=function(){var v=d.createElement('div');v.innerHTML=t.value;m[0].appendChild(v);m[0].removeChild(t);};m[0].appendChild(t);void(0);
javascript:var d=document,t,i,l,m=[];l=d.getElementsByTagName('span');for(i=0;i<l.length;i++){if(l[i].className=='hatena-star-star-container')m.push(l[i]);}t=d.createElement('input');t.type='text';t.onblur=function(){var v=d.createElement('div');v.innerHTML=' '+t.value+' ←ここまで選択';m[0].appendChild(v);m[0].removeChild(t);};m[0].appendChild(t);void(0);
--- HatenaStarEverywhere.user.js.orig Mon Oct 01 10:37:41 2007
+++ HatenaStarEverywhere.user.js Wed Oct 03 12:44:20 2007
@@ -139,3 +139,37 @@
}
});
}
+
+if (typeof unsafeWindow == "undefined") {
+ var unsafeWindow = window;
+}
+if (typeof(GM_setValue) != 'function') {
+ function GM_setValue(key, value) {
+ document.cookie = [
+ name, '=', escape(value),
+ ';expires=', (new Date(new Date() + 365 * 1000 * 60 * 60 * 24)).toGMTString()
+ ].join('');
+ }
+}
+if (typeof(GM_getValue) != 'function') {
+ function GM_getValue(key) {
+ var r = new RegExp('/' + name + '=([^;]*)/'), m;
+ if (m = document.cookie.match(r)) return unescape(m[1]);
+ return value;
+ }
+}
+if (typeof(GM_setValue) != 'function') {
+ function GM_xmlhttpRequest(opt) {
+ var x=new XMLHttpRequest();
+ x.onreadystatechange=function() {
+ switch(x.readyState) {
+ case 4:
+ opt.onload(x);
+ break;
+ }
+ };
+ x.open(opt.method,opt.url,true);
+ x.setRequestHeader('Content-Type',opt.mime);
+ x.send(null);
+ }
+}
追記1このブログを応援する