Auto-deploy: 2026-05-26 14:23:20
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user