You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ This counter is intended for use in GitHub README markdown files. It has the fol
5
5
* It is accessed in a `<img>` tag in the markdown file.
6
6
* It will only count for specified IDs. IDs are a means to identify which README was viewed.
7
7
* It does **not** display the current count. This is intentional.
8
-
* It's *small*, less than **120kb** in size.
8
+
* It's *small*, less than **115kb** in size.
9
+
* Code + JSON = **~4k**
10
+
* Images = **~111k** - The only reason it's this big is because of the "error" images, they're supposed to be obvious. The actual image that used in counting is less than 1k in size.
9
11
10
12
## Run Time Requirements
11
13
@@ -138,6 +140,7 @@ Other than a "normal view" here are somethings that will trigger the counter:
138
140
139
141
* Check the IP address of the viewer, if found in a configurable *known IP list* the count is not incremented.
140
142
***NOTE**: When a markdown file with this hit counter is viewed *through* GitHub the IP address will always be within a specific range owned by GitHub.
143
+
* One of my other utilites, [getfqdnip](https://github.com/jxmot/getfqdnip) could be part of the solution.
0 commit comments