Auto-deploy: 2026-05-26 14:00:23

This commit is contained in:
Hamza-Ayed
2026-05-26 14:00:23 +03:00
parent e9c3d222fd
commit 3e470e4c06
6 changed files with 48 additions and 167 deletions

View File

@@ -40,10 +40,11 @@ function loadSettings() {
setKeyStatus('ok');
}
let profile = data.userProfile || DEFAULT_PROFILE;
if (profile.includes('hamzaayed@intaleqapp.com') || profile.includes('hamzaayedflutter@gmail.com')) {
if (profile.includes('hamzaayed@intaleqapp.com') || profile.includes('hamzaayedflutter@gmail.com') || profile.includes('hamzaayed@tripz-egypt.com')) {
profile = profile
.replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayed@tripz-egypt.com')
.replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayed@tripz-egypt.com');
.replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayedpython@gmail.com')
.replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayedpython@gmail.com')
.replace(/hamzaayed@tripz-egypt\.com/g, 'hamzaayedpython@gmail.com');
chrome.storage.sync.set({ userProfile: profile });
}
document.getElementById('profile-textarea').value = profile;