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

@@ -937,9 +937,9 @@ Brief honest assessment of this opportunity for my profile`
chrome.storage.sync.get(['apiKey', 'userProfile', 'language'], (data) => {
if (data.userProfile && (data.userProfile.includes('hamzaayed@intaleqapp.com') || data.userProfile.includes('hamzaayedflutter@gmail.com') || data.userProfile.includes('hamzaayed@tripz-egypt.com'))) {
data.userProfile = data.userProfile
.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: data.userProfile });
}
resolve(data);