Update README.md

This commit is contained in:
Eduard Ursu 2023-02-25 00:53:12 +01:00 committed by GitHub
parent 07c603a057
commit 06eda1488e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,13 @@
# Toolz
<p align="center">
<img src="src/svg/toolz.svg" alt="Toolz"
<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
## Ad Block Test [Link](https://d3ward.github.io/toolz/adblock)
Check if your adblock solution is blocking enough hosts
With a simple UI check how much you blocked , the tool try to connect to most common domains for 6 category
( Ads, Analytics, Error Tracking, SocialTrackers, Mix and OEMs)
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).
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)
@ -21,21 +19,17 @@ d3Host list is also included in
## Units Test of Viewport [Link](https://d3ward.github.io/toolz/units)
CSS has several different units for expressing a length. One of them is the 'vh' , basically
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 (wich use WebKit , but Chromium browsers are affected). In addition to the test, there are in-depth studies and solutions
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)
Want to know what fonts your browser supports?
Check your list of Web Safe Fonts
These fonts are the ones that are installed by default on virtually every computer or mobile device.
This is what makes them "safe". No matter where the person is in the world and what device they are using, a websafe font will always load and display correctly.
This tool allows you to check the list of web safe fonts supported by your browser. These are the fonts that are installed by default on virtually every computer or mobile device. This is what makes them "safe". No matter where you are in the world or what device you are using, a web safe font will always load and display correctly.
## Contributing
If you have a problem with any of the tools feel free to share it by opening an issue<br>
You can also suggest a new test tool to be created/added
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.
## License