Twitterユーザー ページでidtwiを開く
by
fjtjnj
2018-11-04 [2018/11/04 04:01:20]
Twitterのプロフィール ページ又は個別ツイートで、idtwiのユーザーID検索結果ページを開きます。
/*
* @title Twitterユーザー ページでidtwiを開く
* @description Twitterのプロフィール ページ又は個別ツイートで、idtwiのユーザーID検索結果ページを開きます。
* @include https://twitter.com/*
* @license MIT License
* @require
*/
(function(){
if(location.href.match(/^https?:\/\/twitter\.com\/([\w]+)/)){
window.open('https://idtwi.com/search/'+RegExp.$1);
}
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。