Hatena mining
by
noromanba
2014-08-20 [2014/08/20 02:27:14]
treasure-hunting on Hatena
-
/*
* @title Hatena mining
* @description treasure-hunting on Hatena
* @include http://*.hatena.ne.jp/*
* @include http://*.hatena.com/*
* @license MIT License
*/
// e.g.
// http://profile.hatena.ne.jp/hatena/
Array.prototype.forEach.call(document.querySelectorAll('.hatena-module[style~="display:none"]'), function (jewel) {
jewel.style.display = '';
});
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。