B!NC 2 TW Search
by
maRk
2014-11-20 [2014/11/20 20:22:18]
/*
* @title B!NC 2 TW Search
* @description
* @include http://b.hatena.ne.jp/entry/*
* @license MIT License
* @require
*/
(function (d, tws) {
var euri = d.getElementsByTagName('html')[0].getAttribute('data-entry-url');
var meta = d.getElementsByTagName('meta');
var meta_c, i;
for (i = 0; i < meta.length; i++) {
meta_c = meta[i].getAttribute('content');
if (meta_c === 'nocomment') {
return location.href = tws + encodeURIComponent(euri + ' htn.to');
}
}
// console.log('done');
}) (document, '//twitter.com/search?f=realtime&q=');
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。