# Interstitial Page for YOURLS This YOURLS plugin allows you to display an interstitial page before redirecting to the requested short URL. This ensures that the user knows that they are being redirected to an external site, and can choose to continue or cancel the redirect, potentially preventing some malicious redirects. ## Installation 1. Go to the `user/plugins` directory 2. Clone this repository ```bash git clone git+https://git.private.coffee/PrivateCoffee/yourls-interstitial.git ``` 3. Go to the YOURLS admin interface and activate the plugin ## Configuration This plugin does not currently have any configuration options. ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details