Skip to content

Instantly share code, notes, and snippets.

@breadbyte
breadbyte / userscript.js
Created November 30, 2020 06:34
TipidPC Outbox Sent To
// ==UserScript==
// @name TipidPC Outbox Sent To
// @version 1
// @description Replaces "Sent By" to "Sent To" on outbox messages.
// @author breadbyte
// @match https://tipidpc.com/readmessage.php?view=outbox*
// @grant none
// ==/UserScript==
(function() {
@breadbyte
breadbyte / userscript.js
Last active November 30, 2020 06:25
TipidPC Send To Outbox Autochecker
// ==UserScript==
// @name TipidPC Send To Outbox Checkbox
// @version 1
// @description Checks the "Send To Outbox" checkbox automatically.
// @author breadbyte
// @match https://tipidpc.com/newmessage.php*
// @grant none
// ==/UserScript==
(function() {
[16:39:23 INFO]: [StackMob] Enabling StackMob v4.0.0
[16:39:23 INFO]: [StackMob] StackMob v4.0.0 created by antiPerson (pas_francais)
[16:39:23 INFO]: [StackMob] Documentation can be found at https://www.spigotmc.org/resources/stackmob.29999/
[16:39:23 INFO]: [StackMob] GitHub repository can be found at https://www.github.com/Nathat23/StackMob-2
[16:39:23 INFO]: [StackMob] Detected server version: V1_14
[16:39:23 ERROR]: Error occurred while enabling StackMob v4.0.0 (Is it up to date?)
java.lang.NoSuchMethodError: org.apache.commons.io.FileUtils.copyToFile(Ljava/io/InputStream;Ljava/io/File;)V
at uk.antiperson.stackmob.config.ConfigLoader.copyDefault(ConfigLoader.java:83) ~[?:?]
at uk.antiperson.stackmob.config.ConfigLoader.reloadCustomConfig(ConfigLoader.java:47) ~[?:?]
at uk.antiperson.stackmob.config.ConfigLoader.getCustomConfig(ConfigLoader.java:58) ~[?:?]