DirectShowImage

Direct show image

// ==UserScript==
// @name DirectShowImage
// @namespace Violentmonkey Scripts
// @description Direct show image
// @version 0.1.0
// @match https://imgdrive.net/*
// @grant none
// ==/UserScript==
// 
document.querySelector('#container .centered').style.display = 'none'
d = document.querySelector('.showcase a')
document.write('<img src="' + d.attributes.href.value + '" alt="img">')

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址