Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Archive project
Browse files Browse the repository at this point in the history
  • Loading branch information
d3ward committed Jan 18, 2025
1 parent 3776153 commit 549acb6
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 885 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# ⚠️ Project Archived

This project is no longer maintained and has been archived.
Thank you for your support and for being part of this journey. ❤️

# Toolz

<p align="center">
<img src="src/assets/toolz/icon.svg" alt="Toolz"
title="b2ntp" width="160" height="160" />
</p>
A set of testing and verification tools, with simple and beautiful design
A set of testing and verification tools, with simple and beautiful design

## Ad Block Test [Link](https://d3ward.github.io/toolz/adblock)
This tool allows you to check if your adblock solution is blocking enough hosts. With a simple UI and easy UX you can check how much you have blocked. The tool tries to connect to the most common domains for different categories (ads, analytics, bug tracking, social trackers, mix and OEMs).
Expand All @@ -13,13 +18,13 @@ If you don't block all the hosts but you want to , you can use
- My hosts txt list -> [d3Host.txt](https://raw.githubusercontent.com/d3ward/toolz/master/src/d3host.txt)
- Compressed adblock version -> [d3Host.adblock](https://raw.githubusercontent.com/d3ward/toolz/master/src/d3host.adblock)

d3Host list is also included in
d3Host list is also included in
- [Blokada](https://blokada.org/)
- [OISD List](https://oisd.nl/)


## Units Test of Viewport [Link](https://d3ward.github.io/toolz/units)
This tool is useful for testing different units for expressing a length in CSS.
This tool is useful for testing different units for expressing a length in CSS.
One of them is the 'vh', where 100vh should be 100%, but on mobile browsers it isn't. Over the years, there has been a lot of talk about this problem on mobile browsers, mainly on Safari which uses WebKit, but Chromium browsers are affected as well. In addition to the test, there are in-depth studies and solutions available.

## Fontlist [Link](https://d3ward.github.io/toolz/fontlist)
Expand All @@ -28,7 +33,7 @@ This tool allows you to check the list of web safe fonts supported by your brows

## Contributing

If you have any problems with any of the tools, feel free to share them by opening an issue.
If you have any problems with any of the tools, feel free to share them by opening an issue.
You can also suggest a new test tool to be created or added. Contributions are welcome and encouraged.


Expand Down
377 changes: 15 additions & 362 deletions src/adblock.ejs

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions src/fontlist.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<%- include('partials/header.ejs', {page:'fontlist'}) %>
<main>
<div class="grid">
<div>
<div class="_bg-gray _radius _p-1 better_r">
<b>
This project is no longer maintained and has been archived.</b><br>
Thank you for being part of this journey and for your support.
</div>
</div>
<div class="col-6 _ta-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="var(--txt-r)" width="128" height="128" viewBox="0 0 128 128">
<path
Expand All @@ -43,7 +50,7 @@
<pre class="_mt-2"><code id="css-code">.custom-font {
font-family: Arial;
font-weight: 500;
font-size: 48px;
font-size: 48px;
letter-spacing: 0px;
line-height: 1.4;
}</code></pre></div>
Expand Down Expand Up @@ -104,7 +111,7 @@
</div>
</details>
</div>

<div>
<div id="flist">
</div>
Expand All @@ -114,4 +121,4 @@
<%- include('partials/footer.ejs') %>
<%- include('partials/gotop.ejs') %>
</body>
</html>
</html>
13 changes: 10 additions & 3 deletions src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,19 @@
preview_thumbnail:'https://d3ward.github.io/toolz/src/preview_toolz.png',
keywords:'toolz,web tools,tools,browser testing,font testing,viewport testing,adblock testing, ad blocker testing,performance,toolkit,web design,open source'
}) %>

<body>
<%- include('partials/support_me.ejs') %>
<%- include('partials/adblock/changelog.ejs') %>
<%- include('partials/header.ejs', {page:'index'}) %>
<main class="_ta-center">
<div class="_pb-1">
<div class="_bg-gray _radius _p-1 better_r">
<b>
This project is no longer maintained and has been archived.</b><br>
Thank you for being part of this journey and for your support.
</div>
</div>
<div class="_aos-top card">
<div class="img-w _bg">
<svg xmlns="http://www.w3.org/2000/svg" fill="var(--primary)" viewBox="0 0 33.867 33.867">
Expand All @@ -26,7 +33,7 @@
<path d="M12.896 13.659C9.3 13.469 7.011 9.705 6.932 6.35h6.637c5.728 0 6.709.023 7.068.074 3.802-.046 6.122 3.81 6.23 7.484m-7.634 6.118c4.228.086 7.438 3.513 7.702 7.491l-13.166-.026c-1.969-.031-6.754-3.016-6.78-7.45"/>
</g>
</svg>

</div>
<h1 class="_mono">Toolz</h1>
<p>Collection of browser testing tools.</p>
Expand Down Expand Up @@ -76,4 +83,4 @@
<%- include('partials/gotop.ejs') %>
</body>

</html>
</html>
Loading

0 comments on commit 549acb6

Please sign in to comment.