create nttr-redirection.user.js

This commit is contained in:
Nebel 2022-07-26 12:51:11 +09:00
parent 28fdc5e054
commit f6ee9fd0cf
2 changed files with 10 additions and 0 deletions

View file

@ -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 を短縮する

6
nttr-redirection.user.js Normal file
View file

@ -0,0 +1,6 @@
// ==UserScript==
// @match https://twitter.com/*
// ==/UserScript==
"use strict";
window.location.hostname = "nttr.fly.dev";