冲浪指南

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

目前为 2022-04-02 提交的版本。查看 最新版本

// ==UserScript==

// @name 冲浪指南

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

// @version 0.1

// @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==

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/qvkbj6rmr3r81.png?width=3000&format=png&auto=webp&s=889a126a491e94faf8e8b1008727d4544924e74a";

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

console.log(i);

return i;

})())

}, false);

}

QingJ © 2025

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