add info to website about other blockers

This commit is contained in:
WindowsAurora 2024-05-19 19:12:49 +01:00
parent 77d3618d25
commit 5403415a74
2 changed files with 20 additions and 1 deletions

6
site/img/blocked.svg Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg fill="#000000" width="800px" height="800px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
<title>blocked</title>
<path d="M16 29c-7.179 0-13-5.82-13-13s5.821-13 13-13c7.18 0 13 5.82 13 13s-5.82 13-13 13zM16 26c2.211 0 4.249-0.727 5.905-1.941l-13.963-13.962c-1.216 1.655-1.942 3.692-1.942 5.903 0 5.522 4.477 10 10 10zM16 6c-2.228 0-4.279 0.737-5.941 1.97l13.971 13.972c1.232-1.663 1.97-3.713 1.97-5.942 0-5.523-4.477-10-10-10z"></path>
</svg>

After

Width:  |  Height:  |  Size: 596 B

View file

@ -52,6 +52,20 @@
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>
@ -117,6 +131,5 @@
$("#loader-wrapper").fadeOut(700);
});
</script>
<script src="app.js"></script>
</body>
</html>