new new twitter autoreload for Firefox
by
uneco
2012-02-16 [2012/02/16 12:25:04]
new new twitter autoreload for Firefox
@@ -8,6 +8,7 @@
*/
(function () {
+ alert('動くよ => ' + unsafeWindow.$);
unsafeWindow.$('title').bind('DOMSubtreeModified', function() {
alert('タイトル変わったよ => ' + unsafeWindow.$);
setTimeout(function() {
/*
* @title new new twitter autoreload for Firefox
* @description new new twitter autoreload for Firefox
* @include http://twitter.com/*
* @include https://twitter.com/*
* @license MIT License
* @require
*/
(function () {
alert('動くよ => ' + unsafeWindow.$);
unsafeWindow.$('title').bind('DOMSubtreeModified', function() {
alert('タイトル変わったよ => ' + unsafeWindow.$);
setTimeout(function() {
if (document.title[0] == '(')
unsafeWindow.$('.new-tweets-bar').click()
}, 300)
})
})()
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。