I Made these for CAG users, but thought some of you may find them useful as well. Install via Greasemonkey, Tapermonkey, etc. I hosted on GitHub, you can look at the source before installing. All they do is add text bundle/game names to the collection site so you can search via ctrl+f rather than scroll through images.

Searchable Desura v2 Collection

Searchable IndieRoyale Collection

9 years ago*

Comment has been collapsed.

Thank you so much! This works just perfect! No joke, I was browsing my Indie Royale Collection last week, because I was not sure whether I bought a certain bundle or not and was thinking: "Man, it would be so much easier if I could just search for the bundle name...".

9 years ago
Permalink

Comment has been collapsed.

Nice. Will really help with IR. No Joke, the only way I have found to look up anything in that is to first search online for the image, than scan the collection page for that image. It is a nightmare.

9 years ago
Permalink

Comment has been collapsed.

Does not work for the desura one. It loads its games in post page load with ajax. So you need to use "waitForKeyElements".

Also if you run the command after loading it pushes the pictures down covering important stuff and just generally looking bad (I would go with invisible text, hidden behind the images).

Also, for some reason it has an alert that runs every time the page loads. You should really get rid of that.

9 years ago
Permalink

Comment has been collapsed.

Example:

// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
waitForKeyElements(".img", function(img){img.before( "<div style='position:relative;color:white;'>" + img.attr('alt') + "</div>" ); });

This works, except for messing up the page by pushing the images down to overlap the icons

9 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.