diff --git a/README.md b/README.md index 3a3e835..1765500 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ Amazon (amazon.co.jp) の商品 URL を短縮する [@IT](https://atmarkit.itmedia.co.jp/)の見た目を調整して、記事の続きを少し読む +## nttr-redirection.user.js + +Twitter から nttr.fly.dev にリダイレクトする + ## twimg-shorten.user.js Twitter の画像 URL を短縮する diff --git a/nttr-redirection.user.js b/nttr-redirection.user.js new file mode 100644 index 0000000..cb521e8 --- /dev/null +++ b/nttr-redirection.user.js @@ -0,0 +1,6 @@ +// ==UserScript== +// @match https://twitter.com/* +// ==/UserScript== +"use strict"; + +window.location.hostname = "nttr.fly.dev";