'remove-trending-tab.user.js', 'name' => 'Remove the Youtube Trending Tab', ], [ 'file' => 'skip-youtube-home.user.js', 'name' => 'Skip the Youtube homepage and go straight to subscriptions', ], ]; $userstyles = [ [ 'file' => 'sock-emote-overflow-fix.user.css', 'name' => 'Fix emoticon overflow in sock chat client', ], [ 'file' => 'nabucco-cleanup.user.css', 'name' => 'Cleaner nabucco', ], ]; ?>

Scripts

You'll need something like GreaseMonkey for this.
'; foreach($userscripts as $us) { echo << {$us['name']} HTML; } echo ''; ?>

Styles

You'll need something like Stylus for this.
'; foreach($userstyles as $us) { echo << {$us['name']} HTML; } echo ''; ?>
i can't be bothered to style this page