Skip to content

paveloom-f/lbry-desktop

master
Switch branches/tags
Code
This branch is 24 commits ahead, 10918 commits behind lbryio:master.
Contribute

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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:

About

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace (now without a blacklist)

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 100.0%