easter egg + comment removal + reminify builds

pull/1/head
Drake 2 years ago
parent 983837effc
commit 6e43f11efa

1000
dist/build.js vendored

File diff suppressed because one or more lines are too long

@ -28,6 +28,6 @@ export default defineConfig({
exclude: ["node_modules/**"],
transforms: ["jsx"],
}),
//uglify(),
uglify(),
],
});

@ -77,16 +77,6 @@ function init() {
after("render", UserSettingsModal.default.prototype, (args, ret) => {
ret.props.children[0].props.children.props.children[1].push(React.createElement(TabBar.TabBarItem, { key: "demoncord" }, "Plugins"))
if (ret.props.children[0].props.children.props.selectedItem === "demoncord") {
/* ret.props.children[1].props.children[0].props.children.props.settings = {
"userId": ""
}
if (!!document.getElementsByClassName("account-warning")[0]) {
document.getElementsByClassName("account-warning")[0].remove()
}
const ele = document.querySelector(".^=user-settings-modal-")
ele.innerHTML = `<div>
<h1>Hello, world!</h1>
</div>` */
ret.props.children[1].props.children[0].props.children = React.createElement(hummus, {}, "")
}
})

@ -21,7 +21,15 @@ const demon = {
nest: common.nests.make()
},
css,
patcher
patcher,
stolas: {
monologue: () => {
return _.sample([
"When I'm lonely, I become hungry. And when I become hungry, I want to choke on that red **** of yours... **** your ***** and lick all of your *****, before taking out your *****, and **** with more teeth until you're screaming ********** like a FUCKING baby--!",
"Ohhh, Blitzo! I'm so excited! I cannot wait to feel your slimy c**k inside of my ****. To ***** the— ...**** use while you and I and **** and jelly sandwiches all night...!"
])
}
}
}
function isAllowed(mod) {

Loading…
Cancel
Save