if you want to:
- ask question
- report bug
- 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 step below.
git clone https://github.com/sayomelu/nothingblock
- git
- web browser
- blocker
- ublock original
- adblock plus
- ...
- code editor
setup with ublock original + visual studio code, other are similar.
-
open the website you want to block on your web browser with ad blocker 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 ad blocker -> dashboard -> my filter, then copy all the filter.
-
create and open a new
[website name with lowercase and hyphen: sample-website].txt
file innothingblock/item/
with code editor. -
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 filter, you can pull request to nothingblock.