mirror of
https://github.com/kou029w/user-script.git
synced 2025-01-18 16:08:04 +00:00
create nttr-redirection.user.js
This commit is contained in:
parent
28fdc5e054
commit
f6ee9fd0cf
2 changed files with 10 additions and 0 deletions
|
@ -16,6 +16,10 @@ Amazon (amazon.co.jp) の商品 URL を短縮する
|
||||||
|
|
||||||
[@IT](https://atmarkit.itmedia.co.jp/)の見た目を調整して、記事の続きを少し読む
|
[@IT](https://atmarkit.itmedia.co.jp/)の見た目を調整して、記事の続きを少し読む
|
||||||
|
|
||||||
|
## nttr-redirection.user.js
|
||||||
|
|
||||||
|
Twitter から nttr.fly.dev にリダイレクトする
|
||||||
|
|
||||||
## twimg-shorten.user.js
|
## twimg-shorten.user.js
|
||||||
|
|
||||||
Twitter の画像 URL を短縮する
|
Twitter の画像 URL を短縮する
|
||||||
|
|
6
nttr-redirection.user.js
Normal file
6
nttr-redirection.user.js
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
// ==UserScript==
|
||||||
|
// @match https://twitter.com/*
|
||||||
|
// ==/UserScript==
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
window.location.hostname = "nttr.fly.dev";
|
Loading…
Add table
Reference in a new issue