mirror of
https://github.com/kou029w/user-script.git
synced 2025-01-18 16:08:04 +00:00
use nitter.net
This commit is contained in:
parent
f6ee9fd0cf
commit
7ee41d41b7
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
window.location.hostname = "nttr.fly.dev";
|
window.location.hostname = "nitter.net";
|
Loading…
Add table
Reference in a new issue