Hatena::Let
by
mafucode
2013-05-19 [2013/05/19 12:09:42]
Hatena::Let用にかいたのをいろいろまとめた。たまに修正もしたけど、ちなみにUSERってのはForkして書き換えてインストールとか思ってたら作者はForkできなかったから別にもういいやっていうあれです。というかコピーしただけだし要らない気がする(←うるさい)
@@ -1,6 +1,6 @@
/*
* @title Hatena::Let
- * @description Hatena::Let用にかいたのいろいろまとめた
+ * @description Hatena::Let用にかいたのいろいろまとめた。たまに修正も……
* @include http://*
* @license MIT License
* @require
@@ -17,13 +17,13 @@
API_key:"",
};
-
+if( (USER.userID.length!=0)&&(USER.API_key.length!=0) ){
GM_registerMenuCommand('Debuglet',(function(){
"http://let.hatelabo.jp/"+USER.userID+"/t/"+USER.API_key+" (arg)".
replace(/(\S+)\s+(\S*)/,function(s,url,arg){s=document.createElement("script");s.charset="utf-8";s.src=url+"?s="+encodeURIComponent(arg);document.body.appendChild(s)});
-}))
+}))}
GM_registerMenuCommand("Hatena::Let",(function(){window.open("http://let.hatelabo.jp/l");}));
/*
* @title Hatena::Let
* @description Hatena::Let用にかいたのいろいろまとめた。たまに修正も……
* @include http://*
* @license MIT License
* @require
*/
// http://let.hatelabo.jp/mafucode/let/gYC-x5SDvu69FA
// http://let.hatelabo.jp/mafucode/let/gYC-y5XlrOu8fA
// http://let.hatelabo.jp/********/let/gYC-**********
(function(){
USER={
userID:"",
API_key:"",
};
if( (USER.userID.length!=0)&&(USER.API_key.length!=0) ){
GM_registerMenuCommand('Debuglet',(function(){
"http://let.hatelabo.jp/"+USER.userID+"/t/"+USER.API_key+" (arg)".
replace(/(\S+)\s+(\S*)/,function(s,url,arg){s=document.createElement("script");s.charset="utf-8";s.src=url+"?s="+encodeURIComponent(arg);document.body.appendChild(s)});
}))}
GM_registerMenuCommand("Hatena::Let",(function(){window.open("http://let.hatelabo.jp/l");}));
(function() {
if (document.getElementsByClassName('javascript').length > 0) {
newElem_000001 = document.createElement('a');
newElem_000001.innerHTML = "<nobr>Run</nobr>"
document.getElementsByClassName('information')[0]
.getElementsByTagName('div')[0].innerHTML = "\n "
+ document.getElementsByClassName('information')[0]
.getElementsByTagName('div')[0].innerHTML;
newElem_000001 = document.getElementsByClassName('information')[0]
.getElementsByTagName('div')[0].insertBefore(newElem_000001,
document.getElementsByClassName('information')[0]
.getElementsByTagName('div')[0].firstChild);
newElem_000001.addEventListener('click', (function() {
(location.href + ".bookmarklet.js (arg)").replace(/(\S+)\s+(\S*)/, function(s,
url, arg) {
s = document.createElement("script");
s.charset = "utf-8";
s.src = url + "?s=" + encodeURIComponent(arg);
document.body.appendChild(s);
});
}), false);
}
})();
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。