Ceiridge / Chrome-Developer-Mode-Extension-Warning-Patcher

⇒ Disable Chrome's Developer Mode Extension Warning Popup & Elision & Manifest V3 webRequestBlocking limitations
GNU General Public License v3.0
447 stars 34 forks source link

Feature Request: Remove sync your profile popup warning #68

Closed eix128 closed 3 years ago

eix128 commented 3 years ago

Hi , i want to remove sync your profile warning on edge browser. If also chrome also have. How to disable this popup warning ? I did not find any way to remove this warning popup syncYourProfile

Ceiridge commented 3 years ago

How often have you seen that popup or did it disappear forever after clicking on Got it? If it does appears again anyway, can you try signing out of your Microsoft account in Edge (as stated in the popup: Settings > Profiles)?

eix128 commented 3 years ago

I am using Selenium automation. I cant disable manually need some automated way to do it on Selenium Java

Ceiridge commented 3 years ago

You can try some of these command line arguments to disable MS Edge Sync (or you just use Chrome?). I would try out each of those: --disable-sync --bwsi --guest --incognito

or you could try changing this registry key: https://websiteforstudents.com/how-to-disable-microsoft-edge-profile-sync/#:~:text=After%20saving%20the%20DWORD%20above

eix128 commented 3 years ago

Thanks , "--guest" flag solved the problem

eix128 commented 3 years ago

Well sorry but , with "--guest" it disables saving cookies and session data to profile folder. I want popup disabled with saving cookies and session data save enabled.

Ceiridge commented 3 years ago

Have you tried the other methods I listed (the registry key)?

eix128 commented 3 years ago

Yes , none of them worked. Any solution to make patch with Chrome-Developer-Mode-Extension-Warning-Patcher ? Maybe you can make some patch for that

"--guest" flag disables the popup but it also disables saving cookies and session data to profile folder. Maybe with that flag

eix128 commented 3 years ago

Checkout https://github.com/MicrosoftEdge/MSEdge

Ceiridge commented 3 years ago

I'm not going to patch that, because asides from the patcher being mainly targetted for Chrome, the code for the profile login screen in Edge is not open source (your Github link was only a statement by Microsoft) and this makes it harder to create a patch. Additionally, I'm not sure if they provide full PDB files (they probably have some minimal ones lying on Microsoft's symbol server). So it would definitely require lengthy reverse engineering because of these two reasons.

You can still log out of your Microsoft account in the Settings app of Windows or you can use another browser with Selenium