Allows you to use the arrow keys to switch screenshots.
< Opiniones de Steam Screenshot Arrow and Wheel Controls
I found this problem when I press F5 or Ctrl+W. This did nothing.
I try edit line 19-22 to
addEventListener('keydown',function(e){
if (e.which==37) {prev();e.preventDefault();}
else if (e.which==39) {next();e.preventDefault();}
});
And it work fine.
Bug report
Win7 64-bit
Firefox 42.0
I found if using this script, you couldn't type anything in "Add a comment" while browsing an addon of Steam workshop.(example: http://steamcommunity.com/sharedfiles/filedetails/?id=???) It worked but got some issues so please update.