Easily count hits on a website by requesting a svg that displays a hit count.
If you want to get the hit count image for a page you can edit and you want to count, add this line:
<img src="/count/tag.svg" alt="Hits">
Image Tag
Markdown
Domain | Total Hits Counted |
---|---|
cyberdrop.me | 1071427 |
nitratine.net | 1011079 |
github.com | 971551 |
basharbuddha.github.io | 548775 |
laksa19.github.io | 361752 |
trafficguide.github.io | 153397 |
collabnix.github.io | 119633 |
rishabhmisra.github.io | 45472 |
www.ffa.org | 34255 |
reporeporecord.blog.fc2.com | 27788 |
This site allows you to request for a svg file that displays views for a url. This url can either be passed as a query parameter or the referrer (or referer) value in the header will be used.
These is also a small method to prevent the refresh count increase issue (if you want to call it an issue, I see it as annoying) which uses cookies.
This makes is very easy too keep track of views on static sites like Github Pages. (can also be uses on non-static sites as a general counter)
The source code of this server can be found at github.com/brentvollebregt/hit-counter.