Hatena::Let self fork
@@ -3,7 +3,7 @@
* @description supply self-fork on Hatena::Let (useable as userscript)
* @include http://let.hatelabo.jp/*
* @contributor taizooo http://let.hatelabo.jp/taizooo/let/gYC-ydPttrvedg (Fork of)
- * @author noromanba
+ * @author noromanba http://let.hatelabo.jp/noromanba/let/gYC-x6_02LnWEg
* @license MIT License http://opensource.org/licenses/MIT
*/
(function () {
var a = document.querySelector("a.edit-link[href*='let.edit']");
if (!a) return;
var b = a.cloneNode();
b.href = a.href.replace("edit", "fork");
b.textContent = "Fork";
a.parentNode.insertBefore(b, null);
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。