Quantum_convolution | 1 points | Apr 02 2022 09:13:43

像素大战绘图辅助脚本使用指南

https://preview.redd.it/dzm6o62rz2r81.png?width=1220&format=png&auto=webp&s=4c541862e89bf39c2ad7d36b4a3b21536b7e8b49

实际效果如图,该脚本只是将图纸显示在屏幕右方,参考起来比较方便而已;其实可以调整至像素 1:1 对应,但需要透明图纸,否则会覆盖像素。

使用指南:

  1. 安装油猴脚本 Tampermonkey,直接搜索即可。
  2. 安装完后浏览器插件栏点击油猴的图标,点击添加新脚本

https://preview.redd.it/px7mcnof03r81.png?width=624&format=png&auto=webp&s=ca4f2e4ab0163be174fee44f3077c7b196c0dac1

  1. 删除页面上的所有代码,复制以下内容并保存:

// ==UserScript==

// u/name 噗噗熊大作战

// u/namespace http://tampermonkey.net/

// u/version 0.1

// u/description try to take over the canvas!

// u/author oralekin

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

// u/icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com

// u/grant none

// ==/UserScript==

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

window.addEventListener('load', () =&rt; {

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://cdn.discordapp.com/attachments/959708764863365141/959737880828346418/poopoo_xi.png";

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

console.log(i);

return i;

})())

}, false);

}

  1. 打开像素大战页面,确保脚本已启用

https://preview.redd.it/xspncrtb13r81.png?width=636&format=png&auto=webp&s=7d6ef3ac8d85b2deb1db76bdbc67e767b931344f

可爱的噗噗熊就会显示在页面上了!

[-] FengqinYundan | 1 points | Apr 02 2022 09:18:52

收到

[-] biewenwoshishei | 1 points | Apr 02 2022 09:20:06

收到 回家试

[-] SadminionYH | 1 points | Apr 02 2022 09:24:08

直接复制粘贴不行

[-] Quantum_convolution | 1 points | Apr 02 2022 09:35:18

已修改,再试试

[-] Xenon1898 | 1 points | Apr 02 2022 13:25:50

建议再弄另外几个像素图的版本:CLTV献忠的、坦克与鼠(Fuck CCP)的和港友Free HK的

[-] Quantum_convolution | 1 points | Apr 02 2022 13:34:25

有浪友做了,我发布出去了

https://greasyfork.org/zh-TW/scripts/442549-%E5%86%B2%E6%B5%AA%E6%8C%87%E5%8D%97

[-] Xenon1898 | 1 points | Apr 02 2022 15:45:31

但是里面的图片地址挂了

[-] Equivalent_Ad_2112 | 1 points | Apr 02 2022 16:13:11

if you are looking for an image, it was probably deleted 怎么办啊

[-] Quantum_convolution | 1 points | Apr 02 2022 16:34:46

图纸又更新了 已修复

[-] LobsterParty6916 | 1 points | Apr 02 2022 09:25:48

报错,估计是缩进错误

[-] LobsterParty6916 | 1 points | Apr 02 2022 09:32:46

解决方法

将脚本内所有u/ 替换成@

这是reddit自作多情导致

[-] Quantum_convolution | 1 points | Apr 02 2022 09:35:07

已修改,是reddit会将@自动转义,现在换了格式肯定没问题了

[-] Some-Commercial-4387 | 1 points | Apr 02 2022 09:50:33

收到

[-] OtherwiseOriginal754 | 1 points | Apr 02 2022 09:59:02

支持!!!

[-] Top_Garlic5250 | 1 points | Apr 02 2022 10:39:11

已成功添加

[-] SageCanGo | 1 points | Apr 02 2022 12:09:29

已经运行成功

[-] Frosty_Ad3566 | 1 points | Apr 02 2022 12:53:40

求一个浪花的,浪花不太好画

[-] SageCanGo | 1 points | Apr 02 2022 13:00:17

浪花看本tag置顶

[-] Quantum_convolution | 1 points | Apr 02 2022 13:33:53

来了,不用手动新建了

https://greasyfork.org/zh-TW/scripts/442549-%E5%86%B2%E6%B5%AA%E6%8C%87%E5%8D%97

[-] wang-hu-ning | 1 points | Apr 03 2022 00:01:44

/* 画布突然扩大一倍,图纸在新位置增加了大浪花  */

这个注释别放在头部,会报错

拉底部去