Just Tweet With Hootsuite

  • /*
     * @title Just Tweet With Hootsuite
     * @description Hootlet without URL shortener
     * @include http*://*
     * @javascript_url
     */
    
    // https://hootsuite.com/features/extensions/hootlet のbookmarkletを参考にした
    
    var url = 'https://hootsuite.com/hootlet/load';
    
    (function() {
      // この下の2行、本当に両方必要かは疑問。片方しか基本動かないんでは?
      if (!window.open(url,'t','scrollbars=0,toolbar=0,location=0,resizable=0,status=0,width=450,height=600'))
        document.location.href=url;
    })();
    
    void(0);
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2018/06/30 07:19:54 - 2018-06-30