元の顔画像に戻してくれ
by
yuta25
2014-05-29 [2014/05/29 16:46:21]
id:netcraftさん、おれは顔画像が好きだった http://anond.hatelabo.jp/20140529120703
-
/*
* @title 元の顔画像に戻してくれ
* @description id:netcraftさん、おれは顔画像が好きだった http://anond.hatelabo.jp/20140529120703
* @include http://*
* @license MIT License
* @require
*/
(function() {
document.body.innerHTML = document.body.innerHTML.replace(/http:\/\/cdn1.www.st-hatena.com\/users\/ne\/netcraft\/profile(_.)?\.gif/g, 'http://cdn1.www.st-hatena.com/users/ne/netcraft/user.jpg')
}());
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。