Sploop Console

As you already know, in sploop.io the console is no longer working, or rather, the output to the console. Perhaps you would like to continue using it? If yes, then use this script.

目前為 2022-05-07 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.gf.qytechs.cn/scripts/444624/1048070/Sploop%20Console.js

作者
Nudo
版本
1
建立日期
2022-05-07
更新日期
2022-05-07
尺寸
6.8 KB
授權條款
MIT

Hello!

When using this script, I ask you to connect the jQuery library!
// @require http://code.jquery.com/jquery-3.3.1.min.js
// @require https://code.jquery.com/ui/1.12.0/jquery-ui.min.js

To open the console, press F9

This console cannot replicate all the functions of the Chrome console, but I will try to do my best!

To add text to the console, enter:

console.log("Title", "Description", "Color")
console.log("Test", "It worked!")
console.log("Test", "It worked!", "blue")


Errors will be highlighted in red and they cannot be changed color

console.error("Title", "Description")
console.error("Test", "It didn't work!")


You can also add an array or an object to the console
But it doesn't work if you add an object to the array [{x:2}]

console.log("Title", "Array/Object", "Color")
console.log("Test", [0, 0, 1, 1, 1, 0], "blue")
console.log("Test", { x: 0, y: 0 }, "blue")


I'll do an update later

QingJ © 2025

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