.github/workflows | ||
config | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
Toolz
A set of testing and verification tools, with simple and beautiful design
Ad Block Test Link
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)
If you don't block all the hosts but you want to , you can use
- My hosts txt list -> d3Host.txt
- Compressed adblock version -> d3Host.adblock
d3Host list is also included in
Units Test of Viewport Link
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
Fontlist Link
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.
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
License
Toolz is licensed under (CC BY-NC-SA 4.0)