ついったーWEBのDMの新着解除
by
uneco
2012-03-02 [2012/03/02 23:02:09]
こんなんなる ⊂( っ☉ω☉)っ http://cl.azuc.at/190w2I05243c3Y2I2u0K
@@ -14,5 +14,4 @@
$('.me.new').removeClass('new');
}).parent());
}).toString() + ')();';
-document.body.appendChild(script);
-document.body.removeChild(script);
+document.body.appendChild(script);
/*
* @title ついったーWEBのDMの新着解除
* @description こんなんなる ⊂( っ☉ω☉)っ http://cl.azuc.at/190w2I05243c3Y2I2u0K
* @include http://twitter.com/*
* @license MIT License
* @require
*/
var script = document.createElement('script');
script.textContent = '(' + (function () {
var row = $('.messages'); row.after(row.clone().find('a').html('└── Mark as read').click(function(){
window.localStorage['dm_threads']='';
$('.js-direct-message-count').remove();
$('.me.new').removeClass('new');
}).parent());
}).toString() + ')();';
document.body.appendChild(script);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。