Find a Consistent Relationship in URLs to Redirect Web Pages
A while back I wrote a script which accessed the AutoHotkey online documentation quickly bringing up information about commands and variables. It took advantage of a hidden index in AutoHotkey.com which loaded key pages. However, as happened at the time, relying upon that index does not guarantee access. As with any Web page, things change.
The online documentation is currently going through some modifications. Possibly, in preparation for future use with the coming AutoHotkey version 2.0, we see a number of new revisions. With those alterations, the secret index has once again disappeared. That means much of my earlier work no longer functions as designed. I’ve decided to completely redo my AutoHotkey reference app with the following goals:
- Drop reliance on any hidden index to quickly return AutoHotkey command and variable information.
- Add simultaneously support for both AutoHotkey V1.1 commands and the parallel V2.0 functions.
- Add support for locating changes in V2.0 not directly correlating with V1.1 commands.
Continue reading →
Like this:
Like Loading...