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

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

View File

@@ -42,9 +42,9 @@ function loadSettings() {
let profile = data.userProfile || DEFAULT_PROFILE;
if (profile.includes('hamzaayed@intaleqapp.com') || profile.includes('hamzaayedflutter@gmail.com') || profile.includes('hamzaayed@tripz-egypt.com')) {
profile = profile
.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');
.replace(/hamzaayed@intaleqapp\.com/g, 'hamzaayed.dev@gmail.com')
.replace(/hamzaayedflutter@gmail\.com/g, 'hamzaayed.dev@gmail.com')
.replace(/hamzaayed@tripz-egypt\.com/g, 'hamzaayed.dev@gmail.com');
chrome.storage.sync.set({ userProfile: profile });
}
document.getElementById('profile-textarea').value = profile;