senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Untitled attachment

Download link

Notices where this attachment appears

  1. アッキーソフト (akkiesoft@social.mikutter.hachune.net@social.mikutter.hachune.net)'s status on Monday, 19-Nov-2018 17:02:07 JST アッキーソフト アッキーソフト

    // ==UserScript==
    // @name birds gone somewhere
    // @include https://twitter.com/intent/tweet*
    // ==/UserScript==

    var base = "https://social.mikutter.hachune.net/share?text=";
    var url = location.href.split('?')[1].split('&');
    var twtext;
    var twurl
    for (var i = 0; i < url.length; i++) {
    var j = url[i].split('=');
    if (j[0] == 'text') {
    twtext = j[1];
    }
    if (j[0] == 'url') {
    twurl = "%0D%0A" + j[1];
    }
    }
    location.href = base + twtext + twurl;

    In conversation Monday, 19-Nov-2018 17:02:07 JST from social.mikutter.hachune.net permalink
  2. アッキーソフト (akkiesoft@social.mikutter.hachune.net@social.mikutter.hachune.net)'s status on Saturday, 17-Nov-2018 22:13:44 JST アッキーソフト アッキーソフト

    Tampermonkeyにぐりもんぶっこんで解決した。

    // ==UserScript==
    // @name birds gone somewhere
    // @include https://twitter.com/intent/tweet*
    // ==/UserScript==

    var base = "https://social.mikutter.hachune.net/share";
    var url = location.href.split('tweet')[1];
    location.href = base + url;

    In conversation Saturday, 17-Nov-2018 22:13:44 JST from social.mikutter.hachune.net permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.