toolz/README.md

12 lines
798 B
Markdown
Raw Normal View History

2020-05-22 00:04:54 +08:00
# Toolz
2020-05-22 07:48:59 +08:00
A set of web tools to check, verify, and test.
2020-05-22 00:04:54 +08:00
## Ad Block Test [Link](https://d3ward.github.io/toolz/src/adblock)
2020-05-22 07:48:59 +08:00
Check if your adblock is blocking enough hosts ( not ads )
With a simple UI check how much yoou blocked , the tool try to connect to most common domains for a couple of category ( Ads,Analytics,Error Tracking and Social)
2020-05-22 00:04:54 +08:00
## 100vh Viewport Units Test [Link](https://d3ward.github.io/toolz/src/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.
2020-05-22 07:48:59 +08:00
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