We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b739027 commit 4236970Copy full SHA for 4236970
resources/dilber.js
@@ -1,6 +1,5 @@
1
-const __mydomain = 'https://dilber.io';
2
const __myserver = window.serverurl = 'unshittyfy.com';
3
-const __version = '1.2.4';
+const __version = '1.2.5';
4
const __autosaveDefault = 1800; // 30 minutes
5
6
let __isSpectating = false;
@@ -85962,7 +85961,7 @@ snare.wav
85962
85961
showNotification('Username or channel name must be minimum 6 letter', 'error', 'red')
85963
return
85964
}
85965
-
+
85966
var curdomain = `${location.protocol}//${location.host}`;
85967
var selected = false;
85968
var el = document.createElement('textarea');
0 commit comments