↺ Fotolife
by
noromanba
2012-06-09 [2012/06/09 18:53:28]
Turn back to Hatena Fotolife from direct image
-
/*
* @title ↺ Fotolife
* @description Turn back to Hatena Fotolife from direct image
* @include http://*.f.st-hatena.com/images/fotolife/*
* @license MIT License http://nrm.mit-license.org/2012
* @require
*/
// # Fotolife URL Pattern
// http://f.hatena.ne.jp/noromanba/20120423132525 Main page: yyyyMMddHHmmss
// http://f.st-hatena.com/images/fotolife/n/noromanba/20120423/20120423132525.png (Hatena Static)
// http://cdn-ak.f.st-hatena.com/images/fotolife/n/noromanba/20120423/20120423132525.png (Akamai CDN)
// http://cdn.f.st-hatena.com/images/fotolife/n/noromanba/20120423/20120423132525.png (CDN)
// http://cdn0.f.st-hatena.com/images/fotolife/n/noromanba/20120423/20120423132525.png (Numbered CDN)
(function () {
// strict HatenaID: /[a-zA-Z][\w-]{1,30}[a-zA-Z\d]/
// loosed HatenaID: /[\w-]+/
var pattern = /^http:\/\/(?:cdn(?:-ak(?:\d+)?)?\.)?f\.st\-hatena\.com\/images\/fotolife\/[\w-]\/([\w-]+)\/\d{8}\/(\d{14})/;
var meta = (pattern.exec(location.href) || []).slice(1);
if (meta.length !== 2) return;
location.href = 'http://f.hatena.ne.jp/' + meta[0] + '/' + meta[1];
})();
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。