Improving Instapaper in Fever° part deux

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):

1
2
3
4
5
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'
);

Right-click this link to copy it: Instapaper