use nitter.net

This commit is contained in:
Nebel 2022-08-02 21:15:22 +09:00
parent f6ee9fd0cf
commit 7ee41d41b7
2 changed files with 3 additions and 3 deletions

View file

@ -16,9 +16,9 @@ Amazon (amazon.co.jp) の商品 URL を短縮する
[IT](https://atmarkit.itmedia.co.jp/)の見た目を調整して、記事の続きを少し読む [IT](https://atmarkit.itmedia.co.jp/)の見た目を調整して、記事の続きを少し読む
## nttr-redirection.user.js ## nitter-redirection.user.js
Twitter から nttr.fly.dev にリダイレクトする Twitter から nitter.net にリダイレクトする
## twimg-shorten.user.js ## twimg-shorten.user.js

View file

@ -3,4 +3,4 @@
// ==/UserScript== // ==/UserScript==
"use strict"; "use strict";
window.location.hostname = "nttr.fly.dev"; window.location.hostname = "nitter.net";