Profile

アッキーソフト

176018 posts 187 follows 965 followers

Ejectコマンドユーザー会/Japanese Raspberry Pi UG/ミクだよ/松屋の卵浮かした
♨︎末代: @akkeisoft
♨︎Pawoo: @akkiesoft
♨︎こくだハイク: @akkiesoft
※ブーストをIFTTTでTwitterに転送するアカウントはブロブロ解除します

https://social.mikutter.hachune.net/@akkiesoft

アッキーソフト akkiesoft@social.mikutter.hachune.net

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

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

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