break the shackles
by
noromanba
2015-08-08 [2015/08/08 03:50:57]
append title/attribution to window-title
(function () {
if (!(/plus\.shonenjump\.com/.test(location.hostname) && location.pathname)) return;
var title = (document.querySelector('.comics_detail_title') || {}).textContent;
if (!title) return;
document.title = [title, '-', document.title].join(' ');
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。