a plugin for YOURLS by dgw
with contributions by fenuz and ozh
Don't Track Admins checks to see if the user requesting a link is logged in to the YOURLS installation. If so, it short-circuits the click-tracking and redirect logging routines in YOURLS' redirect handler.
This README is a work in progress, in the same vein as the plugin.
That's it. Don't Track Admins doesn't need anything fancy in your server configuration.
Two easy ways of installing Don't Track Admins on your YOURLS site: Git or FTP
cd [YOURLS_ROOT]/user/plugins
git clone https://github.com/dgw/yourls-dont-track-admins.git dont-track-admins
Updating is also really simple: Just git pull origin
to update the plugin.
[YOURLS_ROOT]/user/plugins
The Don't Track Admins plugin is released under the GNU General Public License, version 3 (GPLv3). Complete license text can be found in the "COPYING" file.