I recently wrote about improving the Instapaper function in Fever°.
It occurred to me that a small pop-up window would be much better than having a
full-size browser window come up just for a second. Then I wondered if I could
put a javascript:
URL into the Fever° settings. And whaddya know, it
works!
The new link I’m using (wrapped for readability):
javascript:window.open(
'http://mysite.com/instapaper.php?url=%u&title=%t&selection=%e',
'instapaper',
'width=300,height=200,toolbar=0,scrollbars=0,resizable=1'
);
You can copy the link below. You’ll need to adjust it to your site.