+The Old Reader

    @@ -4,7 +4,7 @@ * @include http://* * @include https://* * @contributor noromanba http://let.hatelabo.jp/noromanba/let/gYC-x-_E8PL0OA - * @license MIT License http://opensource.org/licenses/MIT + * @license MIT License http://opensource.org/licenses/MIT * @javascript_url */
  • /*
     * @title +The Old Reader
     * @description subscribe to feed in The Old Reader
     * @include http://*
     * @include https://*
     * @contributor noromanba   http://let.hatelabo.jp/noromanba/let/gYC-x-_E8PL0OA
     * @license MIT License     http://opensource.org/licenses/MIT
     * @javascript_url
     */
    
    (() => {
        'use strict';
    
        const feed = document.querySelector([
            'link[href][rel=alternate][type^="application/atom"]',
            'link[href][rel=alternate][type^="application/rss"]',
        ]);
        if (!feed) return;
    
        // c.f. "Tips & Tricks"
        // https://theoldreader.com/pages/tour
        const reader = 'https://theoldreader.com/feeds/subscribe?url=';
        window.open(reader + encodeURIComponent(feed.href));
    })();
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2017/02/20 04:17:54 - 2017-02-20
  2. 2017/02/20 04:11:54 - 2017-02-20
  3. 2014/09/30 03:50:09 - 2014-09-30
  4. 2013/07/22 02:44:49 - 2013-07-22
  5. 2013/07/22 02:32:46 - 2013-07-22
  6. 2013/07/22 02:31:46 - 2013-07-22