Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tombh/tweetdeck_image_previews
Better support for image previews, like Instagram, in the Tweetdeck web app
https://github.com/tombh/tweetdeck_image_previews
Last synced: 11 days ago
JSON representation
Better support for image previews, like Instagram, in the Tweetdeck web app
- Host: GitHub
- URL: https://github.com/tombh/tweetdeck_image_previews
- Owner: tombh
- Created: 2013-09-11T09:32:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-13T20:36:44.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T13:55:35.532Z (7 months ago)
- Language: JavaScript
- Size: 402 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I'm not mainting this anymore. I'm using @eramdam's chrome extension instead: https://github.com/eramdam/BetterTweetDeck
TweetDeck Instgram Previews
================The [Tweetdeck Web App](http://web.tweetdeck.com) has stopped displaying inline image previews for tweets continaing
Instagram links. This is probably to do with the great [Twitter/Instagram war](http://status.twitter.com/post/37258637900/instagram-photo-rendering-issue).So here is some hacky Javascript to add Instagram previews back. I may get round to adding support for more image providers,
like Imgur. And well, any type of image that ends in a valid image extension, why not eh?## Installation
For Chrome, install the [Tampermonkey](https://chrome.google.com/webstore/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo) Google Chrome extension.
For Firefox install the [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) Firefox add-on.
Then add the [tip.user.js](https://github.com/tombh/tweetdeck_image_previews/raw/master/tip.user.js) file. If Tampermonkey/Greasemonkey
is installed then you should be able to just one-click install from that previous link. Otherwise you may need to manually add the file as a new userscript.