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