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.0
// @author      Deanoman
// @description Redirects page to image file.
// @license     MIT
// ==/UserScript==

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