mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
a
This commit is contained in:
parent
7b5165d474
commit
17a5014d7e
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
||||||
|
|
||||||
exports = {
|
exports = {
|
||||||
|
|
||||||
|
replacements: {
|
||||||
|
//'#([0-9]{4})': '#(.{1,4})',
|
||||||
|
//'return t.hasFlag(H.UserFlags.STAFF)': 'return t.hasFlag(4096)&&r.push({tooltip:"EndPwn Developer",onClick:function(){return window.open("https://endpwn.github.io/","_blank")},class:"endpwn"}),t.hasFlag(H.UserFlags.STAFF)'
|
||||||
|
},
|
||||||
|
|
||||||
start: function () {
|
start: function () {
|
||||||
|
|
||||||
window.reload = () => { app.relaunch(); app.exit(); };
|
window.reload = () => { app.relaunch(); app.exit(); };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue