From 06eda1488eb8062e09d00cbbe17c0b081f43f41d Mon Sep 17 00:00:00 2001 From: Eduard Ursu Date: Sat, 25 Feb 2023 00:53:12 +0100 Subject: [PATCH] Update README.md --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4791f63..bbaf4ef 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ # Toolz

- Toolz

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
-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