79412579

Date: 2025-02-04 17:53:20
Score: 1
Natty:
Report link

I have found this to be simple and effective cross-browser:

<script> var $link_clicked=false;</script>

<a onclick="if($link_clicked)return false;$link_clicked=true; What_You_Want_to_happen_once_goes_here..." >Click once HERE</a>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Syd