/*
* @title sonots
* @description replace all avatar to sonots!
* @include https://twitter.com/
* @license Sonots Public License
* @require
*/
$('img.avatar').each(function(){ $(this).attr('src', 'https://avatars0.githubusercontent.com/u/2290461?v=3&s=460') });