Sleazy Fork is available in English.

Custom - xxx-image.com Direct Image

Redirects page to image file.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==UserScript==
// @name        Custom - xxx-image.com Direct Image
// @namespace   Violentmonkey Scripts
// @match       https://xxx-image.com/img-*
// @grant       none
// @version     1.1
// @author      KeratosAndro4590
// @description Redirects page to image file.
// @license     MIT
// ==/UserScript==

// Redirects the page to the image file
window.location.href = document.querySelector(".not-active");