To install this bookmarklet
Make a new bookmark in your browser (right-click on the bookmarks bar and click Add Page...
)
- For the "Name" you might put "Download twitter avatar".
- Copy the code block below, paste this into the "Location" of a new bookmark.
200x200 Image
javascript:(function(){var imgSrc = document.querySelector('main > div > div > div > div > div > div:nth-child(2) > div > div > div > div > div > a > div > div > div:nth-child(2) > div img').src;window.open(imgSrc,'_blank');})();
400x400 Image
javascript:(function(){document.querySelector('main > div > div > div > div > div > div:nth-child(2) > div > div > div > div > div > a > div > div > div:nth-child(2) > div img').click();setTimeout(function(){var imgSrc=document.querySelector('div[aria-modal="true"] > div > div > div > div > div:nth-child(2) > div > img').src;window.open(imgSrc,'_blank');}, 500);})();