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