InstagramからInstagyに移動
by
fjtjnj
2016-03-07 [2016/03/07 15:37:34]
Instagramの個人ページからInstagyの個人ページに移動します。
@@ -7,8 +7,8 @@
*/
(function(){
- if(location.href.match(/^https?:\/\/instagram\.com\/([\.\w]+)/)){
- location.href='http://instagy.com/user/'+RegExp.$1;
+ if(location.href.match(/^https?:\/\/(www\.)?instagram\.com\/([\.\w]+)/)){
+ location.href='http://instagy.com/user/'+RegExp.$2;
}
else if(location.href.match(/^https?:\/\/instagy\.com\/user\/([\.\w]+)/)){
location.href='http://instagram.com/'+RegExp.$1+'/';
/*
* @title InstagramからInstagyに移動
* @description Instagramの個人ページからInstagyの個人ページに移動します。
* @include http://*
* @license MIT License
* @require
*/
(function(){
if(location.href.match(/^https?:\/\/(www\.)?instagram\.com\/([\.\w]+)/)){
location.href='http://instagy.com/user/'+RegExp.$2;
}
else if(location.href.match(/^https?:\/\/instagy\.com\/user\/([\.\w]+)/)){
location.href='http://instagram.com/'+RegExp.$1+'/';
}
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。