Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5afc477e authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Browser: Update domain substitution

parent c56e97d7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
#!/bin/bash


branch="129.0.6668.70-1"
if [ -d ungoogled-chromium ]; then
    cd ungoogled-chromium
    git fetch origin 127.0.6533.88-1
    git fetch origin $branch
    git reset --hard FETCH_HEAD
    cd ..
else
    git clone https://github.com/ungoogled-software/ungoogled-chromium -b 127.0.6533.88-1 ungoogled-chromium --depth=1
    git clone https://github.com/ungoogled-software/ungoogled-chromium -b $branch ungoogled-chromium --depth=1
fi

grep -vFf domain_blacklist.list ungoogled-chromium/domain_substitution.list > domain_substitution.list
+387 −580

File changed.

Preview size limit exceeded, changes collapsed.