Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asimpson/send-to-instapaper-fluid
A Userscript for Fluid.app that adds an Instapaper Read Later button to tweets containing links.
https://github.com/asimpson/send-to-instapaper-fluid
Last synced: 23 days ago
JSON representation
A Userscript for Fluid.app that adds an Instapaper Read Later button to tweets containing links.
- Host: GitHub
- URL: https://github.com/asimpson/send-to-instapaper-fluid
- Owner: asimpson
- Created: 2013-03-18T13:31:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-18T14:04:42.000Z (over 11 years ago)
- Last Synced: 2023-03-26T14:17:16.484Z (over 1 year ago)
- Language: CoffeeScript
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple Userscript for Fluid that adds a Read Later button for Instapaper to any tweets containing a URL.
Initial version checks for new tweets every 5 seconds.
# Steps to Install
1. Add ```*instapaper.com*``` to your Fluid Whitelist.
![Whitelist](http://f.cl.ly/items/1p1M1e0I3p1a3h130d3S/url%20whitelist.png)You will have to log in the first time you try to save a link.
2. Copy and paste ```send-to-instapaper-fluid.min.js``` into a new Userscript like the one shown below:
![Userscript](http://f.cl.ly/items/193y342Z3q2E1B1W0j2P/userscript.png)3. Edit the body style declaration in the [Twitter for minimalist Userstyle](http://craigmod.com/satellite/twitter_for_minimalists/)
```body.logged-in {
background-image: none !important;
background-color: #333 !important;
}```This makes sure the Read Later buttons (which are iframes) will not have the dark background.