Just add this code into the <head> section of your site and it will automatically check all the links on your site!
| Selector: string |
| A CSS-Style selector of the area with your links/post in. If in doubt, use 'body', but be aware that this may cause problems. |
| Onload: boolean |
| Whether to check the link when the page loads. Otherwise, call RW.checkLinks() however you want. |
| OverrideDefault: (optional) boolean |
| Whether to override the default action of ticking/crossing download links. Specify a custom callback using OnCheck |
| OnCheck: (optional) function |
| A function which will be called every time a link is checked with the parameters status (either 'dead' or 'alive'), and target, which is the reference to the DOM element of the link |