feat(cli): Update Comet Extension Script with V2 (uBO) support#161
Open
An0n-00 wants to merge 4 commits into
Open
feat(cli): Update Comet Extension Script with V2 (uBO) support#161An0n-00 wants to merge 4 commits into
An0n-00 wants to merge 4 commits into
Conversation
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Well hello there.
I've noticed that a recent update updated Comet and disabled Manifest V2 Support for extensions.
That is pretty bad since that stops the usage of Extensions like uBlock Origin. I did some digging and found a way to enable it back on.
Now I wanted to share this with the open source community that other people can also use V2 extensions in comet too. Hence the refactor. Could you also update the script on https://cdn.cplx.app/comet/win.ps1 ? thanks!
Screenshots
Copilot Generated Summary:
This pull request significantly enhances the
comet-win.ps1PowerShell script for managing the Comet browser extension on Windows. The primary improvements include support for toggling Manifest V2 extension support via shortcut flags, clearer status reporting, and more robust shortcut management. The script now checks both policy and shortcut flag status, enables or disables both as needed, and provides user-friendly feedback.Manifest V2/Extension Support Management:
--disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled) is present in their arguments. [1] [2]Policy Path and Extension Settings:
HKLM:\SOFTWARE\Policies\ChromiumtoHKLM:\SOFTWARE\Policies\Perplexity\Cometfor more accurate targeting.User Interaction and Status Reporting: