HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Handy Plugin! added a tweak to it for myself
I like it. Pretty handy especially for testers who don't want to scroll through lots of plugins. Tested in vanilla 2.1b1 and 2.0.18.10
I'll share two changes for myself to put little ▲ in each plugin span to click to got to top of page.
I change around line to:
around line 20 from: $HtmlOut = '<div class="Info">Index: '; to $HtmlOut = '<div class="Info" id="Top" >Index: '; from around line 80 <td rowspan="2" class="Less"><?php echo Img($IconPath, array('class' => 'PluginIcon')); ?></td> to <td rowspan="2" class="Less"><?php echo Img($IconPath, array('class' => 'PluginIcon')); echo sprintf(' <a href="#Top" > ▲</a>'); ?></td>
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
2
Comments
Thanks! As you might see on my screenshot, I have more than 120 plugins in my test installation. I needed that plugin
Updated the plugin right now and included your proposal, @peregrine. An additional change is the use of accesskeys