If you want to:
- Ask question
- Report bugs
- Request feature
- Vote for feature request
Please create or check issue to make contribution.
If you want to contribute directly to the code base, please follow the steps below.
- Git
- Web browser
- Ad Blocker
- uBlock Origin
- other...
- Code editor
git clone https://github.com/jinyuzu99/nothingblock
Setup with uBlock Origin + Visual Studio Code, others are similar.
- Open the website you want to block on your web browser with uBlock Origin enabled.
- Secondary click on the website element you want to block, then choose Block Element.
- Find the appropriate fliter in Cosmetic Filters, then choose Preview to check your fliter.
- Choose Create to create a new filter.
- Repeat step 2 - 4 until there is nothing to block.
- Go to uBlock Origin -> Dashboard -> My Filter, then copy all the filter.
- Create and open a new
[website name with lowercase and hyphen: sample-website].txt
file innothingblock/website/
with ****. - Paste the text to
[website name with lowercase and hyphen: sample-website].txt
. - Edit the file in the format below:
! [Website Section 1] [filter 1] [filter 2] ... ! [Website Section 2] [filter 3] [filter 4] ...
After writing your filters, you can pull request to NothingBlock.