Hatena::Let title separator
-
/*
* @title Hatena::Let title separator
* @description append line-break to title on Hatena::Let
* @include http://let.hatelabo.jp/*
* @contributor mafucode http://let.hatelabo.jp/mafucode/let/gYC-x8aVsIr6EA (Fork of)
* @author noromanba http://let.hatelabo.jp/noromanba/let/gYC-x8ad1rr0bw
* @license MIT License http://opensource.org/licenses/MIT
* @require
*/
// e.g. http://let.hatelabo.jp/mafucode/let/gYC-x8W-1o2ACA
(function () {
var title = document.querySelector('#bookmarklet-title .title .edit-navi');
if (!title) return;
title.parentNode.insertBefore(document.createElement('br'), title);
})();
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。