TweetNowBrowsing

    @@ -9,4 +9,5 @@ const url = window.location.href; const title = document.title; const text = encodeURIComponent(` / "${title}" - ${url}`); -window.open(`https://twitter.com/intent/tweet?text=${text}`, '_blank', 'width=450, height=250'); +/* 'tw_p=tweetbutton' for auto-close */ +window.open(`https://twitter.com/intent/tweet?text=${text}&tw_p=tweetbutton`, '_blank', 'width=450, height=250');
  • /*
     * @title TweetNowBrowsing
     * @description Tweets NowBrowsing
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    const url = window.location.href;
    const title = document.title;
    const text = encodeURIComponent(` / "${title}" - ${url}`);
    /* 'tw_p=tweetbutton' for auto-close */
    window.open(`https://twitter.com/intent/tweet?text=${text}&tw_p=tweetbutton`, '_blank', 'width=450, height=250');
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2019/09/29 16:54:38 - 2019-09-29
  2. 2019/01/26 20:31:54 - 2019-01-26