You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: public/js/settings.js
+52-1Lines changed: 52 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,34 @@ function changeProxy(proxy) {
69
69
});
70
70
}
71
71
});
72
-
}else{
72
+
}elseif(proxy==='Rammerhead'){
73
+
Swal.fire({
74
+
title: 'Some info about Rammerhead',
75
+
text: 'Rammerhead is a proxy that runs more on the server instead of your end. This means that the response times may be slower then the other options.',
76
+
icon: 'info',
77
+
color: 'var(--text-color)',
78
+
background: 'var(--bg-color)',
79
+
}).then(()=>{
80
+
Swal.fire({
81
+
title: 'Even more Info',
82
+
icon: 'info',
83
+
text: 'Rammerhead also adds a feature called sessions. This allows the server to sync with your localStorage and cookies to save across devices. NEVER share this session ID as it will allow them to use your logged in accounts. If your device clears cookies and other data when turning it off, you can export your settings and we will grab the Rammerhead session ID for you. After this you can re upload those exported settings and we will make sure the session ID is the same as before.',
84
+
color: 'var(--text-color)',
85
+
background: 'var(--bg-color)',
86
+
}).then(()=>{
87
+
Swal.fire({
88
+
title: 'You are now using Rammerhead',
89
+
text: 'You can change this any time and remember NEVER share your session ID',
0 commit comments