I have a few .html pages with some href
links in each.
Please help me with a code to call a JS function on 3rd click from same IP on any of the links.
Example:
IP 111.111.111.111
clicks a link for the 1st time do nothing
IP 111.111.111.111
clicks a link for the 2nd time do nothing
IP 111.111.111.111
clicks a link for the 3rd time onclick="call_function();"
To get the IP
I'll use the code from this answer https://stackoverflow.com/a/2031935/4805488
Any help is much appreciated ...