-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
56 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# These are supported funding model platforms | ||
|
||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: sayo_melu # Replace with a single Patreon username | ||
github: [jinyuzu99] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: jinyuzu99 # Replace with a single Patreon username | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: 'afdian.net/@sayo-melu'# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] | ||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,59 @@ | ||
# contribute | ||
# Contribute | ||
|
||
## feedback | ||
## Feedback | ||
|
||
if you want to: | ||
If you want to: | ||
|
||
- ask question | ||
- report bug | ||
- request feature | ||
- vote for feature request | ||
- Ask question | ||
- Report bugs | ||
- Request feature | ||
- Vote for feature request | ||
|
||
please create or check issue to make contribution. | ||
Please create or check issue to make contribution. | ||
|
||
## contribute to code | ||
## Contribute to Code | ||
|
||
if you want to contribute directly to the code base, please follow the step below. | ||
If you want to contribute directly to the code base, please follow the steps below. | ||
|
||
### get the source | ||
### 1. Environment | ||
|
||
``` | ||
git clone https://github.com/sayomelu/nothingblock | ||
``` | ||
|
||
### prerequisite | ||
- Git | ||
- Web browser | ||
- Ad Blocker | ||
- uBlock Origin | ||
- other... | ||
- Code editor | ||
|
||
- git | ||
- web browser | ||
- blocker | ||
- ublock original | ||
- adblock plus | ||
- ... | ||
- code editor | ||
### 2. Get the Source | ||
|
||
### writing filter | ||
``` | ||
git clone https://github.com/jinyuzu99/nothingblock | ||
``` | ||
|
||
setup with **ublock original** + **visual studio code**, other are similar. | ||
### 3. Writing Filters | ||
|
||
1. open the website you want to block on your **web browser** with **ad blocker** enabled. | ||
2. **secondary click** on the website element you want to block, then choose **block element**. | ||
3. find the appropriate fliter in **cosmetic filters**, then choose **preview** to check your fliter. | ||
4. choose **create** to create a new filter. | ||
5. repeat step **2** ~ **4** until there is nothing to block. | ||
6. go to **ad blocker** -> **dashboard** -> **my filter**, then copy all the filter. | ||
7. create and open a new `[website name with lowercase and hyphen: sample-website].txt` file in `nothingblock/item/` with **code editor**. | ||
8. paste the text to `[website name with lowercase and hyphen: sample-website].txt`. | ||
9. edit the file in the format below: | ||
Setup with **uBlock Origin** + **Visual Studio Code**, others are similar. | ||
|
||
1. Open the website you want to block on your **web browser** with **uBlock Origin** enabled. | ||
2. **Secondary click** on the website element you want to block, then choose **Block Element**. | ||
3. Find the appropriate fliter in **Cosmetic Filters**, then choose **Preview** to check your fliter. | ||
4. Choose **Create** to create a new filter. | ||
5. Repeat step **2** - **4** until there is nothing to block. | ||
6. Go to **uBlock Origin** -> **Dashboard** -> **My Filter**, then copy all the filter. | ||
7. Create and open a new `[website name with lowercase and hyphen: sample-website].txt` file in `nothingblock/website/` with ****. | ||
8. Paste the text to `[website name with lowercase and hyphen: sample-website].txt`. | ||
9. Edit the file in the format below: | ||
```adp | ||
! [website section 1] | ||
! [Website Section 1] | ||
[filter 1] | ||
[filter 2] | ||
... | ||
! [website section 2] | ||
! [Website Section 2] | ||
[filter 3] | ||
[filter 4] | ||
... | ||
``` | ||
### pull request | ||
### 4. Pull Request | ||
after writing your filter, you can pull request to nothingblock. | ||
After writing your filters, you can pull request to NothingBlock. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
<h1> | ||
<sub> | ||
<img src='asset/nothongblock-logo.png' alt='nothongblock logo' height='40' width='40'> | ||
<img src='asset/nothongblock-logo.png' alt='NothongBlock Logo' height='40' width='40'> | ||
</sub> | ||
nothingblock | ||
NothingBlock | ||
</h1> | ||
|
||
> you know you have achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away. -- antoine de saint exupery | ||
> You know you have achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away. - Antoine de Saint-Exupéry | ||
**nothingblock** block unnecessary web element to have 'nothing more to take away'. | ||
**NothingBlock** blocks unnecessary web elements to have 'Nothing more to take away'. | ||
|
||
![nothingblock sample](asset/nothingblock-sample.jpg) | ||
![NothingBlock Sample](asset/nothingblock-sample.jpg) | ||
|
||
## start | ||
## Start | ||
|
||
add the url below to your [blocker](https://github.com/topics/blocker) to use **all filter**. (or from [github](https://raw.githubusercontent.com/jinyuzu99/nothingblock/main/filter.txt)) | ||
Add the URL below to your [blocker](https://github.com/topics/blocker) to use **All Filters**. (or from [GitHub](https://raw.githubusercontent.com/jinyuzu99/nothingblock/main/filter.txt)) | ||
|
||
``` | ||
https://cdn.jsdelivr.net/gh/jinyuzu99/nothingblock/filter.txt | ||
``` | ||
|
||
to add **specific filter**, copy the filter below and paste to your ad blocker. | ||
To add **Specific Filter**, copy the filter below and paste to your ad blocker. | ||
|
||
### support website | ||
### Support Websites | ||
|
||
to check all support website, please check [filter-item](filter-item) folder. | ||
To check all support website, please check [website](website) folder. | ||
|
||
to apply for new website, report problem, or ask for new feature, please check [issue](../../issues). | ||
To apply for new websites, report problems, or ask for new features, please check [Issues](../../issues). | ||
|
||
|
||
## contribute | ||
## Contribute | ||
|
||
follow [contribute document](document/contribute.md) to make contribution. | ||
Follow [Contribute Documents](document/contribute.md) to make contributions. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.