Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Browsers
Web Extensions
uBlock Origin Lite - MV3-based content blocker
Message
<blockquote data-quote="oldschool" data-source="post: 1067889" data-attributes="member: 71262"><p>It appears µBOL is going to be fully compatible with Edge but this was only added 2 days ago, not in a release.</p><p>[CODE]#!/usr/bin/env bash</p><p>#</p><p># This script assumes a linux environment</p><p></p><p>set -e</p><p></p><p>echo "*** uBOLite.edge: Creating web store package"</p><p></p><p>DES=build/uBOLite.edge</p><p>rm -rf $DES</p><p>mkdir -p $DES</p><p></p><p>echo "*** uBOLite.edge: Copying reference chromium-based files"</p><p>cp -R chromium/* $DES/</p><p></p><p># Edge store requires that all DNR rulesets are at the root of the package</p><p># https://learn.microsoft.com/answers/questions/918426/cant-update-extension-with-declarative-net-request</p><p>echo "*** uBOLite.edge: Modify reference implementation for Edge compatibility"</p><p>mv $DES/rulesets/main/* $DES/</p><p>rmdir $DES/rulesets/main</p><p># Patch manifest.json</p><p>node tools/make-edge.mjs</p><p></p><p>echo "*** uBOLite.edge: Package done."[/CODE]</p><p><a href="https://github.com/uBlockOrigin/uBOL-home" target="_blank">GitHub - uBlockOrigin/uBOL-home: uBO Lite home (MV3)</a></p><p></p><p>Edit: this does not mean MS Store availability, only Edge compatibility.</p></blockquote><p></p>
[QUOTE="oldschool, post: 1067889, member: 71262"] It appears µBOL is going to be fully compatible with Edge but this was only added 2 days ago, not in a release. [CODE]#!/usr/bin/env bash # # This script assumes a linux environment set -e echo "*** uBOLite.edge: Creating web store package" DES=build/uBOLite.edge rm -rf $DES mkdir -p $DES echo "*** uBOLite.edge: Copying reference chromium-based files" cp -R chromium/* $DES/ # Edge store requires that all DNR rulesets are at the root of the package # https://learn.microsoft.com/answers/questions/918426/cant-update-extension-with-declarative-net-request echo "*** uBOLite.edge: Modify reference implementation for Edge compatibility" mv $DES/rulesets/main/* $DES/ rmdir $DES/rulesets/main # Patch manifest.json node tools/make-edge.mjs echo "*** uBOLite.edge: Package done."[/CODE] [URL='https://github.com/uBlockOrigin/uBOL-home']GitHub - uBlockOrigin/uBOL-home: uBO Lite home (MV3)[/URL] Edit: this does not mean MS Store availability, only Edge compatibility. [/QUOTE]
Insert quotes…
Verification
Post reply
Top