helloSystem / helloSystem/ISO

Preinstall uBlock Origin for Firefox system-wide or bundle with .app

Open
#304 10 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
847
Forks
66
PR merge metrics
No merged PRs in 30d

Description

Unfortunately there is no port anymore:
https://www.freshports.org/www/xpi-uBlock_origin/

So, something along these lines?

```
sudo sh
URL=$(wget -c "https://api.github.com/repos/gorhill/uBlock/releases" -O - | grep browser_download_url | grep 'firefox.signed.xpi"' | head -n 1 | cut -d '"' -f 4)\n
wget -c "$URL"
sudo mkdir -p /usr/local/bin/browser/extensions
sudo mv ./*firefox.signed.xpi "/usr/local/lib/firefox/browser/extensions/uBlock0@raymondhill.net.xpi"
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.