ldr で購読

:ldr [url] で購読。url 省略時は現在のタブ。

(function () {
  liberator.commands.addUserCommand(['ldr'], 'Subscribe URL with livedoor Reader',
    function(arg, special) {
      var url = (arg) ? arg : window._content.top.location;
      window.loadURI('http://reader.livedoor.com/subscribe/' + url);
    },
    {}
  );
})();

あ、見ればわかるとおり、バックグラウンドで動いたりせず、遷移します。