Skip to content

Commit

Permalink
add info to website about other blockers
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsAurora committed May 19, 2024
1 parent 77d3618 commit 5403415
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
6 changes: 6 additions & 0 deletions site/img/blocked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@ <h1>How To Use:</h1>
3:Enter this url https://raw.githubusercontent.com/WindowsAurora/FMHYFilterlist/main/filterlist.txt and click add.
</p>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">
<img src="img/blocked.svg" width="24" alt="...">
Other blockers</a>
</a>
<p>Add blocklist url with right syntax/formatting according to documentation of your blocker. Blocklist formats: <br>
Adblock Plus syntax (example uses: Pi-hole) : https://raw.githubusercontent.com/WindowsAurora/FMHYFilterlist/main/filterlist-abp.txt <br>
uBlock Origin syntax : https://raw.githubusercontent.com/WindowsAurora/FMHYFilterlist/main/filterlist.txt <br>
List of domains : https://raw.githubusercontent.com/WindowsAurora/FMHYFilterlist/main/filterlist-domains.txt <br>
Hosts file : https://raw.githubusercontent.com/WindowsAurora/FMHYFilterlist/main/filterlist-hosts.txt <br>
List of domains with wildcards : https://raw.githubusercontent.com/WindowsAurora/FMHYFilterlist/main/filterlist-wildcard-domains.txt <br>
If your blocker doesn't support any of these formats, feel free to <a href="https://github.com/WindowsAurora/FMHYFilterlist/issues">create an issue</a> for adding support for your blocker.
</p>
</li>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-bs-dismiss="modal">Close</button>
Expand Down Expand Up @@ -117,6 +131,5 @@ <h2 class="accordion-header">
$("#loader-wrapper").fadeOut(700);
});
</script>
<script src="app.js"></script>
</body>
</html>

0 comments on commit 5403415

Please sign in to comment.