Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge of recent version can use a less intrusive patch #75

Closed
YijunYuan opened this issue Dec 31, 2021 · 1 comment
Closed

Edge of recent version can use a less intrusive patch #75

YijunYuan opened this issue Dec 31, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@YijunYuan
Copy link

Compared to patching the .dll file, this answer on StackOverflow seems to be less intrusive. It delays the Develop Mode warning to thousands of years later, which seems to be more reliable.

@YijunYuan YijunYuan added the enhancement New feature or request label Dec 31, 2021
@Ceiridge
Copy link
Owner

Thanks, I will pin your issue.
Chromium seems to have accidentally? disabled the extension warning, except for Edge, which has an option to hide it for a certain duration. It's probably much more reliable (and faster) in this case than patching the DLL on every start and it also survives updates with less issues.
I won't implement this in this patcher, because it has lost its original purpose due to the changes I just mentioned except for the other available patches, which still require in-memory scanning and patching anyway.

@Ceiridge Ceiridge pinned this issue Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants