• /*
     * @title ☆
     * @description tiny Hatena Star Everywhere w/ text message
     * @include http://*
     * @include https://*
     * @contributor noromanba   http://let.hatelabo.jp/noromanba/let/gYC-xcvQ3PTQew
     * @license     MIT License https://nrm.mit-license.org/2012
     * @javascript_url
     */
    
    // e.g.
    // https://www.hatena.com
    // https://example.com
    
    // c.f.
    // http://ptech.g.hatena.ne.jp/noromanba/20170210/1486677295
    // http://let.hatelabo.jp/noromanba/let/hLHWyqq8tehZ
    (() => {
        'use strict';
    
        // https://gist.github.com/noromanba/d730ccf3ae5e6916cd60
        // https://gist.github.com/noromanba/3705f2e9ebb8538328b2f3f9a6f1a9b3
        // c.f.
        // http://ogp.me
        // not in use head contexted selector, due to PDFium has not head
        const canon =
            (document.querySelector([
                'head meta[property="og:url"][content]'
            ]) || {}).content ||
            (document.querySelector([
                'head link[rel="canonical"][href]'
            ]) || {}).href ||
            location.href;
    
        // https://s.hatena.ne.jp/star.add?uri=<ENCODED_URL>
        //  [&location=<ACTION>][&sid=][&rks=]
        window.open('https://s.hatena.ne.jp/star.add?uri=' + encodeURIComponent(canon));
    })();
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2018/05/25 08:26:01 - 2018-05-25
  2. 2018/05/19 10:09:19 - 2018-05-19
  3. 2018/05/19 10:08:52 - 2018-05-19