mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
THE :3 DIDNT SAVE ME FROM MAKING A MISTAKE FUCK
This commit is contained in:
parent
96f1a7c7c9
commit
786c63e305
@ -11,12 +11,11 @@ function setCloakCookie() {
|
||||
document.cookie = 'tabname=' + $('#webname').val();
|
||||
Toastify({
|
||||
text: 'Tab cloak saved!',
|
||||
duration: 3000,
|
||||
duration: 2000,
|
||||
gravity: "top", // `top` or `bottom`
|
||||
position: "left", // `left`, `center` or `right`
|
||||
position: "center", // `left`, `center` or `right`
|
||||
style: {
|
||||
background: "linear-gradient(42deg, rgba(36, 69, 128, 1) 100%, rgb(24, 17, 87) 0%)",
|
||||
width: "25%",
|
||||
background: "linear-gradient(42deg, rgba(36, 69, 128, 1) 100%, rgb(24, 17, 87) 0%)"
|
||||
},
|
||||
onClick: function(){} // Callback after click
|
||||
}).showToast();
|
||||
|
@ -28,12 +28,11 @@
|
||||
document.cookie = "panicurl=" + $("#panic").val();
|
||||
Toastify({
|
||||
text: 'Panic mode saved!.',
|
||||
duration: 3000,
|
||||
duration: 2000,
|
||||
gravity: "top", // `top` or `bottom`
|
||||
position: "left", // `left`, `center` or `right`
|
||||
position: "center", // `left`, `center` or `right`
|
||||
style: {
|
||||
background: "linear-gradient(42deg, rgba(36, 69, 128, 1) 100%, rgb(24, 17, 87) 0%)",
|
||||
width: "25%",
|
||||
background: "linear-gradient(42deg, rgba(36, 69, 128, 1) 100%, rgb(24, 17, 87) 0%)"
|
||||
},
|
||||
onClick: function(){} // Callback after click
|
||||
}).showToast();
|
||||
|
Loading…
x
Reference in New Issue
Block a user