Imgur2Rimgo

Redirects imgur links to rimgo

スクリプトをインストール?
作者が勧める他のスクリプト

Medium2Scribeも気に入るかもしれません。

スクリプトをインストール
このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==UserScript==
// @name        Imgur2Rimgo 
// @version     1.0
// @author      Lenicyl
// @license     GPLv3
// @description Redirects imgur links to rimgo
// @include     /^https?://i?.?imgur.com(/.*)?$/
// @run-at      document-start
// @grant       none
// @icon        https://rimgo.bus-hit.me/8xNZfJL.png
// @namespace   https://greasyfork.org/users/866309
// ==/UserScript==

window.location.replace("https://i.bcow.xyz/" + window.location.pathname + window.location.search)