Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.14 KB

About this fork

This fork disables the filter of black-listed content used in the official LBRY Desktop client by changing a few lines of code. Specifically, by applying

sed -ri 's|(app\.store\.dispatch\(doBlackListedOutpointsSubscribe\(\)\);)|// \1|g' ui/index.jsx
sed -ri 's|(app\.store\.dispatch\(doFilteredOutpointsSubscribe\(\)\);)|// \1|g' ui/index.jsx

in the build process.

It is a proof-of-concept piece of software, and users running it may put themselves at legal risk.

The releases for Windows, Linux, and macOS are available on the Releases page.

Git mirrors:

See also:

Learn more about: