Twimgs@
by
noromanba
2016-01-18 [2016/01/18 02:35:01]
(Forked from
canonical by
noromanba)
view twitter.com-@user all images w/ timg.azurewebsites.net in newtab/window
@@ -1,6 +1,6 @@
/*
* @title Twimgs@
- * @description view twitter.com-@user all images w/ timg.azurewebsites.net
+ * @description view twitter.com-@user all images w/ timg.azurewebsites.net in newtab/window
* @include *://twitter.com/*
* @include *://mobile.twitter.com/*
* @license MIT License http://opensource.org/licenses/MIT
@@ -25,6 +25,6 @@
if (!screenName) return;
const SERVICE = 'https://timg.azurewebsites.net/';
- location.href = SERVICE + screenName;
+ window.open(SERVICE + screenName);
})();
(() => {
const canon = (() => {
return (document.head.querySelector('meta[property="og:url"][content]') || {}).content ||
(document.head.querySelector('link[rel="canonical"][href]') || {}).href ||
location.href;
})();
const screenName = new URL(canon).pathname.split('/').slice(1)[0];
if (!screenName) return;
const SERVICE = 'https://timg.azurewebsites.net/';
window.open(SERVICE + screenName);
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。