Plugin for YOURLS v1.6
.
Recently (August 2013), YouTube added a play indicator that modifies the <title>
attribute to include U+25B6 BLACK RIGHT-POINTING TRIANGLE. I don't like this showing up in the title in the admin interface. This plugin strips out the prepended character.
- In
/user/plugins
, create a new folder namedyoutube-play-indicator
. - Drop these files in that directory.
- Go to the Plugins administration page ( eg
http://sho.rt/admin/plugins.php
) and activate the plugin. - Death to triangles!
This plugin requires that the mbstring module be enabled in your PHP install.
YOURLS License: Do whatever the hell you want with it.
This plugin is hosted on GitHub