Pick how many shortlinks YOURLS should show per page. One setting, one save button.
YOURLS' admin link table caps at 15 rows per page out of the box. This plugin gives you a small settings screen where you can change that number to whatever you want (1–999) — and the change applies to every admin theme that respects YOURLS' standard admin_view_per_page filter, including Sleeky.
- Download
YOURLS-Links-Per-Page-vX.Y.Z.zipfrom the Releases page and unzip into youruser/plugins/folder. The final path should beuser/plugins/Links-Per-Page/. - Open the YOURLS admin → Manage Plugins → click Activate on Links Per Page.
…or via git:
cd /path/to/yourls/user/plugins
git clone https://github.com/toineenzo/YOURLS-Links-Per-Page.git Links-Per-Page- Go to Manage Plugins → Links Per Page.
- Type a number between 1 and 999.
- Click Save settings. The next time you load the YOURLS admin, the link table uses the new value.
That's it. No config files to edit, no database migration.
- YOURLS 1.9 or newer (verified against 1.10).
- PHP 8.1 or newer (8.4 recommended).
- Works with any admin theme that respects YOURLS'
admin_view_per_pagefilter — verified against vanilla YOURLS and the Sleeky theme on every release.
Bug or idea? Open an issue and mention your YOURLS + PHP version.
MIT.

