冲浪指南

预祝浪人画出精甚细腻的工笔画

目前為 2022-04-03 提交的版本,檢視 最新版本

// ==UserScript==

// @name 冲浪指南

// @namespace http://tampermonkey.net/

// @version 0.50 /* 最后一次更新 */

// @description 预祝浪人画出精甚细腻的工笔画

// @author winnie_pooh pooh

// @match https://hot-potato.reddit.com/embed*

// @match https://www.reddit.com/r/place/

// @icon https://preview.redd.it/otxdcc06a3r81.png?width=960&format=png&auto=webp&s=f49467e7afb6ce245b11df6d71b3f0dbdf423b0e

// @grant none

// @license MIT

// ==/UserScript==

/* cltv has no future */

if (window.top !== window.self) {

window.addEventListener('load', () => {

document.getElementsByTagName("mona-lisa-embed")[0].shadowRoot.children[0].getElementsByTagName("mona-lisa-canvas")[0].shadowRoot.children[0].appendChild(

(function () {

const i = document.createElement("img");

i.src = "https://preview.redd.it/l0ts3d6ifcr81.png?width=6000&format=png&auto=webp&s=5662327294d2560c59c67729508d98f6668c5554";

i.style ="position: absolute;left: 0;top: 0;image-rendering: pixelated;width: 2000px;height: 1000px;";

console.log(i);

return i;

})())

}, false);

}

QingJ © 2025

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