sonots
by
mattn
2015-03-16 [2015/03/16 19:22:31]
replace all avatar to sonots!
@@ -1,8 +1,8 @@
/*
- * @title bookmarklet
- * @description my bookmarklet
+ * @title sonots
+ * @description replace all avatar to sonots!
* @include https://twitter.com/
- * @license MIT License
+ * @license Sonots Public License
* @require
*/
/*
* @title sonots
* @description replace all avatar to sonots!
* @include https://twitter.com/
* @license Sonots Public License
* @require
*/
$(function() {
$('img.avatar').each(function(){ $(this).attr('src', 'https://avatars0.githubusercontent.com/u/2290461?v=3&s=460') });
});
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。